.product-carousel{padding:0 1rem;transition:all .2s;height:70vh}@media screen and (max-width:800px){.product-carousel{padding:0;height:60vh}}.product-carousel:hover .product-carousel__nav-button{display:block}.product-carousel--mobile{width:100%;height:60vh}.product-carousel--mobile .product-carousel__main-image-container{aspect-ratio:1/1;width:100%;margin-bottom:1rem;height:auto;max-height:calc(60vh - 6rem)}.product-carousel__main-image-container{position:relative;width:100%;height:70vh;border-radius:20px;overflow:hidden;border:2px solid hsla(0,0%,100%,.3);background-color:#fff}@media screen and (min-width:801px){.product-carousel__main-image-container{aspect-ratio:1/1;height:auto;max-height:70vh}}@media screen and (max-width:800px){.product-carousel__main-image-container{max-height:calc(60vh - 6rem)}}.product-carousel__main-image-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.product-carousel__main-image{object-fit:contain;padding:2rem;max-width:100%;max-height:100%}.product-carousel__nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(31,31,31,.8);padding:10px 15px;color:#fff;transition:all .2s;display:none;border:1px solid #1f1f1f}@media screen and (max-width:800px){.product-carousel__nav-button{display:block;padding:8px 12px}}.product-carousel__nav-button:hover{background-color:#1f1f1f}.product-carousel__nav-button--prev{padding-left:5px;left:0;border-top-right-radius:50px;border-bottom-right-radius:50px}.product-carousel__nav-button--next{padding-right:5px;right:0;border-top-left-radius:50px;border-bottom-left-radius:50px}.product-carousel__nav-icon{height:28px;width:28px}@media screen and (max-width:800px){.product-carousel__nav-icon{height:18px;width:18px}}.product-carousel__thumbnails-container{position:relative;overflow:hidden;height:70vh;max-height:70vh}.product-carousel__thumbnails-container--mobile{width:100%;height:auto;max-height:auto;padding:0;margin:0 1rem}.product-carousel__thumbnails-wrapper{display:flex;gap:.5rem;transition:transform .3s ease;width:max-content;padding-top:10px;user-select:none}.product-carousel__thumbnails-wrapper--mobile{justify-content:flex-end;padding-top:0;padding-left:10px}.product-carousel__thumbnail-button{position:relative;flex-shrink:0;width:5rem;aspect-ratio:1/1;border-radius:15px;overflow:hidden;margin-block:4px;transition:all .2s ease;border:2px solid transparent;background-color:#fff;opacity:.6}@media screen and (max-width:800px){.product-carousel__thumbnail-button{width:5rem}}.product-carousel__thumbnail-button:hover{opacity:1}.product-carousel__thumbnail-button--active{border:2px solid hsla(0,0%,100%,.6);opacity:1}.product-carousel__thumbnail-image{object-fit:contain}