.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.cart-items{display:grid;gap:16px}.cart-store-box{background:#fff;border-radius:20px;padding:18px;box-shadow:0 10px 28px rgba(0,0,0,.04);margin-bottom:16px}.cart-store-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:12px}.cart-store-head strong{font-size:18px}.cart-store-head a{font-weight:900;color:#e27519}.cart-item{display:grid;grid-template-columns:96px 1fr 100px 150px;gap:14px;align-items:center;border-bottom:1px solid #f3f4f6;padding:14px 0}.cart-item:last-of-type{border-bottom:0}.cart-item-image{width:96px;height:96px;border-radius:14px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#9ca3af;font-size:12px}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-product-title{font-weight:900;line-height:1.4}.cart-muted{color:#6b7280;font-size:13px;margin-top:6px}.cart-warning{color:#991b1b;background:#fee2e2;padding:7px 9px;border-radius:9px;margin-top:8px;font-size:13px;font-weight:800}.cart-remove{display:inline-block;margin-top:8px;color:#991b1b;font-weight:900;font-size:13px}.cart-quantity label{display:block;color:#6b7280;font-size:12px;margin-bottom:5px}.cart-quantity input,.offer-cart-form input{width:80px;padding:10px;border:1px solid #e5e7eb;border-radius:10px}.cart-price{text-align:right}.cart-price span{display:block;color:#6b7280;font-size:13px}.cart-price strong{display:block;margin-top:5px;font-size:18px;color:#e27519}.cart-store-total{text-align:right;border-top:1px solid #e5e7eb;padding-top:12px;margin-top:8px}.cart-store-total strong{font-size:18px;color:#e27519}.cart-summary{background:#fff;border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(0,0,0,.04);position:sticky;top:18px}.cart-summary h2{margin:0 0 18px}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e7eb}.summary-note{color:#6b7280;line-height:1.6;font-size:14px;margin:16px 0}.checkout-button{width:100%;text-align:center}.offer-cart-form{display:flex;gap:8px;align-items:center}@media(max-width:1000px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:80px 1fr}.cart-quantity,.cart-price{text-align:left}.cart-item-image{width:80px;height:80px}}