.product-gallery-video{position:relative;width:100%;height:100%;background:#000}.product-gallery-video__player{width:100%;height:100%;object-fit:contain}.product-gallery-video__poster{width:100%;height:100%;object-fit:cover}.product-gallery-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--color-white);border:none;border-radius:50%;cursor:pointer;color:var(--color-primary, #000);transition:transform .3s}.product-gallery-video__play:hover{transform:translate(-50%,-50%) scale(1.1)}.product-gallery-video__play svg{margin-left:4px}.product-gallery-nav__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--color-white);border:none;cursor:pointer;opacity:0;transition:opacity .2s}.product-gallery-main:hover .product-gallery-nav__btn{opacity:.9}.product-gallery-nav__btn:hover{opacity:1}.product-gallery-nav__btn--prev{left:1rem}.product-gallery-nav__btn--next{right:1rem}.product-gallery-main{position:relative;width:100%;max-width:100%;min-width:0;aspect-ratio:1;background-color:var(--color-cream, #fff);overflow:hidden;touch-action:pan-y pinch-zoom}@media(min-width:1024px){.product-gallery-main{flex:1}}.product-gallery-main__slide{position:absolute;inset:0;width:100%;height:100%;transition:transform .4s ease;background:var(--color-white, #fff)}.product-gallery-main__slide--active{position:relative}.product-gallery-main__img{width:100%;height:100%;object-fit:contain;object-position:top center}.product-gallery-main__zoom-hint{position:absolute;bottom:1rem;right:1rem;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-white);border-radius:50%;opacity:0;transition:opacity .2s;cursor:zoom-in}.product-gallery-main:hover .product-gallery-main__zoom-hint{opacity:.8}.product-gallery-main__fullscreen{position:absolute;top:var(--space-3, 12px);right:var(--space-3, 12px);z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:var(--color-white);border:none;cursor:pointer;opacity:.9;transition:opacity .2s}@media(min-width:1024px){.product-gallery-main__fullscreen{top:var(--space-4, 16px);right:var(--space-4, 16px);width:40px;height:40px;opacity:.8}}.product-gallery-main__fullscreen:hover{opacity:1}.product-gallery-thumb{position:relative;flex-shrink:0;width:60px;height:60px;padding:0;border:2px solid transparent;background:var(--color-cream-warm, #f6f6f6);cursor:pointer;overflow:hidden;transition:border-color .2s}.product-gallery-thumb--active{border-color:var(--color-primary, #000)}.product-gallery-thumb:hover:not(.product-gallery-thumb--active){border-color:#0c0c0ca6}.product-gallery-thumb__img{width:100%;height:100%;object-fit:cover}.product-gallery-thumb__video-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:var(--color-white)}@media(min-width:1024px){.product-gallery-thumb{width:100%;height:auto;aspect-ratio:1}}.product-gallery-thumbs{display:flex;gap:var(--space-2, 8px);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:var(--space-1, 4px);scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:100%}.product-gallery-thumbs::-webkit-scrollbar{display:none}@media(min-width:1024px){.product-gallery-thumbs{flex-direction:column;width:80px;max-width:80px;flex-shrink:0;overflow-x:visible;overflow-y:auto;scroll-snap-type:y mandatory;max-height:500px;-webkit-overflow-scrolling:touch}}.product-gallery-zoom{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000e6}.product-gallery-zoom__container{width:90vmin;height:90vmin;overflow:hidden;cursor:zoom-out}.product-gallery-zoom__img{width:100%;height:100%;object-fit:contain;transform:scale(2);transition:transform-origin .1s ease-out}.product-gallery-zoom__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:transparent;border:none;color:var(--color-white);cursor:pointer;transition:opacity .2s}.product-gallery-zoom__close:hover{opacity:.7}.product-gallery-fullscreen{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;background:#000}.product-gallery-fullscreen__main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.product-gallery-fullscreen__img{max-width:100%;max-height:100%;object-fit:contain}.product-gallery-fullscreen__nav{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1rem}.product-gallery-fullscreen__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.3);color:var(--color-white);cursor:pointer;transition:border-color .2s}.product-gallery-fullscreen__btn:hover{border-color:var(--color-white)}.product-gallery-fullscreen__counter{color:var(--color-white);font-size:.875rem}.product-gallery-fullscreen__thumbs{display:flex;justify-content:center;gap:.5rem;padding:1rem;overflow-x:auto}.product-gallery-fullscreen__thumb{width:60px;height:60px;padding:0;border:2px solid transparent;background:transparent;cursor:pointer;opacity:.5;transition:opacity .2s,border-color .2s}.product-gallery-fullscreen__thumb--active{border-color:var(--color-white);opacity:1}.product-gallery-fullscreen__thumb:hover{opacity:.8}.product-gallery-fullscreen__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery-fullscreen__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:transparent;border:none;color:var(--color-white);cursor:pointer}.product-gallery-fullscreen__close:hover{opacity:.7}.product-gallery-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;background:#000000f2}.product-gallery-lightbox__content{max-width:90vw;max-height:90vh}.product-gallery-lightbox__img{max-width:100%;max-height:90vh;object-fit:contain}.product-gallery-lightbox__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:transparent;border:none;color:var(--color-white);cursor:pointer;transition:opacity .2s}.product-gallery-lightbox__close:hover{opacity:.7}.product-gallery-360{position:relative;aspect-ratio:1;background:var(--color-cream-warm, #f6f6f6);cursor:grab;user-select:none}.product-gallery-360:active{cursor:grabbing}.product-gallery-360__img{width:100%;height:100%;object-fit:contain;pointer-events:none}.product-gallery-360__hint{position:absolute;bottom:50%;left:50%;transform:translate(-50%,50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#000000b3;color:var(--color-white);font-size:.75rem;pointer-events:none}.product-gallery-360__controls{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.product-gallery-360__controls button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:var(--color-white);border:none;cursor:pointer;transition:background-color .2s}.product-gallery-360__controls button:hover,.product-gallery-360__controls button.active{background:var(--color-accent, #1a1a1a)}.product-gallery-ar{padding:1.5rem;background:var(--color-cream-warm, #f6f6f6);text-align:center}.product-gallery-ar__content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.product-gallery-ar__btn{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:var(--color-primary, #000);border:none;color:var(--color-white);font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.product-gallery-ar__btn:hover{background:var(--color-accent-dark, #000000)}.product-gallery-ar__hint{font-size:.75rem;color:#0c0c0ca6;margin:0}.product-gallery-ar__unsupported{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#0c0c0ca6;font-size:.875rem}.product-gallery{display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;min-height:0;gap:var(--space-3, 12px);overflow:hidden}@media(min-width:1024px){.product-gallery{flex-direction:row-reverse;gap:var(--space-4, 16px);position:sticky;top:80px;overflow:visible}}.product-gallery__dots{display:flex;justify-content:center;align-items:center;gap:2px;padding:4px 0}.product-gallery__dot{width:44px;height:44px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.product-gallery__dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#0c0c0c38;transition:background .25s var(--ease, ease),width .25s var(--ease, ease),height .25s var(--ease, ease)}.product-gallery__dot--active:before{width:9px;height:9px;background:var(--color-dark, var(--color-primary, #000))}.product-gallery__dot:focus-visible{outline:2px solid var(--color-accent, #1a1a1a);outline-offset:-6px;border-radius:50%}.product-gallery__thumbs-desktop{display:none}@media(min-width:1024px){.product-gallery__dots{display:none}.product-gallery__thumbs-desktop{display:flex}}.product-gallery__toggles{display:flex;justify-content:center;padding:var(--space-2, 8px) 0;gap:var(--space-2, 8px)}.product-gallery__toggles button{padding:var(--space-2, 8px) var(--space-4, 16px);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:var(--color-dark, var(--color-primary, #000));color:var(--color-white, #fff);border:none;cursor:pointer;transition:opacity .2s}.product-gallery__toggles button:hover{opacity:.8}
