.product-carousel{width:100%}.product-carousel__main{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:var(--color-white);border:1px solid rgba(51,54,17,.1);margin-bottom:16px}.product-carousel__main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-carousel__thumbnails{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.product-carousel__thumbnail{width:80px;height:80px;padding:0;border:2px solid transparent;background:var(--color-white);cursor:pointer;overflow:hidden;transition:border-color .2s ease,opacity .2s ease;border-radius:4px}.product-carousel__thumbnail:hover{border-color:rgba(51,54,17,.3);opacity:.9}.product-carousel__thumbnail--active{border-color:var(--color-olive)}.product-carousel__thumbnail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-carousel--core .product-carousel__main,.product-carousel--core .product-carousel__thumbnail{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.product-carousel--core .product-carousel__thumbnail:hover{border-color:hsla(0,0%,100%,.4)}.product-carousel--core .product-carousel__thumbnail--active{border-color:var(--color-white)}@media (max-width:767px){.product-carousel__thumbnails{gap:8px}.product-carousel__thumbnail{width:60px;height:60px}}