.cart-wrapper{min-height:calc(100vh - 100px);display:flex;align-items:flex-start;justify-content:center;padding:60px 16px 80px;background:#f9f9f9}.cart-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 16px #00000014;width:100%;max-width:600px;padding:40px 36px}.cart-title{font-size:1.8rem;color:#242424;margin:0 0 32px;padding-bottom:16px;border-bottom:2px solid #242424}.cart-empty{text-align:center;padding:40px 0;color:#555}.cart-empty-icon{font-size:3rem;color:#ccc;margin-bottom:16px;display:block}.cart-empty p{font-size:1rem;margin-bottom:16px}.cart-browse-link{color:#242424;font-weight:700;text-decoration:none;border-bottom:1px solid #242424;transition:opacity .2s}.cart-browse-link:hover{opacity:.65}.cart-section{margin-bottom:28px}.cart-section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#555;margin:0 0 12px}.cart-item-list{list-style:none;padding:0;margin:0}.cart-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;justify-content:space-between;flex:1 1;gap:12px}.cart-item--addon,.cart-item-info{align-items:center}.cart-item-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}.cart-qty-stepper{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.cart-qty-btn{background:none;border:none;color:#242424;font-size:1.1rem;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.cart-qty-btn:hover{background:#f0f0f0}.cart-qty-value{font-size:.9rem;font-weight:700;color:#242424;min-width:28px;text-align:center;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;line-height:30px}.cart-item-name{font-size:1rem;color:#242424;flex:1 1}.cart-item-price{font-size:1rem;font-weight:700;color:#242424;white-space:nowrap}.cart-item-remove{background:none;border:none;color:#bbb;font-size:.9rem;cursor:pointer;padding:4px 6px;border-radius:4px;transition:color .2s,background .2s;flex-shrink:0}.cart-item-remove:hover{color:#c00;background:#fff0f0}.cart-summary{border-top:2px solid #242424;margin:8px 0 28px;padding-top:16px}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#444;margin-bottom:8px}.cart-summary-total{font-size:1.2rem;font-weight:700;color:#242424;margin-bottom:0}.cart-actions{display:flex;flex-direction:column;gap:12px}.cart-checkout-btn{display:block;text-align:center;background:#242424;color:#fff;text-decoration:none;padding:14px;border-radius:6px;font-size:1rem;font-family:inherit;font-weight:700;transition:background .2s}.cart-checkout-btn:hover{background:#444}.cart-clear-btn{background:#0000;border:1px solid #ccc;color:#555;padding:10px;border-radius:6px;font-size:.9rem;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.cart-clear-btn:hover{border-color:#c00;color:#c00}.cart-back{text-align:center;margin-top:20px}.cart-back a{color:#555;font-size:.9rem;text-decoration:none;transition:color .2s}.cart-back a:hover{color:#242424}@media screen and (max-width:480px){.cart-card{padding:28px 20px}.cart-title{font-size:1.5rem}.cart-item--addon{flex-wrap:wrap;gap:8px}.cart-item-controls{width:100%;justify-content:flex-end}}