:root{--d2p-ink:#111;--d2p-muted:#606060;--d2p-paper:#f7f7f5;--d2p-line:#deded9;--d2p-orange:#fb4b13;--d2p-card:#fff}*{box-sizing:border-box}body{margin:0;background:var(--d2p-paper);color:var(--d2p-ink);font-family:Inter,Arial,sans-serif}.d2p-store-header{min-height:82px;padding:0 clamp(20px,5vw,72px);background:#fff;border-bottom:1px solid var(--d2p-line);display:flex;align-items:center;justify-content:space-between;gap:24px}.d2p-store-logo{color:#111;text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-1.7px}.d2p-store-logo span{color:var(--d2p-orange)}.d2p-store-header nav{display:flex;align-items:center;gap:clamp(13px,2vw,28px);font-size:14px;font-weight:700}.d2p-store-header nav a{color:#202020;text-decoration:none;white-space:nowrap}.d2p-store-header nav a:hover,.d2p-store-header nav a.is-active{color:var(--d2p-orange)}.d2p-store-header nav b{display:inline-grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border-radius:99px;background:#181818;color:#fff;font-size:10px}.d2p-store-shell{max-width:1240px;margin:0 auto;padding:clamp(55px,8vw,110px) clamp(20px,5vw,52px)}.d2p-store-hero{max-width:760px;margin-bottom:50px}.d2p-kicker{margin:0 0 13px;color:var(--d2p-orange);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.d2p-store-shell h1{max-width:850px;margin:0;color:#101010;font-size:clamp(40px,6vw,78px);line-height:.96;letter-spacing:-.07em}.d2p-store-hero>p:last-child,.d2p-page-intro{max-width:620px;margin:23px 0 0;color:var(--d2p-muted);font-size:17px;line-height:1.5}.d2p-store-toolbar{margin-bottom:24px;padding:17px 0;border-top:1px solid var(--d2p-line);border-bottom:1px solid var(--d2p-line);display:flex;justify-content:space-between;gap:20px;color:var(--d2p-muted);font-size:14px}.d2p-store-toolbar p{margin:0}.d2p-store-toolbar a{color:#111;font-weight:800}.d2p-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.d2p-product-card,.d2p-form-card,.d2p-cart-summary,.d2p-cart-row,.d2p-order-row{background:var(--d2p-card);border:1px solid var(--d2p-line)}.d2p-product-card{overflow:hidden;display:flex;flex-direction:column}.d2p-product-image{height:260px;background:#111;overflow:hidden}.d2p-product-image img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform .35s ease}.d2p-product-card:hover img{transform:scale(1.04)}.d2p-product-body{padding:23px;display:flex;min-height:235px;flex-direction:column;align-items:flex-start}.d2p-product-body h2{margin:0;font-size:25px;letter-spacing:-.05em;line-height:1.05}.d2p-product-body p{margin:13px 0 21px;color:var(--d2p-muted);font-size:14px;line-height:1.5}.d2p-product-footer{margin-top:auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px}.d2p-price{font-size:18px;font-weight:800}.d2p-primary-button,.d2p-secondary-button,.d2p-text-button{appearance:none;border:0;cursor:pointer;font:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.d2p-primary-button{padding:13px 18px;background:var(--d2p-orange);color:#fff;border-radius:2px;font-weight:800}.d2p-primary-button:hover{background:#d93d0b}.d2p-primary-button:disabled{opacity:.55;cursor:wait}.d2p-secondary-button{padding:11px 16px;border:1px solid #1b1b1b;color:#111;background:#fff;font-weight:800;border-radius:2px}.d2p-text-button{background:none;color:#111;text-decoration:underline;font-weight:700}.d2p-loading{color:var(--d2p-muted)}.d2p-cart-shell h1,.d2p-account-shell h1{margin-top:0}.d2p-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:25px;margin-top:42px;align-items:start}.d2p-cart-list{display:grid;gap:12px}.d2p-cart-row{min-height:145px;padding:16px;display:grid;grid-template-columns:90px 1fr auto;gap:19px;align-items:center}.d2p-cart-row img{width:90px;height:110px;object-fit:cover;background:#111}.d2p-cart-row h2{margin:0;font-size:21px;letter-spacing:-.04em}.d2p-cart-row p{margin:7px 0;color:var(--d2p-muted);font-size:14px}.d2p-quantity{display:flex;align-items:center;gap:9px;margin-top:13px}.d2p-quantity button{width:28px;height:28px;border:1px solid #bbb;background:#fff;cursor:pointer;font-size:16px}.d2p-cart-row strong{text-align:right}.d2p-remove{margin-top:10px;border:0;background:none;padding:0;color:var(--d2p-muted);text-decoration:underline;cursor:pointer;font-size:12px}.d2p-cart-summary{padding:25px;position:sticky;top:20px}.d2p-cart-summary p{margin:0;color:var(--d2p-muted);font-size:14px}.d2p-cart-summary strong{display:block;margin:8px 0 22px;font-size:34px;letter-spacing:-.05em}.d2p-cart-summary .d2p-primary-button{width:100%}.d2p-cart-summary .d2p-small-note{margin-top:14px;font-size:12px;line-height:1.45}.d2p-empty{padding:32px;background:#fff;border:1px dashed #b9b9b4;color:var(--d2p-muted)}.d2p-empty a{color:#111;font-weight:800}.d2p-form-grid,.d2p-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:40px}.d2p-form-card{padding:clamp(22px,3vw,34px)}.d2p-form-card h2,.d2p-orders h2{margin:0 0 24px;font-size:27px;letter-spacing:-.055em}.d2p-form-card form{display:grid;gap:15px}.d2p-form-card label{display:grid;gap:7px;font-size:12px;font-weight:800}.d2p-form-card label em{font-style:normal;font-weight:400;color:var(--d2p-muted)}.d2p-form-card input{width:100%;height:43px;padding:0 11px;border:1px solid #b9b9b4;border-radius:0;background:#fff;color:#111;font:inherit}.d2p-form-card input:focus{outline:2px solid var(--d2p-orange);outline-offset:1px}.d2p-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.d2p-form-card button{margin-top:4px;width:max-content}.d2p-form-message{min-height:22px;margin:18px 0 0;color:#9c2d0b;font-size:14px;font-weight:700}.d2p-form-message.is-success{color:#19703a}.d2p-account-title,.d2p-orders-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.d2p-account-title h1{font-size:clamp(38px,5vw,63px)}.d2p-orders{margin-top:55px}.d2p-orders-heading{margin-bottom:20px}.d2p-orders-heading h2{margin-bottom:0}.d2p-order-list{display:grid;gap:10px}.d2p-order-row{padding:20px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:20px}.d2p-order-row h3{margin:0;font-size:17px}.d2p-order-row p{margin:6px 0 0;color:var(--d2p-muted);font-size:13px}.d2p-order-row strong{font-size:15px}.d2p-order-status{padding:6px 8px;background:#f2f2ee;font-size:11px;font-weight:800;text-transform:uppercase}.d2p-success{min-height:65vh;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.d2p-success>p:not(.d2p-kicker){max-width:620px;margin:25px 0;color:var(--d2p-muted);font-size:18px;line-height:1.55}.d2p-success div{display:flex;gap:12px;flex-wrap:wrap}.d2p-store-footer{padding:24px clamp(20px,5vw,72px);border-top:1px solid var(--d2p-line);display:flex;justify-content:space-between;gap:20px;color:var(--d2p-muted);font-size:13px}.d2p-store-footer a{color:#111;font-weight:800}@media(max-width:760px){.d2p-store-header{padding-top:17px;padding-bottom:17px;align-items:flex-start;flex-direction:column}.d2p-store-header nav{width:100%;overflow-x:auto;padding-bottom:2px}.d2p-product-grid,.d2p-form-grid,.d2p-account-grid,.d2p-cart-layout{grid-template-columns:1fr}.d2p-cart-summary{position:static}.d2p-product-image{height:220px}.d2p-store-toolbar,.d2p-account-title,.d2p-orders-heading,.d2p-store-footer{align-items:flex-start;flex-direction:column}.d2p-cart-row{grid-template-columns:72px 1fr}.d2p-cart-row img{width:72px;height:88px}.d2p-cart-row>div:last-child{grid-column:2;text-align:left}.d2p-cart-row strong{text-align:left}.d2p-order-row{grid-template-columns:1fr auto}.d2p-order-row p{grid-column:1/-1}.d2p-two-fields{grid-template-columns:1fr}}
