.cart-page{max-width:980px;margin:4rem auto;padding:0 1.5rem}.shipping-estimate{margin:.75rem 0 0;color:var(--muted);font-size:.95rem;line-height:1.4}.shipping-estimate strong{color:var(--heading)}.cart-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.cart-title-h1{font-size:2rem;margin:0;color:var(--heading)}.clear-cart{border:1px solid var(--border-soft);background:#ffffff8c;border-radius:12px;padding:.55rem .8rem;cursor:pointer;font-weight:800;color:var(--ink)}.clear-cart:hover{border-color:#8b5a3c73;color:var(--hover-dark)}.cart-page #cart-items{display:grid;gap:1rem;margin:1.5rem 0 2rem}.cart-page .cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto 120px;gap:1.25rem;padding:1.25rem;border:1px solid var(--border-soft);border-radius:14px;background:#fff9;align-items:center}.cart-page .cart-info{min-width:0}.cart-page .cart-item-title{font-weight:900;color:var(--heading);margin:0 0 .25rem;line-height:1.25}.cart-page .cart-meta{color:var(--muted);font-size:.95rem;margin:.15rem 0}.cart-page .cart-controls{display:grid;justify-items:end;gap:.65rem}.cart-page .line-total{font-weight:900;color:var(--heading);font-size:1.05rem}.cart-page .cart-qty{display:inline-flex;align-items:center;gap:.5rem}.cart-page .qty-btn{width:34px;height:34px;border-radius:10px;border:1px solid var(--border-soft);background:#ffffffd9;cursor:pointer;font-weight:900;line-height:1;color:var(--heading)}.cart-page .qty-btn:hover{border-color:#8b5a3c73}.cart-page .qty-value{min-width:28px;text-align:center;font-weight:800;color:var(--ink)}.cart-page .remove-btn{border:1px solid var(--border-soft);background:transparent;border-radius:10px;padding:.45rem .7rem;cursor:pointer;font-weight:800;color:var(--ink)}.cart-page .remove-btn:hover{border-color:#8b5a3c73;color:var(--hover-dark)}.cart-page .cart-thumb{width:120px;height:120px;border-radius:12px;border:1px solid var(--border-soft);background:#ffffffe6;overflow:hidden;justify-self:end;position:relative}.cart-page .cart-thumb img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.cart-page .cart-footer{display:flex;justify-content:space-between;align-items:flex-start;margin-top:2rem;gap:1rem}.cart-page .cart-totals{min-width:300px;padding:1rem 1.1rem;border:1px solid var(--border-soft);border-radius:14px;background:#ffffff8c}.cart-page .totals-row{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;color:var(--ink);align-items:center}.cart-page .totals-row label{font-weight:800;color:var(--ink)}.cart-page .ship-country{min-width:200px;height:40px;padding:.45rem .65rem;border:1px solid var(--border-soft);border-radius:10px;background:#ffffffd9;font-weight:700;color:var(--ink)}.cart-page .totals-grand{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border-soft);font-size:1.05rem}.cart-page #checkout-btn{padding:.9rem 1.4rem;border-radius:12px;background:var(--brand);color:#fff;font-weight:800;border:none;cursor:pointer;height:44px;white-space:nowrap}.cart-page #checkout-btn:hover{background:var(--hover-dark)}.cart-page #checkout-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:720px){.cart-page .cart-item{grid-template-columns:minmax(0,1fr) 92px;grid-template-areas:"info thumb" "controls controls";align-items:start}.cart-page .cart-info{grid-area:info}.cart-page .cart-controls{grid-area:controls;justify-items:start;margin-top:.5rem}.cart-page .cart-thumb{grid-area:thumb;width:92px;height:92px;justify-self:end}.cart-page .cart-footer{flex-direction:column;align-items:stretch}.cart-page .cart-totals{min-width:0;width:100%}.cart-page #checkout-btn{width:100%}.cart-page .ship-country{width:170px}.cart-page .cart-consent{margin-top:.9rem;padding:.9rem 1rem;border:1px solid var(--border-soft);border-radius:14px;background:#ffffff8c}.cart-page .consent-check{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.cart-page .consent-check input{margin-top:.2rem;width:18px;height:18px;accent-color:var(--brand)}.cart-page .consent-text{color:var(--ink);font-weight:650;line-height:1.35}.cart-page .consent-link{color:var(--brand);font-weight:800;text-decoration:none;border-bottom:1px solid rgba(139,90,60,.35)}.cart-page .consent-link:hover{color:var(--hover-dark);border-bottom-color:#8b5a3c99}.cart-page .cart-consent.error{border-color:#c83c3c8c;box-shadow:0 10px 18px #c83c3c14}}
