
.shop-main{border-top:1px solid var(--line)}
.shop-kicker{display:flex;justify-content:space-between;gap:20px;padding:28px 5%;font:11px 'Space Grotesk',Arial,sans-serif;letter-spacing:1.1px;border-bottom:1px solid var(--line)}
.shop-product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:6%;padding:48px 5% 80px;align-items:start}
.shop-photo{margin:0;position:relative;background:#f4f4f4;border:1px solid #e4e4e4}
.shop-photo img{display:block;width:100%;height:auto}
.shop-photo figcaption{position:absolute;left:20px;bottom:16px;color:#555;font-size:11px;letter-spacing:.5px}
.shop-product-info{padding-top:22px;max-width:540px}
.shop-status{display:flex;align-items:center;gap:9px;color:var(--red);font:11px 'Space Grotesk',Arial,sans-serif;letter-spacing:1.2px;margin-bottom:24px}
.shop-status>span{width:7px;height:7px;background:var(--red);border-radius:50%}
.shop-product h1{font-size:clamp(46px,4.7vw,74px);line-height:1.04;letter-spacing:-3px;margin:0 0 20px}
.shop-description{font-size:18px;line-height:1.5;color:var(--muted);margin-bottom:28px}
.shop-size-description{display:inline-block;margin-top:8px;font-size:14px}
.shop-price{font:500 36px 'Space Grotesk',Arial,sans-serif;letter-spacing:-1px;display:flex;align-items:baseline;gap:14px;margin-bottom:26px}
.shop-price>span{font:13px 'DM Sans',Arial,sans-serif;letter-spacing:0;color:var(--muted)}
.shop-color{display:flex;align-items:center;gap:10px;padding:18px 0;border-top:1px solid var(--line);font-size:13px}
.shop-color>span:last-child{margin-left:auto;color:var(--muted);font-size:11px}
.shop-swatch{width:20px;height:20px;border-radius:50%;background:#151515;border:3px solid white;box-shadow:0 0 0 1px #aaa}
.shop-purchase{padding:23px;background:#eee;border:1px solid #ddd;margin:6px 0 30px}
.shop-deposit{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:14px;margin-bottom:13px}
.shop-deposit strong{font:500 34px 'Space Grotesk',Arial,sans-serif;letter-spacing:-1px;white-space:nowrap}
.shop-deposit strong span{font:13px 'DM Sans',Arial,sans-serif;letter-spacing:0}
.shop-purchase>p{font-size:13px;line-height:1.6;color:#555;margin-bottom:20px}
.shop-fulfillment{font-size:12px;line-height:1.7;color:#555;margin:-10px 0 28px}
.shop-checkout{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:56px;padding:17px 20px;background:var(--red);color:white;border:0;font:500 16px 'DM Sans',Arial,sans-serif;cursor:pointer;text-align:left;transition:background .2s}
.shop-checkout:hover{background:#bd1011}.shop-checkout:disabled{cursor:default;background:#bd1011}
.shop-checkout:focus-visible{outline:3px solid var(--ink);outline-offset:4px}
.shop-purchase>.shop-checkout-note{font-size:11px;margin:12px 0 0;text-align:center}
.shop-meta{display:flex;justify-content:space-between;gap:20px;font:9px 'Space Grotesk',Arial,sans-serif;letter-spacing:.7px;color:#777;margin-bottom:18px}
.shop-faq{border-top:1px solid var(--line)}.shop-faq:last-child{border-bottom:1px solid var(--line)}
.shop-faq summary{cursor:pointer;padding:18px 0;font-size:14px;line-height:1.4}
.shop-faq p{font-size:13px;line-height:1.7;color:#555;margin:0 0 19px}.shop-faq a{text-decoration:underline;text-underline-offset:3px}
.shop-note{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:42px 5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f0f0f0}
.shop-note p,.shop-note>span{font:10px 'Space Grotesk',Arial,sans-serif;letter-spacing:.8px;margin:0}.shop-note h2{font-size:32px;letter-spacing:-1.2px;margin:0}
@media(max-width:1050px) and (min-width:761px){.shop-product{gap:4%;padding-left:4%;padding-right:4%}.shop-product-info{padding-top:5px}.shop-product h1{font-size:48px}.shop-purchase{padding:18px}.shop-color>span:last-child{display:none}}
@media(max-width:760px){.shop-kicker{padding:20px 6%;font-size:9px}.shop-product{grid-template-columns:1fr;gap:30px;padding:20px 6% 48px}.shop-photo{max-width:500px;justify-self:center}.shop-photo figcaption{left:14px;bottom:12px;font-size:10px}.shop-product-info{padding-top:0;max-width:none}.shop-status{margin-bottom:18px}.shop-product h1{font-size:48px;letter-spacing:-2.5px}.shop-description{font-size:17px;margin-bottom:24px}.shop-size-description{display:inline-block;margin-top:8px;font-size:14px}
.shop-price{font-size:33px}.shop-purchase{padding:20px}.shop-note{align-items:flex-start;flex-direction:column;gap:20px;padding:32px 6%}.shop-note h2{font-size:34px}.shop-note>span{display:none}}
@media(max-width:360px){.shop-product h1{font-size:42px}.shop-color>span:last-child{display:none}.shop-purchase{padding:16px}.shop-deposit strong{font-size:30px}}
