.product-gallery{--pg-pad: clamp(1.6rem, 4vw, 4.8rem);--pg-gap: clamp(1.2rem, 2vw, 2rem);--pg-columns: var(--pg-columns-desktop, 4);--pg-ease: cubic-bezier(.22, 1, .36, 1);font-family:var(--vibe-font-body, "DM Sans", sans-serif);color:rgb(var(--color-fg));background:rgb(var(--color-bg));padding:clamp(3.2rem,6vw,5.6rem) 0;overflow:clip}@media screen and (max-width:989px){.product-gallery{--pg-columns: 2}}@media screen and (max-width:749px){.product-gallery{--pg-columns: 2;--pg-pad: 1.5rem;--pg-gap: 1rem;padding:2.8rem 0 3.2rem}.product-gallery__top{margin-bottom:1.4rem;gap:1rem}.product-gallery__heading{font-size:1.8rem}.product-gallery__arrow.slider-button{width:3.6rem;height:3.6rem}.product-gallery__controls{height:3.6rem}.product-gallery__meta{padding-top:.9rem;gap:.25rem}.product-gallery__title{font-size:1.25rem}.product-gallery__price{font-size:1.2rem}.product-gallery__card:hover{transform:none}.product-gallery__track{scroll-snap-type:x mandatory;scroll-padding-inline:var(--pg-pad)}.product-gallery__track.slider.slider--everywhere .product-gallery__slide,.product-gallery__slide{scroll-snap-align:start;scroll-snap-stop:always}}.product-gallery__top{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:0 var(--pg-pad);margin-bottom:clamp(1.8rem,3vw,2.8rem)}.product-gallery__heading{margin:0;font-family:var(--vibe-font-display, "Sora", sans-serif);font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:.01em;line-height:1;display:flex;align-items:center}.product-gallery__heading-link{display:inline-flex;align-items:center;gap:.45em;color:inherit;text-decoration:none}.product-gallery__heading-text{text-decoration:none;text-underline-offset:.22em;text-decoration-thickness:.08em;transition:text-decoration-color .2s var(--pg-ease)}.product-gallery__heading-link:hover .product-gallery__heading-text{text-decoration:underline;text-decoration-color:currentColor}.product-gallery__heading-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:.72em;height:.72em;transition:transform .25s var(--pg-ease)}.product-gallery__heading-arrow .svg-wrapper,.product-gallery__heading-arrow svg{display:block;width:100%;height:100%}.product-gallery__heading-link:hover .product-gallery__heading-arrow{transform:translate(.18em)}.product-gallery__controls{display:flex;align-items:center;gap:.8rem;flex-shrink:0;height:4.2rem}.product-gallery__arrow.slider-button{width:4.2rem;height:4.2rem;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-fg),.22);border-radius:50%;background:rgba(var(--color-bg),.92);color:rgb(var(--color-fg));cursor:pointer;line-height:0;flex-shrink:0;transition:background-color .35s var(--pg-ease),border-color .35s var(--pg-ease),color .35s var(--pg-ease),opacity .25s var(--pg-ease),transform .25s var(--pg-ease)}.product-gallery__arrow.slider-button:hover:not([disabled]){background:rgb(var(--color-bg));border-color:rgba(var(--color-fg),.45);color:rgb(var(--color-fg));transform:scale(1.04)}.product-gallery__arrow.slider-button[disabled]{opacity:1;cursor:default;background:rgb(var(--color-bg));color:rgba(var(--color-fg),.42);border-color:rgba(var(--color-fg),.2)}html[data-theme=dark] .product-gallery__arrow.slider-button[disabled]{color:#f5f5f58c;border-color:#f5f5f547;background:rgb(var(--color-bg))}html[data-theme=light] .product-gallery__arrow.slider-button[disabled]{color:#12121266;border-color:#12121233;background:rgb(var(--color-bg))}.product-gallery__arrow .svg-wrapper{width:1.2rem;height:1.2rem;display:flex;align-items:center;justify-content:center;line-height:0;color:inherit}.product-gallery__arrow .svg-wrapper svg,.product-gallery__arrow .icon-caret,.product-gallery__arrow .icon{display:block;width:1.05rem;height:.63rem;color:inherit;fill:currentColor;flex-shrink:0}.product-gallery__arrow--prev .svg-wrapper{transform:rotate(90deg)}.product-gallery__arrow--next .svg-wrapper{transform:rotate(-90deg)}.product-gallery__slider{position:relative;display:block;width:100%}.product-gallery__track{--pg-card: calc((100% - (var(--pg-gap) * (var(--pg-columns) - 1))) / var(--pg-columns));display:flex;flex-wrap:nowrap;align-items:stretch;gap:var(--pg-gap);box-sizing:border-box;width:100%;margin:0;padding:.2rem var(--pg-pad) .8rem;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-inline:var(--pg-pad);-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__track.slider--everywhere{margin-bottom:0}.product-gallery__slide{flex:0 0 var(--pg-card);width:var(--pg-card);max-width:var(--pg-card);scroll-snap-align:start;scroll-snap-stop:always;box-sizing:border-box;padding:0;margin:0}.product-gallery__track.slider.slider--everywhere .product-gallery__slide{scroll-snap-align:start;margin-bottom:0}.product-gallery__card{display:flex;flex-direction:column;height:100%;color:inherit;transition:transform .3s var(--pg-ease)}.product-gallery__card:hover{transform:translateY(-.3rem)}.product-gallery__media-wrap{position:relative}.product-gallery__media-link,.product-gallery__title-link,.product-gallery__price-link{text-decoration:none;color:inherit}.product-gallery__media-link{display:block}.product-gallery__card .product-tags{position:relative;z-index:2;min-width:0;max-width:100%}.product-gallery__card,.product-gallery__meta{overflow:visible}.product-gallery__media{position:relative;display:grid;place-items:center;aspect-ratio:1;width:100%;overflow:hidden;border-radius:1.4rem;background:radial-gradient(ellipse 60% 50% at 50% 55%,rgba(var(--vibe-ambient),.12),transparent 72%),rgba(var(--color-fg),.04)}.product-gallery__image,.product-gallery__placeholder{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;background:transparent}.product-gallery__meta{display:grid;gap:.4rem;padding:1.2rem .1rem 0}.product-gallery__title{margin:0;font-family:var(--vibe-font-display, "Sora", sans-serif);font-size:clamp(1.35rem,1.5vw,1.55rem);font-weight:600;letter-spacing:.01em;line-height:1.3}.product-gallery__price{margin:0;font-size:1.3rem;font-weight:600;color:rgba(var(--color-fg-muted),.98)}.product-gallery__empty{text-align:center;padding:3rem var(--pg-pad);color:rgba(var(--color-fg-muted),.95);font-size:1.5rem}@media(prefers-reduced-motion:reduce){.product-gallery__card,.product-gallery__arrow,.product-gallery__track{transition:none!important;scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-gallery.css.map */
