.cart-page-wrap{background:#f8f9fb;padding:30px 0 60px}.cart-page-title{font-size:22px;font-weight:800;color:#1e293b;margin-bottom:24px;display:flex;align-items:center;gap:10px}.cart-page-title i{color:#f80e63}.cart-items-col{padding-right:12px}.cart-item-card{background:#fff;border-radius:16px;padding:16px;margin-bottom:12px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .2s}.cart-item-card:hover{box-shadow:0 4px 20px rgba(248,14,99,.1)}.cart-item-img{width:90px;height:90px;border-radius:12px;object-fit:cover;flex-shrink:0;background:#f1f5f9}.cart-item-body{flex:1;min-width:0}.cart-item-name{font-size:13px;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:6px;display:block;white-space:normal;word-break:break-word;text-decoration:none}.cart-item-name:hover{color:#f80e63}.cart-item-price{font-size:15px;font-weight:800;color:#f80e63;margin-bottom:10px}.cart-item-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.cart-item-subtotal{font-size:13px;color:#64748b}.cart-item-subtotal strong{color:#1e293b;font-size:15px}.cart-remove-btn{width:30px;height:30px;border-radius:50%;background:#fff0f5;border:none;color:#f80e63;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .2s;text-decoration:none}.cart-remove-btn:hover{background:#f80e63;color:#fff;transform:rotate(90deg)}.cart-qty-wrap{display:inline-flex;align-items:center;border:1.5px solid #f0f0f0;border-radius:20px;overflow:hidden;background:#f8f9fb}.cart-btn-qty{width:30px;height:30px;border:none;background:transparent;color:#f80e63;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-btn-qty:hover{background:#fff0f5}.cart-qty-num{min-width:34px;text-align:center;font-size:14px;font-weight:700;color:#1e293b;border-left:1.5px solid #f0f0f0;border-right:1.5px solid #f0f0f0;line-height:30px}.cart-summary-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 16px rgba(0,0,0,.07);position:sticky;top:90px}.cart-summary-title{font-size:16px;font-weight:800;color:#1e293b;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid #f8f9fb}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;color:#64748b}.cart-summary-row strong{color:#1e293b;font-weight:700}.cart-summary-row.total{padding-top:14px;margin-top:4px;border-top:2px solid #f8f9fb;font-size:16px}.cart-summary-row.total strong{color:#f80e63;font-size:20px}.free-ship-badge{background:#ecfdf5;color:#059669;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:8px}.btn-checkout{display:block;width:100%;background:linear-gradient(135deg,#f80e63,#ff4d8f);color:#fff;border:none;border-radius:12px;padding:14px;font-size:15px;font-weight:700;text-align:center;cursor:pointer;text-decoration:none;transition:all .2s;letter-spacing:.5px;margin-bottom:10px}.btn-checkout:hover{background:linear-gradient(135deg,#d6005a,#f80e63);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(248,14,99,.35)}.btn-continue{display:block;width:100%;background:#f1f5f9;color:#475569;border:none;border-radius:12px;padding:12px;font-size:14px;font-weight:600;text-align:center;text-decoration:none;transition:background .2s}.btn-continue:hover{background:#e2e8f0;color:#1e293b}.empty-cart-wrap{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.empty-cart-wrap i{font-size:64px;color:#e2e8f0;margin-bottom:16px;display:block}.empty-cart-wrap h3{font-size:20px;color:#94a3b8;margin-bottom:20px}@media(max-width:767px){.cart-items-col{padding-right:0;margin-bottom:20px}.cart-item-img{width:70px;height:70px}.cart-summary-card{position:static}}