.cart-page{min-height:100vh;background:linear-gradient(135deg,#f0f4ff,#e8f5e9 50%,#e0f7fa);padding:140px 20px 80px}.cart-container{max-width:1400px;margin:0 auto}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.cart-header h1{font-size:2.5rem;font-weight:700;color:#1a1a2e}.clear-cart-btn{padding:10px 20px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#ef4444;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Fredoka,sans-serif}.clear-cart-btn:hover{background:rgba(239,68,68,.2);border-color:#ef4444}.cart-content{display:grid;grid-template-columns:1fr 400px;grid-gap:30px;gap:30px}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto auto;grid-gap:25px;gap:25px;align-items:center;background:white;border:1px solid rgba(79,70,229,.15);border-radius:20px;padding:25px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.05)}.cart-item:hover{box-shadow:0 8px 25px rgba(79,70,229,.15);transform:translateY(-2px)}.cart-item-image{width:120px;height:120px;border-radius:15px;overflow:hidden;background:linear-gradient(135deg,#f0f4ff,#e8f5e9)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details h3{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin-bottom:8px}.cart-item-brand{color:#4a5568;font-size:.95rem;margin-bottom:10px}.cart-item-meta{display:flex;gap:10px;flex-wrap:wrap}.cart-item-flavor,.cart-item-strength{padding:4px 12px;background:rgba(79,70,229,.1);border-radius:8px;font-size:.85rem;color:#4f46e5;font-weight:600}.cart-item-flavor{background:rgba(34,197,94,.1);color:#22c55e}.cart-item-quantity{display:flex;align-items:center;gap:10px;background:#f7fafc;border-radius:12px;padding:8px}.quantity-btn{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid #e2e8f0;border-radius:8px;font-size:1.2rem;font-weight:600;color:#4f46e5;cursor:pointer;transition:all .2s ease}.quantity-btn:hover{background:#4f46e5;color:white;border-color:#4f46e5}.quantity-value{min-width:35px;text-align:center;font-weight:600;font-size:1.1rem;color:#1a1a2e}.cart-item-price{text-align:right;min-width:100px}.item-price{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:5px}.item-unit-price{font-size:.85rem;color:#718096}.remove-item-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,.1);border:none;border-radius:10px;color:#ef4444;cursor:pointer;transition:all .2s ease}.remove-item-btn:hover{background:#ef4444;color:white;transform:rotate(90deg)}.cart-summary{background:white;border:1px solid rgba(79,70,229,.15);border-radius:25px;padding:35px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:140px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.cart-summary h2{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin-bottom:25px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-size:1rem;color:#4a5568}.free-shipping{color:#22c55e;font-weight:600}.summary-divider{height:1px;background:#e2e8f0;margin:10px 0}.summary-total{font-size:1.4rem;font-weight:700;color:#1a1a2e;padding:20px 0}.checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:18px;background:linear-gradient(135deg,#4f46e5,#22c55e);border:none;border-radius:15px;color:white;font-size:1.1rem;font-weight:600;font-family:Fredoka,sans-serif;cursor:pointer;transition:all .3s ease;margin:20px 0}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(79,70,229,.3)}.continue-shopping-link{display:flex;align-items:center;justify-content:center;gap:8px;color:#4f46e5;text-decoration:none;font-weight:600;padding:10px;transition:all .2s ease}.continue-shopping-link:hover{gap:12px}.trust-badges{display:flex;flex-direction:column;gap:15px;margin-top:30px;padding-top:30px;border-top:1px solid #e2e8f0}.trust-badge{display:flex;align-items:center;gap:12px;color:#4a5568;font-size:.9rem}.trust-badge svg{color:#22c55e}.cart-empty{text-align:center;padding:100px 20px;max-width:500px;margin:0 auto}.empty-cart-icon{width:150px;height:150px;margin:0 auto 30px;background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(34,197,94,.1));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4f46e5}.cart-empty h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:15px}.cart-empty p{font-size:1.1rem;color:#4a5568;margin-bottom:30px}.continue-shopping-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:linear-gradient(135deg,#4f46e5,#22c55e);border:none;border-radius:12px;color:white;font-weight:600;text-decoration:none;transition:all .3s ease;font-family:Fredoka,sans-serif}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(79,70,229,.3)}@media (max-width:1200px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:768px){.cart-page{padding:120px 15px 60px}.cart-header{flex-direction:column;align-items:flex-start;gap:15px}.cart-header h1{font-size:2rem}.cart-item{grid-template-columns:80px 1fr;gap:15px;padding:20px 15px}.cart-item-image{width:80px;height:80px}.cart-item-details{grid-column:2}.cart-item-quantity{grid-column:1/2;justify-self:start}.cart-item-price{grid-column:2/3;text-align:right}.remove-item-btn{grid-column:1/-1;width:100%}.cart-summary{padding:25px}}