.header-icon{display:block;width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.header-actions{align-items:center}
.nav{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
.nav::-webkit-scrollbar{display:none}
.nav>a{flex:0 0 auto;white-space:nowrap}
.nav-chevron{display:inline-block;margin-left:6px;font-size:13px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:64px;align-items:start}
.product-gallery{position:sticky;top:160px;min-width:0}
.product-gallery__stage{display:grid;place-items:center;aspect-ratio:1;background:#f7f7f7;overflow:hidden}
.product-gallery__main{width:100%;height:100%;object-fit:contain}
.product-gallery__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:86px;gap:10px;overflow-x:auto;margin-top:14px;padding:3px;scroll-snap-type:x mandatory}
.product-gallery__thumb{scroll-snap-align:start;border:1px solid var(--line);background:#fff;padding:3px;cursor:pointer}
.product-gallery__thumb.is-active{border:2px solid var(--forest)}
.product-gallery__thumb img{aspect-ratio:1;object-fit:cover}
.product-info{min-width:0}
.product-info h1{font-size:clamp(30px,4vw,48px);line-height:1.15;margin:8px 0 18px}
.product-info__vendor{text-transform:uppercase;letter-spacing:.12em;font-size:13px;color:#66716c}
.product-form{display:grid;gap:18px;margin:30px 0}
.product-form label{display:grid;gap:8px;font-weight:700}
.product-form select,.product-form input{width:100%;min-height:48px;border:1px solid var(--line);padding:0 14px;background:#fff}
.product-form__submit{width:100%}
.product-info__description{margin-top:35px;border-top:1px solid var(--line);padding-top:28px}
@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.season-pill{display:none}}
@media(max-width:560px){.header-icon{width:27px;height:27px}.product-gallery__thumbs{grid-auto-columns:70px}.product-info h1{font-size:30px}}
