.product-gallery{gap:var(--space-sm);flex-direction:column;display:flex}.product-gallery__viewport{position:relative}.product-gallery__track{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;gap:var(--space-2xs);border-radius:var(--radius-media);scrollbar-width:none;grid-auto-columns:100%;grid-auto-flow:column;margin:0;padding:0;list-style:none;display:grid;overflow-x:auto}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__item{scroll-snap-align:start;border-radius:var(--radius-media);min-width:0;overflow:hidden}@media (min-width:990px){.product-gallery--stacked .product-gallery__track,.product-gallery--grid .product-gallery__track{scroll-snap-type:none;gap:var(--space-sm);grid-auto-columns:auto;grid-auto-flow:row;overflow:visible}.product-gallery--grid .product-gallery__track{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery--grid .product-gallery__item:first-child{grid-column:1/-1}.product-gallery--stacked .product-gallery__arrow,.product-gallery--grid .product-gallery__arrow,.product-gallery--stacked .product-gallery__thumbs,.product-gallery--grid .product-gallery__thumbs{display:none}}.product-gallery__item .media,.product-gallery__media{aspect-ratio:var(--media-aspect-ratio,3 / 4);border-radius:var(--radius-media);overflow:hidden}.product-gallery__zoom-trigger{cursor:zoom-in;width:100%;display:block;position:relative}.product-gallery__zoom-icon{z-index:var(--z-raised);width:36px;height:36px;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background) / .85);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transition:opacity var(--hover-transition);border-radius:50%;place-items:center;display:grid;position:absolute;inset-block-end:var(--space-sm);inset-inline-end:var(--space-sm)}@media (hover:hover) and (pointer:fine){.product-gallery__zoom-trigger:hover .product-gallery__zoom-icon,.product-gallery__zoom-trigger:focus-visible .product-gallery__zoom-icon{opacity:1}}@media not all and (hover:hover){.product-gallery__zoom-icon{opacity:1}}.product-gallery__play{z-index:var(--z-raised);width:64px;height:64px;color:rgb(var(--color-background));background-color:rgb(var(--color-foreground) / .7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:scale var(--hover-transition);border-radius:50%;place-items:center;display:grid;position:absolute;inset-block-start:50%;inset-inline-start:50%;translate:-50% -50%}.product-gallery__play .icon{translate:2px}@media (hover:hover) and (pointer:fine){.product-gallery__play:hover{scale:1.08}}.product-gallery__video{object-fit:cover;width:100%;height:100%}.product-gallery__media.is-playing{background-color:#000}.product-gallery__media model-viewer{--poster-color:transparent;width:100%;height:100%}.product-gallery__arrow{z-index:var(--z-raised);width:40px;height:40px;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background) / .9);box-shadow:var(--shadow-popover);transition:opacity var(--hover-transition);border-radius:50%;place-items:center;display:grid;position:absolute;inset-block-start:50%;translate:0 -50%}.product-gallery__arrow--prev{inset-inline-start:var(--space-sm)}.product-gallery__arrow--next{inset-inline-end:var(--space-sm)}.product-gallery__thumbs{gap:var(--space-2xs);scrollbar-width:none;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{border-radius:var(--radius-media);opacity:.6;width:72px;transition:opacity var(--transition-fast), border-color var(--transition-fast);border:2px solid #0000;flex-shrink:0;display:block;position:relative;overflow:hidden}.product-gallery__thumb[aria-current=true]{border-color:rgb(var(--color-foreground));opacity:1}@media (hover:hover) and (pointer:fine){.product-gallery__thumb:hover{opacity:1}}.product-gallery__thumb-badge{width:20px;height:20px;color:rgb(var(--color-background));background-color:rgb(var(--color-foreground) / .7);border-radius:50%;place-items:center;display:grid;position:absolute;inset-block-end:2px;inset-inline-end:2px}@media (min-width:990px){.product-gallery--thumbs-left{flex-direction:row-reverse;align-items:flex-start}.product-gallery--thumbs-left .product-gallery__viewport{flex:1;min-width:0}.product-gallery--thumbs-left .product-gallery__thumbs{flex-direction:column;max-height:640px;overflow:visible auto}}.product-zoom{background-color:rgb(var(--color-background));border:0;width:100vw;max-width:none;height:100dvh;max-height:none;padding:0}.product-zoom::backdrop{background-color:#000000e6}.product-zoom__content{overscroll-behavior:contain;place-items:center;width:100%;height:100%;display:grid;overflow:auto}.product-zoom__content img{cursor:zoom-out;width:auto;min-width:100%;max-width:none;height:auto}.product-zoom__content img[hidden]{display:none}.product-zoom__close{z-index:1;width:48px;height:48px;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background) / .9);box-shadow:var(--shadow-popover);border-radius:50%;place-items:center;display:grid;position:fixed;inset-block-start:var(--space-md);inset-inline-end:var(--space-md)}
