.product-main{display:grid;gap:var(--grid-gap-lg)}.product-breadcrumbs{margin-bottom:var(--space-sm)}@media screen and (min-width:990px){.product-main{grid-template-columns:minmax(0,1.08fr) minmax(24rem,.92fr);align-items:start}}.product-gallery{display:grid;gap:var(--space-md)}.product-gallery__stage{position:relative;min-width:0}@media screen and (max-width:989px){.product-gallery__stage{margin-inline:calc(var(--container-inline-padding) * -.78)}}@media screen and (max-width:749px){.product-gallery__stage{margin-inline:max(calc(var(--mobile-gutter) * -.92),calc((100vw - var(--mobile-content-max)) / 2))}}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(4.6rem,1fr));gap:var(--space-sm);align-items:start}@media screen and (min-width:750px){.product-gallery__thumbs{grid-template-columns:repeat(auto-fill,minmax(4.6rem,5.4rem))}}.product-gallery__thumb{border:var(--border-soft);border-radius:0;overflow:hidden;background:linear-gradient(180deg,rgba(var(--color-surface),.9),rgba(var(--color-surface),.78)),var(--overlay-soft);padding:0;cursor:pointer;box-shadow:var(--shadow-xs);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease}.product-gallery__thumb.is-active{border-color:var(--interaction-border-active);box-shadow:var(--shadow-sm)}.product-gallery__thumb:hover{border-color:var(--interaction-border-hover);transform:translateY(-1px)}.product-gallery__thumb img{width:100%;aspect-ratio:4 / 5;object-fit:cover}@media screen and (max-width:749px){.product-gallery__thumbs{grid-auto-flow:column;grid-auto-columns:minmax(4.6rem,5rem);overflow-x:auto;gap:var(--space-xs);padding-bottom:.15rem;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}}.product-gallery__item{display:none;overflow:hidden;border-radius:0;border:var(--border-soft);background:linear-gradient(180deg,rgba(var(--color-surface),.7),rgba(var(--color-text),.06)),rgba(var(--color-text),.06);box-shadow:var(--shadow-panel)}.product-gallery__item.is-active{display:block}.product-gallery__item img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.product-gallery__arrow{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:clamp(2.35rem,3.2vw,2.9rem);height:clamp(2.35rem,3.2vw,2.9rem);padding:0;border:1px solid rgba(var(--color-text),.12);border-radius:999px;background:rgba(var(--color-surface),.86);color:rgb(var(--color-text));box-shadow:var(--shadow-sm);cursor:pointer;opacity:0;transform:translateY(-50%) scale(.96);transition:opacity .16s ease,transform .16s ease,background-color .16s ease,border-color .16s ease}.product-gallery__arrow--prev{left:clamp(.75rem,1.6vw,1rem)}.product-gallery__arrow--next{right:clamp(.75rem,1.6vw,1rem)}.product-gallery__arrow span{display:block;font-size:1.65rem;line-height:1;transform:translateY(-.04em)}.product-gallery__arrow:hover,.product-gallery__arrow:focus-visible{border-color:rgba(var(--color-text),.22);background:rgba(var(--color-surface),.96);transform:translateY(-50%) scale(1)}.product-gallery__stage:hover .product-gallery__arrow,.product-gallery__stage:focus-within .product-gallery__arrow{opacity:1;transform:translateY(-50%) scale(1)}@media screen and (max-width:749px){.product-gallery__stage{touch-action:pan-y}.product-gallery__arrow{display:none}}.product-info{position:sticky;top:clamp(5.5rem,10vw,7.5rem);padding:clamp(1.15rem,2vw,1.9rem);min-width:0;box-shadow:var(--shadow-panel)}@media screen and (max-width:989px){.product-info{position:static;top:auto;padding:var(--space-md)}}.product-info__header{display:grid;gap:var(--space-xs)}.product-info__title{font-size:clamp(2rem,2.5vw,3.05rem);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);font-weight:var(--weight-semibold);max-width:12ch}.product-info__intro{max-width:var(--measure-base);color:rgba(var(--color-text),.62);line-height:1.72;font-size:var(--text-md)}.product-tags{margin-top:var(--space-md);display:flex;flex-wrap:wrap;gap:var(--cluster-gap)}.product-option-group{margin:0;border:0;padding:0}.product-option-group__legend{margin-bottom:var(--space-xs);letter-spacing:.16em}.product-option-group__values{display:flex;flex-wrap:wrap;gap:var(--cluster-gap)}.product-option-pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--mobile-touch-target);padding:.45rem .95rem;border-radius:var(--radius-button);border:var(--border-soft);cursor:pointer;font-family:var(--font-ui-family);font-size:var(--text-xs);letter-spacing:.1em;font-weight:var(--weight-medium);text-transform:uppercase;transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease,opacity .15s ease;text-align:center;max-width:100%;background:linear-gradient(180deg,rgba(var(--color-surface),.94),rgba(var(--color-surface),.84)),var(--overlay-soft);box-shadow:var(--shadow-xs)}input[type=radio]:checked+.product-option-pill{border-color:var(--interaction-border-active);background:rgba(var(--color-text),.96);color:rgb(var(--color-surface))}.product-option-pill:hover{border-color:var(--interaction-border-hover);background:rgba(var(--color-surface),.98);transform:translateY(-1px)}.product-option-pill--color{min-width:5.6rem}.product-option-pill--unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through;box-shadow:none}.product-option-pill__swatch{width:.9rem;height:.9rem;border-radius:999px;border:1px solid rgba(var(--color-text),.16);background:var(--swatch-color, transparent);box-shadow:inset 0 0 0 1px rgba(var(--color-surface),.4)}.product-purchase{display:flex;gap:var(--space-sm);align-items:stretch;flex-wrap:wrap}.product-purchase__quantity{flex:0 0 6rem;width:6rem;min-height:var(--mobile-touch-target);border-radius:var(--radius-button);border:var(--border-soft);background:rgba(var(--color-surface),.9);padding:0 1rem;box-shadow:inset 0 1px #ffffff38;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.product-purchase__button{flex:1 1 0;min-width:min(16rem,100%)}.product-dynamic-checkout{width:100%}.product-purchase__button[disabled],.product-purchase__button[data-compliance-disabled-atc]{min-height:3.5rem;height:auto;max-height:4rem;aspect-ratio:auto;display:inline-flex;align-items:center;justify-content:center;padding-block:.62rem;color:rgba(var(--color-text),.58);border-color:rgba(var(--color-text),.14);background:linear-gradient(180deg,rgba(var(--color-surface),.94),rgba(var(--color-surface),.78)),rgba(var(--color-text),.04)}.product-order-state{margin-top:var(--space-2xs);width:100%;border:var(--border-soft);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(var(--color-surface),.92),#f6f1eb99),var(--overlay-soft);padding:var(--space-md);color:rgba(var(--color-text),.68);font-size:var(--text-sm);line-height:1.68;box-shadow:var(--shadow-sm)}.product-order-state__actions{margin-top:var(--space-sm)}.product-order-state__actions .btn{min-height:2.65rem;padding:.45rem .9rem}.product-accordion{margin-top:var(--space-lg);border-top:1px solid var(--line-soft)}.product-accordion details{border-bottom:1px solid var(--line-soft)}.product-accordion summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) 0;text-transform:uppercase;letter-spacing:.14em;font-size:var(--type-xs);font-weight:var(--weight-medium);transition:color .18s ease}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion__content{color:rgba(var(--color-text),.7);line-height:1.8;font-size:var(--text-sm);padding:0 0 var(--space-md)}.product-compliance-panel{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--line-soft)}.product-compliance-panel .legal-block{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--line-soft)}.product-compliance-panel h3{font-size:var(--type-xs);text-transform:uppercase;letter-spacing:.14em;font-weight:var(--weight-medium)}.product-compliance-panel p{margin-top:var(--space-2xs);color:rgba(var(--color-text),.68);line-height:1.75}@media(hover:hover)and (pointer:fine){.product-option-pill--unavailable:hover{transform:none;border-color:var(--interaction-border);background:linear-gradient(180deg,rgba(var(--color-surface),.94),rgba(var(--color-surface),.84)),var(--overlay-soft)}}@media screen and (max-width:749px){.product-breadcrumbs{display:none}.product-main{gap:var(--space-md)}.product-info__title{font-size:clamp(1.55rem,8vw,2.2rem);max-width:none}.product-info__intro{font-size:var(--text-sm)}.product-purchase{gap:var(--space-xs)}.product-purchase__quantity{flex:0 0 clamp(4.7rem,24vw,5.5rem);width:clamp(4.7rem,24vw,5.5rem);padding-inline:.75rem}.product-purchase__button{width:auto}.product-purchase__button{flex:1 1 0;min-width:0;min-height:3.5rem;max-height:4rem;aspect-ratio:auto;padding:.68rem 1rem;letter-spacing:.14em}.product-order-state{margin-top:var(--space-2xs);padding:var(--space-sm);border-radius:18px;font-size:.82rem;line-height:1.54}.product-option-group__values{gap:var(--space-xs)}.product-option-pill{min-width:max-content;padding-inline:.9rem}.product-accordion summary{font-size:var(--type-xs);letter-spacing:.12em;min-height:var(--mobile-touch-target)}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/component-product.css.map */
