.product-media-modal__content{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch;}
.product-media-modal__slide{flex:0 0 100%;width:100%;max-width:100vw;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0 2rem;}
.product-media-modal__slide img{max-height:85vh;width:auto;max-width:100%;margin:0 auto;}
.product-media-modal__slide deferred-media,
.product-media-modal__slide product-model{max-height:85vh;width:100%;}
.product-media-modal__nav{position:fixed;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.9);border:none;border-radius:50%;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,0.15);}
.product-media-modal__nav svg{width:1.8rem;height:1.8rem;}
.product-media-modal__nav--prev{left:2rem;}
.product-media-modal__nav--prev svg{transform:rotate(90deg);}
.product-media-modal__nav--next{right:2rem;}
.product-media-modal__nav--next svg{transform:rotate(-90deg);}
.product-media-modal__nav[disabled]{opacity:0.25;cursor:default;pointer-events:none;}
.product-media-modal__counter{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);z-index:10;background:rgba(0,0,0,0.65);color:#fff;padding:0.5rem 1.4rem;border-radius:2rem;font-size:1.3rem;letter-spacing:0.05em;}
@media screen and (max-width:749px){.product-media-modal__nav{width:3.6rem;height:3.6rem;}.product-media-modal__nav--prev{left:0.8rem;}.product-media-modal__nav--next{right:0.8rem;}.product-media-modal__slide{padding:0 0.5rem;}}
