:root{--cmc-card-bg:#f3e0d6;--cmc-card-fg:#222;--cmc-muted:#666;--cmc-border:#e7ddd6;--cmc-qty-border:#cdbdb6;--cmc-accent:#7a27ff;--cmc-danger:#c33;--cmc-chip-bg:#ffdfe8;--cmc-chip-fg:#c02060;--cmc-surface:#fff;--cmc-radius-lg:18px;--cmc-radius-md:12px;--cmc-shadow-sm:0 4px 12px rgba(0,0,0,.08);--qty-pill-h:44px;--qty-pill-pad-x:10px;--qty-btn-size:32px;--qty-gap:10px}.cmc-cart *{box-sizing:border-box}.cmc-cart{padding:12px;padding-bottom:120px}.cmc-title{text-align:center;font-size:22px;font-weight:800;margin:8px 0 12px}.cmc-addrbar{display:flex;justify-content:space-between;gap:10px;background:var(--cmc-surface);border-radius:var(--cmc-radius-md);padding:10px 12px;box-shadow:var(--cmc-shadow-sm);margin-bottom:10px;border:1px solid #eee}.cmc-addr-top{font-weight:700}.cmc-pin{opacity:.8}.cmc-badge{margin-left:6px;background:var(--cmc-chip-bg);color:var(--cmc-chip-fg);border-radius:999px;padding:2px 8px;font-weight:800;font-size:12px}.cmc-addr-sub{font-size:13px;color:#555;margin-top:2px;max-width:70ch}.cmc-addr-change{align-self:center;background:#f3f7ff;border:1px solid #cfe0ff;color:#2267ff;padding:6px 10px;border-radius:10px;text-decoration:none;font-weight:700;white-space:nowrap}.cmc-list{display:grid;gap:12px}.cmc-card{position:relative;background:var(--cmc-card-bg);color:var(--cmc-card-fg);border-radius:var(--cmc-radius-lg);padding:12px;display:grid;grid-template-columns:80px 1fr auto;gap:12px;align-items:center;box-shadow:var(--cmc-shadow-sm);border:1px solid var(--cmc-border);padding-bottom:calc(var(--qty-pill-h) + 24px);min-height:140px}.cmc-left img{width:80px;height:80px;object-fit:cover;border-radius:12px;background:var(--cmc-surface)}.cmc-name{font-size:16px;font-weight:800;color:var(--cmc-card-fg);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25;word-break:break-word}.cmc-name a{color:inherit;text-decoration:none}.cmc-name a:hover{text-decoration:underline}.cmc-actions{margin-top:6px}.cmc-actions .cmc-remove-link{font-size:12px;color:var(--cmc-danger);text-decoration:none;font-weight:700}.cmc-actions .cmc-remove-link:hover{text-decoration:underline}.cmc-right{display:grid;justify-items:end;align-items:start;gap:6px}.cmc-line-sub{font-weight:800;white-space:nowrap;display:grid}input.cmc-hidden-qty{display:none!important}.cmc-card .cmc-qty{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:2;display:inline-flex;align-items:center;gap:var(--qty-gap);height:var(--qty-pill-h);padding:0 var(--qty-pill-pad-x);border:2px solid var(--cmc-qty-border);border-radius:999px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cmc-qty button{display:inline-grid;place-items:center;width:var(--qty-btn-size);height:var(--qty-btn-size);border-radius:50%;border:2px solid var(--cmc-qty-border);background:#fff;cursor:pointer;font-size:18px;font-weight:800;line-height:1;transition:transform .05s ease,box-shadow .2s ease,border-color .2s ease}.cmc-qty button:hover{box-shadow:0 2px 8px rgba(0,0,0,.12);border-color:#b7a9a2}.cmc-qty button:active{transform:translateY(1px)}.cmc-qty button:focus{outline:2px solid rgba(122,39,255,.25);outline-offset:2px}.cmc-count{font-size:16px;font-weight:800;min-width:1.75em;text-align:center}.cmc-qty .cmc-input,.cmc-qty input[type=number]{width:58px;height:calc(var(--qty-pill-h) - 10px);padding:0 8px;text-align:center;font-weight:800;font-size:15px;border:1px solid var(--cmc-qty-border);border-radius:10px;background:#fff;-moz-appearance:textfield}.cmc-qty input[type=number]::-webkit-outer-spin-button,.cmc-qty input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cmc-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eee;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 14px;z-index:1000;box-shadow:0 -4px 14px rgba(0,0,0,.08)}.cmc-total-line .label{font-weight:800;margin-right:6px}.cmc-total-line .amount{font-weight:800;font-size:18px}.cmc-items-line{font-size:13px;color:#666;margin-top:2px}.cmc-checkout{display:inline-block;padding:12px 22px;border-radius:999px;font-weight:800;background:var(--cmc-accent);color:#fff;text-decoration:none;white-space:nowrap;transition:transform .05s ease,box-shadow .2s ease,background .2s ease}.cmc-checkout:hover{background:#6a20e5;box-shadow:0 10px 24px rgba(122,39,255,.25)}.cmc-checkout:active{transform:translateY(1px)}@media (max-width:480px){.cmc-card{grid-template-columns:68px 1fr auto;padding:10px;padding-bottom:calc(var(--qty-pill-h) + 20px);min-height:128px}.cmc-left img{width:68px;height:68px;border-radius:10px}.cmc-name{font-size:15px;-webkit-line-clamp:2}.cmc-qty{bottom:10px;--qty-pill-h:40px;--qty-btn-size:30px;--qty-gap:8px}.cmc-qty .cmc-input,.cmc-qty input[type=number]{height:30px;width:54px;font-size:14px}}@media (min-width:768px){.cmc-card{grid-template-columns:90px 1fr auto;padding:14px;padding-bottom:calc(var(--qty-pill-h) + 28px)}.cmc-left img{width:90px;height:90px}}@media (min-width:1024px){.cmc-cart{max-width:980px;margin:0 auto}}.cmc-addr-change:focus,.cmc-checkout:focus,.cmc-qty button:focus,.cmc-qty .cmc-input:focus{outline:2px solid rgba(122,39,255,.35);outline-offset:2px}[dir=rtl] .cmc-card{grid-template-columns:auto 1fr 90px}[dir=rtl] .cmc-addrbar{direction:rtl}
