#gallery-container{flex-wrap:nowrap;gap:var(--chakra-space-1);overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;scroll-timeline:--gallery-scroll inline}#gallery-container::-webkit-scrollbar{display:none}#scroll-indicator{animation:scroll-indicator-progress auto linear forwards;animation-timeline:--gallery-scroll;will-change:transform}@keyframes scroll-indicator-progress{0%{transform:translateX(0)}to{transform:translateX(calc(100cqw - 100% - 8px))}}@supports not (animation-timeline:scroll()){#scroll-indicator{display:none}}#image-container{padding:var(--chakra-space-5)}#image-container img{width:100%}@media screen and (max-width:991px){#gallery-container{scroll-behavior:auto}#gallery-container #image-container,#gallery-container .video-container{width:100cqw;min-width:100cqw;max-width:100cqw;flex-shrink:0;scroll-snap-align:start;scroll-snap-stop:always;touch-action:pan-x pan-y}#gallery-container .video-container{isolation:isolate}#gallery-container .product-video-player,#gallery-container .product-video-player iframe{pointer-events:none}}@media screen and (min-width:992px){#gallery-container{flex-wrap:wrap;gap:var(--chakra-space-0-5);overflow-x:hidden}#image-container,.video-container{min-width:unset}#image-container.large{padding:2vw}#image-container.odd img,.video-container.odd img{width:50%}#gallery-container .product-video-player>*{width:100%;height:auto}#gallery-container .video-container.odd .product-video-player>*{width:50%}}