.product-gallery{gap:.75rem;display:grid}@media (min-width:768px){.product-gallery{grid-template-columns:1fr;align-items:start;gap:1rem}.product-gallery:has(.product-gallery__thumbs){grid-template-columns:auto 1fr}}.product-gallery__stage{min-width:0}.product-gallery__main{aspect-ratio:1;border:1px solid var(--line);background:linear-gradient(145deg, var(--mist) 0%, var(--paper) 55%, var(--mist) 100%);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffbf}.product-gallery__zoom{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0;display:block;position:absolute;inset:0}.product-gallery__image{transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .35s;animation:.35s product-gallery-fade}@media (hover:hover){.product-gallery__zoom:hover .product-gallery__image{transform:scale(1.05)}}@keyframes product-gallery-fade{0%{opacity:.65}to{opacity:1}}.product-gallery__counter{inset-inline-end:.75rem;z-index:2;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.04em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0a9e;border:1px solid #ffffff59;padding:.25rem .625rem;font-size:.75rem;position:absolute;bottom:.75rem}.product-gallery__nav{z-index:2;width:2.25rem;height:2.25rem;color:var(--ink);cursor:pointer;opacity:0;background:#ffffffeb;border:1px solid #ffffff59;place-items:center;margin-top:-1.125rem;transition:opacity .2s,transform .2s,background .2s,border-color .2s;display:grid;position:absolute;top:50%;transform:translateY(4px)}.product-gallery__main:hover .product-gallery__nav,.product-gallery__nav:focus-visible{opacity:1;transform:translateY(0)}.product-gallery__nav:hover{border-color:var(--gold);background:#fff}.product-gallery__nav--prev{inset-inline-start:.75rem}.product-gallery__nav--next{inset-inline-end:.75rem}.product-gallery__nav:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.product-gallery__thumbs{scrollbar-width:thin;scrollbar-color:var(--gold-soft) transparent;gap:.625rem;padding-bottom:.125rem;display:flex;overflow-x:auto}@media (min-width:768px){.product-gallery__thumbs{padding-bottom:0;flex-direction:column;max-height:min(32rem,70vw);padding-inline-end:.125rem;overflow:hidden auto}}.product-gallery__thumb{border:1px solid var(--line);background:var(--mist);cursor:pointer;opacity:.72;flex:none;width:4.25rem;height:4.25rem;transition:opacity .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden}@media (min-width:768px){.product-gallery__thumb{width:4.75rem;height:4.75rem}}.product-gallery__thumb:hover{opacity:1;border-color:var(--gold-soft)}.product-gallery__thumb.is-active{opacity:1;border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.product-gallery__thumb:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.product-gallery-lightbox{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0aeb;place-items:center;padding:1rem;animation:.25s product-gallery-lightbox-in;display:grid;position:fixed;inset:0}@keyframes product-gallery-lightbox-in{0%{opacity:0}to{opacity:1}}.product-gallery-lightbox__frame{aspect-ratio:1;width:min(92vw,56rem);height:auto;max-height:min(82vh,56rem);position:relative}.product-gallery-lightbox__close{top:1rem;z-index:2;color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff40;place-items:center;width:2.75rem;height:2.75rem;transition:background .2s,border-color .2s;display:grid;position:absolute;inset-inline-end:1rem}.product-gallery-lightbox__close:hover{background:#ffffff29;border-color:#ffffff73}.product-gallery-lightbox__close:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.product-gallery-lightbox__nav{z-index:2;color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff40;place-items:center;width:2.75rem;height:2.75rem;margin-top:-1.375rem;transition:background .2s,border-color .2s;display:grid;position:absolute;top:50%}.product-gallery-lightbox__nav:hover{background:#ffffff29;border-color:#ffffff73}.product-gallery-lightbox__nav--prev{inset-inline-start:1rem}.product-gallery-lightbox__nav--next{inset-inline-end:1rem}.product-gallery-lightbox__nav:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.product-gallery-lightbox__counter{z-index:2;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.04em;background:#ffffff14;border:1px solid #ffffff40;padding:.375rem .75rem;font-size:.8125rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.product-gallery-lightbox__frame--wide{aspect-ratio:3/2;width:min(96vw,72rem);height:auto;max-height:min(88vh,48rem)}
