.product-gallery{position:relative;width:100%}.product-gallery__frame{position:relative;aspect-ratio:4/3;background:color-mix(in srgb,var(--surface) 94%,var(--bg));border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.product-gallery--pdp .product-gallery__frame{aspect-ratio:5/4}.product-gallery .swiper{height:100%}.product-gallery .swiper-wrapper{height:100%}.product-gallery .swiper-slide{height:100%;display:flex}.product-gallery__frame:not(.swiper-initialized):not(.product-gallery--fallback) .swiper-slide:not(:first-child){display:none}.product-gallery__frame.product-gallery--fallback .swiper-wrapper{display:block}.product-gallery__frame.product-gallery--fallback .swiper-slide[hidden]{display:none}.product-gallery__figure{margin:0;width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2.5vw,2rem);box-sizing:border-box}.product-gallery__img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-gallery__nav{--swiper-navigation-size:1rem;--swiper-navigation-color:var(--text);top:50%;width:2.5rem;height:2.5rem;margin-top:0;transform:translateY(-50%);border-radius:999px;background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid var(--border);box-shadow:0 8px 24px rgba(7,7,8,.1);backdrop-filter:blur(8px)}.product-gallery__nav:disabled{opacity:.45;cursor:not-allowed}.product-gallery__nav::after{font-size:.9rem;font-weight:700}.product-gallery__nav--prev{left:.75rem}.product-gallery__nav--next{right:.75rem}.product-gallery__pagination{position:absolute;left:0;right:0;bottom:.75rem;z-index:2;margin:0;line-height:1}.product-gallery__pagination .swiper-pagination-bullet{width:.5rem;height:.5rem;border:0;border-radius:999px;opacity:.35;background:var(--text);transition:opacity .2s ease,transform .2s ease;cursor:pointer}.product-gallery__pagination .swiper-pagination-bullet-active{opacity:1;background:var(--brand);transform:scale(1.15)}@media(max-width:640px){.product-gallery__frame{aspect-ratio:1/1}.product-gallery--pdp .product-gallery__frame{aspect-ratio:4/3}.product-gallery__figure{padding:var(--space-4)}.product-gallery__nav{width:2.25rem;height:2.25rem}.product-gallery__nav--prev{left:.5rem}.product-gallery__nav--next{right:.5rem}}