.product-gallery{--gallery-gap: var(--grid-gutter);--thumbnail-size: 64px;--thumbnail-gap: 8px;position:relative;width:100%}.product-gallery__ar-wrapper{position:relative;width:100%}.product-gallery__media-list-wrapper{position:relative;width:100%;overflow:hidden}.product-gallery__media-list{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:var(--gallery-gap);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__media-list::-webkit-scrollbar{display:none}.product-gallery__media{position:relative;scroll-snap-align:start;width:100%;aspect-ratio:1;overflow:hidden}.product-gallery__media img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-gallery__media.zoomed{cursor:zoom-out}.product-gallery__media.zoomed img{transform:scale(2)}.product-gallery__thumbnail-list-wrapper{margin-top:var(--gallery-gap);overflow:hidden}.product-gallery__thumbnail-list{display:grid;grid-auto-flow:column;grid-auto-columns:var(--thumbnail-size);gap:var(--thumbnail-gap);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:4px}.product-gallery__thumbnail-list::-webkit-scrollbar{display:none}.product-gallery__thumbnail{position:relative;width:var(--thumbnail-size);height:var(--thumbnail-size);border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .2s ease}.product-gallery__thumbnail[aria-current=true]{border-color:var(--text-color)}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:contain}.product-gallery__media-badge{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center}.product-gallery__zoom{position:absolute;bottom:16px;right:16px;z-index:1}@media screen and (max-width:999px){.product-gallery{--gallery-gap: 8px}.product-gallery__media-list{grid-auto-columns:calc(100% - 40px);margin:0 -20px;padding:0 20px}.product-gallery__thumbnail-list,.product-gallery__zoom{display:none}}@media screen and (min-width:1000px){.product-gallery--desktop-grid .product-gallery__media-list{grid-template-columns:repeat(2,1fr);grid-auto-flow:row}.product-gallery--desktop-grid .product-gallery__media--expand{grid-column:span 2}}.product-gallery__media.loading{background:#f5f5f5;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.product-gallery__media{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media(prefers-reduced-motion:reduce){.product-gallery__media img,.product-gallery__thumbnail{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/product-gallery.css.map */
