.product-gallery{flex-direction:column;gap:10px;width:100%;display:flex;position:relative}.product-gallery__hero-wrap{background:var(--color-white);border-radius:0;width:100%;position:relative;overflow:hidden}.product-gallery__hero-inner{aspect-ratio:390/399;width:100%;min-height:260px;max-height:420px;position:relative}@media (min-width:640px){.product-gallery__hero-wrap{border-radius:12px}.product-gallery__hero-inner{aspect-ratio:614/610;min-height:300px;max-height:none}}@media (min-width:960px){.product-gallery__hero-inner{min-height:360px}}.product-gallery__hero-img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;height:100%;position:absolute;inset:0}.product-gallery__badges{z-index:2;pointer-events:none;width:110px;height:62px;position:absolute;top:10px;right:2px;rotate:14deg}.product-gallery__badge-image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.product-gallery__empty{background:var(--color-gray-100);min-height:260px;color:var(--color-midnight-blue-60);justify-content:center;align-items:center;font-weight:600;display:flex}.product-gallery__hero-inner.product-gallery__empty{aspect-ratio:auto}.product-gallery__thumbs{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:8px;margin:0;padding:4px 30px 2px;list-style:none;display:flex;overflow:auto hidden}@media (min-width:640px){.product-gallery__thumbs{padding:4px 0 2px}}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb-li{flex:none}.product-gallery__thumb{background:var(--color-gray-100);cursor:pointer;width:100px;height:100px;transition:border-color var(--duration-fast),opacity var(--duration-fast);border:2px solid #0000;border-radius:8px;flex:none;padding:0;position:relative;overflow:hidden}.product-gallery__thumb:hover,.product-gallery__thumb:focus-visible{opacity:.92}.product-gallery__thumb:focus-visible{outline:2px solid var(--color-sky-blue);outline-offset:2px}.product-gallery__thumb--active{border-color:var(--color-orange);background:var(--color-white)}.product-gallery__thumb-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-gallery__thumb--muted{background:var(--color-midnight-blue-20)}@supports (color:color-mix(in lab, red, red)){.product-gallery__thumb--muted{background:color-mix(in srgb,var(--color-midnight-blue-20)80%,var(--color-white))}}
