.product-gallery{display:flex;flex-direction:column;gap:.6rem;max-width:65.6rem;margin-bottom:3.2rem}
@media(min-width:768px){.product-gallery{flex-direction:row-reverse;align-items:stretch;gap:.8rem;margin-bottom:0;container-type:inline-size}
}
.product-gallery__arrow{width:3.2rem;height:3.2rem;flex-shrink:0}
.product-gallery__main{position:relative;width:100%}
@media(min-width:768px){.product-gallery__main{flex:1 1 auto;min-width:0}
}
.product-gallery__main__track{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}
.product-gallery__main__track::-webkit-scrollbar{display:none}
.product-gallery__main__slide{position:relative;flex:0 0 100%;width:100%;scroll-snap-align:center;scroll-snap-stop:always;background-color:#f9f9f9}
.product-gallery__main__slide .product-gallery__main__img{object-fit:contain}
.product-gallery__main__video{position:absolute;inset:0;width:100%;height:100%;border:0;display:none}
.product-gallery__main__video.enable-position{display:block}
.product-gallery__main__badge{position:absolute;top:1.4rem;right:1.4rem;z-index:2;width:4.8rem;height:4.8rem;background-color:#fff;border-radius:50%;border:1px solid #d6d6d6;pointer-events:none}
@media(min-width:768px){.product-gallery__main__badge{top:1.9rem;right:1.9rem;width:6.2rem;height:6.2rem}
}
.product-gallery__main__badge svg{stroke:none}
.product-gallery__main__badges{position:absolute;top:1.2rem;left:1.2rem;z-index:2;display:flex;flex-direction:column;gap:.8rem;pointer-events:none}
.product-gallery__main__label{margin:0}
.product-gallery__main__nav-group{position:absolute;right:1.6rem;bottom:1.6rem;z-index:2;display:flex;gap:.8rem}
.product-gallery__main__nav{display:none;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background-color:#fff;border:1px solid #d6d6d6;cursor:pointer;transition:all .3s ease-in-out}
@media(min-width:768px){.product-gallery__main__nav{width:4rem;height:4rem}
}
.product-gallery__main__nav:hover{background-color:#e9edf7}
.product-gallery__main__nav:focus-visible{outline:2px solid #003a70;outline-offset:2px}
.product-gallery__main__nav.visible{display:flex}
.product-gallery__main__nav--prev svg{transform:rotate(180deg)}
.product-gallery__main div.video-consent-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:black;color:white;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;gap:20px}
@media(max-width:768px){.product-gallery__main div.video-consent-overlay{justify-content:flex-start;overflow:auto;padding:20px 20px 0 20px}
}
.product-gallery__thumbs{position:relative}
@media(min-width:768px){.product-gallery__thumbs{flex:0 0 auto;align-self:stretch;width:10.8rem;width:calc((100cqi - 3.2rem) / 6);min-height:0}
}
.product-gallery__thumbs__list{display:flex;flex-direction:row;gap:.6rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}
.product-gallery__thumbs__list::-webkit-scrollbar{display:none}
@media(min-width:768px){.product-gallery__thumbs__list{position:absolute;inset:0;flex-direction:column;gap:.6rem;overflow-x:hidden;overflow-y:auto;scroll-snap-type:none;padding-bottom:0}
}
.product-gallery__thumbs__item{flex:0 0 auto;width:9.1rem;height:9.1rem;scroll-snap-align:start;background-color:#f9f9f9;border:2px solid transparent;transition:opacity .3s ease-in-out,border-color .3s ease-in-out;cursor:pointer;opacity:.8}
@media(min-width:768px){.product-gallery__thumbs__item{width:100%;height:auto}
}
.product-gallery__thumbs__item.active{border-color:#003a70;opacity:1}
.product-gallery__thumbs__item:hover{opacity:1}
.product-gallery__thumbs__item:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.product-gallery__thumbs__item.cmp-video-thumbnail::after{transform:translate(-50%,-50%) scale(0.32)}
.product-gallery__thumbs__nav{display:none;position:absolute;left:50%;transform:translateX(-50%);z-index:2;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background-color:#fff;border:1px solid #d6d6d6;cursor:pointer;transition:all .3s ease-in-out}
.product-gallery__thumbs__nav:hover{background-color:#e9edf7}
.product-gallery__thumbs__nav:focus-visible{outline:2px solid #003a70;outline-offset:2px}
@media(min-width:768px){.product-gallery__thumbs__nav.visible{display:flex}
}
.product-gallery__thumbs__nav--prev{top:1.6rem}
.product-gallery__thumbs__nav--prev svg{transform:rotate(-90deg)}
.product-gallery__thumbs__nav--next{bottom:1.6rem}
.product-gallery__thumbs__nav--next svg{transform:rotate(90deg)}