.cash-offer-dialog{width:min(540px,calc(100% - 32px));max-width:calc(100% - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;background:#fff;color:var(--ink);border-top:3px solid #947239}
.cash-offer-content{padding:30px}
.cash-offer-dialog .detail-close{background:#f4f2ed}
.cash-offer-content>.eyebrow{font-size:.75rem;letter-spacing:.12em;color:#80612c;margin:0 40px 18px 0}
.cash-offer-product{display:grid;grid-template-columns:96px minmax(0,1fr);gap:20px;align-items:center;border-block:1px solid var(--line);padding:16px 0;margin-bottom:22px}
.cash-offer-product img{width:96px;height:116px;object-fit:contain;background:#f6f5f2}
.cash-offer-product p{font-size:1rem;line-height:1.5;margin:0}
.cash-offer-content h2{font:400 clamp(1.8rem,6vw,2.25rem)/1.15 var(--serif);letter-spacing:-.025em;margin:0 0 20px}
.cash-offer-original{font-size:.875rem;color:var(--muted);margin:0 0 8px}
.cash-offer-price{font:400 2.5rem/1.1 var(--serif);margin:0}
.cash-offer-unit,.cash-offer-terms,.cash-offer-status{font-size:.8125rem;line-height:1.55;color:var(--muted)}
.cash-offer-unit:empty,.cash-offer-status:empty{display:none}
.cash-offer-saving{font-size:.9375rem;color:#28543e;margin:12px 0 20px}
.cash-offer-content .black-button{width:100%;font-size:.9375rem}
.cash-offer-terms{margin:16px 0 8px}
.cash-price-note{display:block;font-size:.75rem;line-height:1.5;color:#28543e;margin-top:5px}
.cash-catalog-price{display:block;font-size:.75rem;color:var(--muted);margin-bottom:4px}
.cart-row .cash-price-note{max-width:260px}
@media(max-width:400px){.cash-offer-content{padding:24px 20px}.cash-offer-product{grid-template-columns:78px minmax(0,1fr);gap:14px}.cash-offer-product img{width:78px;height:100px}}

.cash-condition-slot:empty{display:none}
.cash-condition-button{display:inline-block;border:0;background:transparent;padding:8px 0;min-height:44px;color:#715629;font:inherit;font-size:.8125rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer;text-align:left}
.cash-condition-button:hover{color:#342713}
.cash-condition-button:focus-visible{outline:2px solid #947239;outline-offset:4px}
