.cart-container{box-sizing:border-box;max-width:1400px;margin:0 auto;padding:40px 32px 80px}.cart-container *,.cart-container :before,.cart-container :after{box-sizing:inherit}.page-title-box{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.page-title{color:#0f172a;align-items:center;gap:12px;font-size:28px;font-weight:800;display:flex}.continue-shopping{color:#0f766e;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.continue-shopping:hover{color:#064e3b;transform:translate(-4px)}.cart-layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}.cart-items-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.cart-header{color:#64748b;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:3fr 1fr 1fr 50px;gap:16px;padding:16px 24px;font-size:13px;font-weight:700;display:grid}.cart-item{border-bottom:1px solid #e2e8f0;grid-template-columns:3fr 1fr 1fr 50px;align-items:center;gap:16px;padding:24px;transition:all .3s;display:grid}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#f8fafc}.item-info{align-items:center;gap:16px;display:flex}.item-img-box{color:#cbd5e1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;display:flex;overflow:hidden}.item-details{flex-direction:column;gap:4px;display:flex}.item-brand{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:600}.item-name{color:#0f172a;font-size:15px;font-weight:700;line-height:1.4;text-decoration:none;transition:all .2s}.item-name:hover{color:#0f766e}.item-price{color:#0f172a;font-size:15px;font-weight:700}.qty-control{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;width:max-content;height:36px;display:flex;overflow:hidden}.qty-btn{color:#0f172a;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:100%;font-size:16px;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){color:#0f766e;background:#f8fafc}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-input{text-align:center;color:#0f172a;background:0 0;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;outline:none;width:40px;height:100%;font-size:14px;font-weight:600}.btn-remove{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex}.btn-remove:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;position:sticky;top:100px;box-shadow:0 4px 20px #00000008}.summary-title{color:#0f172a;border-bottom:1px solid #e2e8f0;margin-bottom:24px;padding-bottom:16px;font-size:18px;font-weight:800}.summary-row{color:#0f172a;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:15px;display:flex}.summary-row.muted{color:#64748b;font-size:14px}.summary-row.discount{color:#0f766e;font-weight:700}.summary-divider{background:#e2e8f0;border-top:1px dashed #cbd5e1;height:1px;margin:20px 0}.summary-total{color:#0f172a;font-size:20px;font-weight:800}.coupon-box{gap:8px;width:100%;margin-bottom:24px;display:flex}.coupon-input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;flex:1;min-width:0;height:44px;padding:0 16px;font-size:14px;transition:all .2s}.coupon-input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1a}.btn-apply{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;flex-shrink:0;height:44px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s}.btn-apply:hover:not(:disabled){opacity:.9}.coupon-applied-badge{background:#ecfdf5;border:1px dashed #10b981;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 16px;display:flex}.coupon-applied-badge .text{color:#065f46;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.btn-remove-coupon{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .2s}.btn-remove-coupon:hover{color:#fff;background:#fca5a5}.btn-checkout{color:#fff;cursor:pointer;background:#0f766e;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;height:54px;margin-top:10px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.btn-checkout:hover{background:#064e3b;transform:translateY(-2px);box-shadow:0 8px 20px #0f766e33}.loading-overlay{z-index:10;background:#ffffffb3;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner{border:3px solid #cbd5e1;border-top-color:#0f766e;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pointer-events-none{pointer-events:none;opacity:.6}[x-cloak],.hide-on-desktop{display:none!important}.toast-message{z-index:50;color:#fff;background:#10b981;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-weight:600;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #0000001a}.toast-error{background:#ef4444}@media (width<=768px){.cart-container{width:100%;padding:24px 16px 80px;overflow-x:hidden}.cart-layout{grid-template-columns:1fr;gap:24px}.page-title{font-size:20px}.continue-shopping span{display:none}.hide-on-mobile{display:none!important}.hide-on-desktop{display:flex!important}.cart-item{flex-direction:column;gap:16px;padding:16px;display:flex;position:relative}.item-info{align-items:flex-start;width:calc(100% - 32px)}.item-img-box{width:70px;height:70px;font-size:24px}.item-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.cart-item-actions{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;width:100%;margin-top:4px;padding-top:12px}.item-price{color:#0f766e;font-size:16px;font-weight:800}.action-remove-mobile{position:absolute;top:16px;right:16px}.btn-remove{background:#f8fafc;border:none;width:32px;height:32px;font-size:16px}.summary-card{padding:20px 16px;position:static}}
