.sell-page{--sell-ink:#171717;--sell-muted:#6b6b68;--sell-line:#deddd8;--sell-panel:#fff;--sell-soft:#f6f5f1;--sell-accent:#1e1e1e;background:var(--sell-soft);color:var(--sell-ink);min-height:60vh;padding:42px 0 72px}
.sell-page *{box-sizing:border-box}.sell-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.sell-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:26px;color:var(--sell-muted);font-size:13px}.sell-breadcrumb a{color:inherit;text-decoration:none}.sell-breadcrumb a:hover{text-decoration:underline}.sell-page__header{max-width:720px;margin-bottom:30px}.sell-page__header h1,.sell-success h1{margin:5px 0 10px;font-size:clamp(30px,5vw,48px);line-height:1.08;text-wrap:balance}.sell-page__header p,.sell-success>p{color:var(--sell-muted);line-height:1.7}.sell-eyebrow{margin:0;color:var(--sell-muted);font-size:12px;font-weight:700;letter-spacing:.16em}.sell-alert{margin:0 0 14px;padding:13px 15px;border:1px solid;border-radius:6px;line-height:1.55}.sell-alert ul{margin:0;padding-left:20px}.sell-alert--success{border-color:#86c79a;background:#effaf2;color:#176532}.sell-alert--error{border-color:#e2a1a1;background:#fff2f2;color:#8e2424}.sell-alert--warning{border-color:#e3c678;background:#fff9e8;color:#73540a}.sell-cart-layout,.sell-checkout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.sell-panel{min-width:0;border:1px solid var(--sell-line);border-radius:8px;background:var(--sell-panel);padding:24px}.sell-cart-list{display:grid}.sell-cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) 170px 135px;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid var(--sell-line)}.sell-cart-item:first-child{padding-top:0}.sell-cart-item:last-child{padding-bottom:0;border-bottom:0}.sell-cart-item__media{display:grid;width:112px;height:112px;place-items:center;overflow:hidden;border-radius:6px;background:#f1f0ec;color:var(--sell-muted);text-decoration:none}.sell-cart-item__media img{width:100%;height:100%;object-fit:cover}.sell-cart-item__info{min-width:0}.sell-cart-item__info h2{margin:0 0 8px;font-size:18px;line-height:1.35}.sell-cart-item__info h2 a{color:inherit;text-decoration:none}.sell-cart-item__info p{margin:0 0 8px;color:var(--sell-muted);font-size:13px}.sell-quantity label,.sell-cart-item__total>span{display:block;margin-bottom:6px;color:var(--sell-muted);font-size:12px}.sell-quantity>div{display:flex}.sell-quantity input{width:64px;min-height:42px;border:1px solid var(--sell-line);border-radius:5px 0 0 5px;padding:8px}.sell-quantity button{min-height:42px;border:1px solid var(--sell-accent);border-radius:0 5px 5px 0;background:var(--sell-accent);color:#fff;padding:8px 10px;cursor:pointer}.sell-cart-item__total{text-align:right}.sell-link-button{border:0;background:none;color:#9a3131;padding:7px 0;text-decoration:underline;cursor:pointer}.sell-summary{position:sticky;top:20px;display:grid;gap:15px}.sell-summary h2,.sell-checkout__form h2{margin:0 0 6px;font-size:22px}.sell-summary>div{display:flex;justify-content:space-between;gap:16px}.sell-summary__total{padding-top:15px;border-top:1px solid var(--sell-line);font-size:19px}.sell-summary>p{margin:0;color:var(--sell-muted);font-size:13px;line-height:1.6}.sell-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid var(--sell-accent);border-radius:5px;padding:11px 18px;font:inherit;font-weight:700;text-align:center;text-decoration:none;cursor:pointer}.sell-button--primary{background:var(--sell-accent);color:#fff}.sell-button--secondary{background:#fff;color:var(--sell-accent)}.sell-button:hover{opacity:.86}.sell-button:focus-visible,.sell-page input:focus-visible,.sell-page textarea:focus-visible,.sell-page button:focus-visible{outline:3px solid #a7c7ff;outline-offset:2px}.sell-empty{display:grid;justify-items:center;max-width:680px;margin:24px auto;padding:60px 24px;border:1px solid var(--sell-line);border-radius:8px;background:#fff;text-align:center}.sell-empty h2{margin:0 0 10px;font-size:28px}.sell-empty p{margin:0 0 24px;color:var(--sell-muted)}.sell-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.sell-fields label{display:grid;gap:7px;font-size:14px;font-weight:600}.sell-field--full{grid-column:1/-1}.sell-fields input,.sell-fields textarea{width:100%;border:1px solid var(--sell-line);border-radius:5px;background:#fff;padding:12px 13px;color:var(--sell-ink);font:inherit;resize:vertical}.sell-payment-method{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding:16px;border:1px solid var(--sell-ink);border-radius:6px}.sell-payment-method div{display:grid;gap:4px}.sell-payment-method span{color:var(--sell-muted);font-size:13px}.sell-payment-method>span{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:var(--sell-ink);color:#fff}.sell-store-notice{margin:15px 0 0;padding:13px;background:var(--sell-soft);color:var(--sell-muted);line-height:1.6}.sell-order-lines{display:grid;gap:12px;margin:0;padding:0;list-style:none}.sell-order-lines li{display:flex;justify-content:space-between;gap:16px}.sell-order-lines span{min-width:0}.sell-order-lines small{color:var(--sell-muted)}.sell-success{max-width:760px;text-align:center}.sell-success__mark{display:grid;width:64px;height:64px;margin:0 auto 20px;place-items:center;border-radius:50%;background:#1d6f3a;color:#fff;font-size:30px}.sell-success__order{display:grid;gap:13px;margin:30px 0;text-align:left}.sell-success__meta,.sell-success__line{display:flex;justify-content:space-between;gap:20px}.sell-success__line{padding-bottom:12px;border-bottom:1px solid var(--sell-line)}.sell-success__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
@media(max-width:900px){.sell-cart-layout,.sell-checkout{grid-template-columns:1fr}.sell-summary{position:static}.sell-cart-item{grid-template-columns:96px minmax(0,1fr) 150px}.sell-cart-item__media{width:96px;height:96px}.sell-cart-item__total{grid-column:2/-1;display:flex;align-items:center;justify-content:space-between}.sell-cart-item__total>span{margin:0}}
@media(max-width:620px){.sell-page{padding:28px 0 52px}.sell-container{width:min(100% - 22px,1180px)}.sell-panel{padding:17px}.sell-fields{grid-template-columns:1fr}.sell-field--full{grid-column:auto}.sell-cart-item{grid-template-columns:78px minmax(0,1fr);gap:13px}.sell-cart-item__media{width:78px;height:78px}.sell-quantity{grid-column:1/-1}.sell-quantity>div{width:100%}.sell-quantity input{flex:1;width:auto}.sell-cart-item__total{grid-column:1/-1}.sell-success__meta,.sell-success__line{align-items:flex-start;flex-direction:column;gap:5px}.sell-success__actions{display:grid}.sell-page__header h1,.sell-success h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){.sell-page *{scroll-behavior:auto!important;transition:none!important}}
