.shop-hero{border-bottom:1px solid var(--border);padding:80px 0 60px}.shop-title{letter-spacing:-.04em;text-transform:uppercase;margin:16px 0 20px;font-size:clamp(56px,10vw,120px);font-weight:900;line-height:.9}.shop-sub{color:var(--ink-dim);font-size:18px}.shop-grid-section{padding:80px 0}.shop-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.shop-card{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;transition:border-color .25s,transform .25s;display:block;overflow:hidden}.shop-card:hover{border-color:var(--green);transform:translateY(-4px)}.shop-card-img-wrap{aspect-ratio:1;background:var(--bg-card2);position:relative;overflow:hidden}.shop-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.shop-card:hover .shop-card-img{transform:scale(1.04)}.shop-card-tag{background:var(--green);color:#000;letter-spacing:.16em;text-transform:uppercase;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:14px;left:14px}.shop-card-info{justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 20px 24px;display:flex}.shop-card-name{letter-spacing:-.01em;text-transform:uppercase;color:var(--ink);font-size:14px;font-weight:700;line-height:1.3}.shop-card-price{color:var(--green);white-space:nowrap;font-size:14px;font-weight:700}.product-page{padding:60px 0 100px}.product-breadcrumb{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:48px;font-size:12px;font-weight:600}.product-breadcrumb a{color:var(--ink-dim);transition:color .2s}.product-breadcrumb a:hover{color:var(--green)}.product-layout{grid-template-columns:1fr 1fr;align-items:start;gap:80px;margin-bottom:100px;display:grid}.product-gallery{position:sticky;top:100px}.product-main-img-wrap{aspect-ratio:1;background:var(--bg-card);margin-bottom:12px;overflow:hidden}.product-main-img{object-fit:cover;width:100%;height:100%}.product-thumbs{gap:10px;display:flex}.product-thumb{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;width:80px;height:80px;padding:0;transition:border-color .2s;overflow:hidden}.product-thumb.active{border-color:var(--green)}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-info{padding-top:8px}.product-name{letter-spacing:-.02em;text-transform:uppercase;margin:12px 0 16px;font-size:clamp(24px,3vw,40px);font-weight:900;line-height:1}.product-price{color:var(--green);margin-bottom:24px;font-size:28px;font-weight:800}.product-desc{color:var(--ink-dim);border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:32px;font-size:16px;line-height:1.7}.product-sizes{margin-bottom:36px}.product-sizes-label{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:12px;font-size:11px;font-weight:700}.product-sizes-grid{flex-wrap:wrap;gap:10px;display:flex}.product-size-chip{border:1px solid var(--border);letter-spacing:.06em;width:48px;height:48px;color:var(--ink);justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.product-buy-btn{text-align:center;width:100%;margin-bottom:16px;display:block}.product-note{color:var(--ink-mute);text-align:center;letter-spacing:.06em;font-size:12px}.product-related{border-top:1px solid var(--border);padding-top:80px}.product-related-title{letter-spacing:-.03em;text-transform:uppercase;margin-bottom:40px;font-size:clamp(28px,4vw,48px);font-weight:900}@media (max-width:960px){.shop-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}}@media (max-width:600px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-hero{padding:60px 0 40px}}
