.product-zoom{z-index:-10;height:100vh;--gallery-pagination-item-height:4.6875rem;--gallery-pagination-item-width:3.5rem;--gallery-pagination-item-spacing:var(--space-s);outline:0;display:none;position:fixed;top:0;left:0;margin:0!important}.product-zoom.product-zoom--open{z-index:1001;display:block}.product-zoom__swiper-container{overflow:initial;overflow-x:hidden;overflow-y:scroll}@media (max-width:767.98px){.product-zoom__swiper-container{overflow-x:scroll;touch-action:pan-x pan-y!important}}.product-zoom__swiper-wrapper{height:auto;width:-moz-fit-content;width:-moz-fit-content;width:fit-content}.product-zoom__slider-button{top:calc(50% - 2.0625rem)}.product-zoom__slider-button--prev{left:var(--space-xl)}@media (max-width:767.98px){.product-zoom__slider-button--prev{left:var(--grid-outside-gap-mobile)}}.product-zoom__slider-button--next{right:var(--space-xl)}@media (max-width:767.98px){.product-zoom__slider-button--next{right:var(--grid-outside-gap-mobile)}}.product-zoom__media-wrapper{width:100vw;height:100vh;opacity:0;position:absolute;left:0;overflow:scroll}.product-zoom__media-wrapper.swiper-slide-active{opacity:1!important}@media (max-width:767.98px){.product-zoom__media-wrapper{width:100vw;max-width:0;flex-shrink:0;position:relative}.product-zoom__media-wrapper.swiper-slide-active{max-width:initial;opacity:1!important;transform:translate(0,0)!important}}.product-zoom__media{width:100vw;flex-shrink:0;position:relative}@media (max-width:767.98px){.product-zoom__media{min-width:180%;justify-content:center;display:flex}}.product-zoom__close{top:var(--space-2xl);right:var(--space-xl)}@media (max-width:767.98px){.product-zoom__close{top:var(--grid-outside-gap-mobile);right:var(--grid-outside-gap-mobile)}}.product-zoom__pagination:before{content:"";width:100%;height:100%;opacity:.4;background:var(--color-white);border-radius:8px;position:absolute;top:0;left:0}.product-zoom__pagination-item{border:1px solid var(--color-gallery);height:unset;width:unset;max-width:var(--gallery-pagination-item-width);width:var(--gallery-pagination-item-width);aspect-ratio:var(--product-card-aspect-ratio);cursor:pointer}.product-zoom__pagination-item:not(:last-of-type){margin-right:.725rem}.product-zoom__pagination-item:before{content:"";width:calc(100% + 8px);height:calc(100% + 8px);background:var(--color-beige);z-index:0;opacity:0;border-radius:5px;transition:opacity .3s;position:absolute;top:-4px;left:-4px}.product-zoom__pagination-item:hover:before,.product-zoom__pagination-item.active:before{opacity:1}