.cart-page{padding:40px 0 80px;min-height:60vh;background:var(--light)}.cart-container{max-width:1200px;margin:0 auto;padding:0 20px}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.cart-header h1{font-size:1.75rem;font-weight:700;font-family:Poppins,sans-serif;color:var(--text);display:flex;align-items:center;gap:12px}.cart-header h1 [data-lucide]{width:28px;height:28px;color:var(--primary)}.cart-page-count{background:var(--primary);color:#fff;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:500}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:30px;align-items:start}.cart-items{background:#fff;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 2px 8px #0000000f}.cart-item{display:flex;gap:20px;padding:24px;border-bottom:1px solid var(--border);transition:background .2s}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#fafafa}.cart-item-image{flex-shrink:0}.cart-item-image img{width:100px;height:100px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid var(--border)}.cart-item-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-info h3{font-size:1rem;font-weight:600;margin-bottom:4px;color:var(--text)}.cart-item-info h3 a{color:inherit;text-decoration:none}.cart-item-info h3 a:hover{color:var(--primary)}.cart-item-variant{color:var(--text-light);font-size:.875rem;margin-bottom:4px}.cart-item-unit-price{font-size:.875rem;color:var(--text-light)}.cart-item-actions{display:flex;align-items:center;gap:20px;margin-top:12px}.cart-item-quantity{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden}.qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--text);transition:all .2s}.qty-btn:hover:not(:disabled){background:var(--primary);color:#fff}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-btn [data-lucide]{width:16px;height:16px}.cart-item-quantity input{width:50px;padding:8px 4px;border:none;text-align:center;font-size:.938rem;font-weight:600;background:transparent}.cart-item-price{font-size:1.125rem;font-weight:700;color:var(--text);min-width:90px;text-align:right}.cart-item-remove{background:none;border:none;padding:8px;cursor:pointer;color:var(--text-light);transition:all .2s;border-radius:8px}.cart-item-remove:hover{color:#ef4444;background:#fef2f2}.cart-item-remove [data-lucide]{width:18px;height:18px}.continue-shopping{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--primary);font-weight:500;text-decoration:none;transition:gap .2s}.continue-shopping:hover{gap:12px}.continue-shopping [data-lucide]{width:18px;height:18px}.cart-summary-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 8px #0000000f;position:sticky;top:20px}.cart-summary-card h2{font-size:1.125rem;font-weight:700;margin-bottom:24px;color:var(--text)}.summary-row{display:flex;justify-content:space-between;margin-bottom:14px;font-size:.938rem}.summary-row span:first-child{color:var(--text-light)}.shipping-note{color:var(--text-light);font-style:italic;font-size:.813rem}.summary-divider{height:1px;background:var(--border);margin:20px 0}.summary-total{font-size:1.25rem;font-weight:700}.summary-total span{color:var(--text)!important}.btn-checkout{width:100%;padding:16px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s;margin-top:24px}.btn-checkout:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 12px #1e3a6e4d}.btn-checkout [data-lucide]{width:18px;height:18px}.payment-methods{margin-top:24px;text-align:center}.payment-methods>span{display:block;font-size:.75rem;color:var(--text-light);margin-bottom:10px}.payment-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.payment-icons svg{height:22px;width:auto}.cart-empty{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f}.cart-empty-icon{width:100px;height:100px;background:var(--light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.cart-empty-icon [data-lucide]{width:48px;height:48px;color:var(--text-light)}.cart-empty h2{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:var(--text)}.cart-empty p{color:var(--text-light);margin-bottom:30px}.btn-explore{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:var(--primary);color:#fff;border-radius:12px;font-weight:600;text-decoration:none;transition:all .2s}.btn-explore:hover{background:var(--primary-light);transform:translateY(-2px)}.btn-explore [data-lucide]{width:18px;height:18px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static}}@media(max-width:600px){.cart-header{flex-direction:column;align-items:flex-start;gap:12px}.cart-item{flex-direction:column;gap:16px}.cart-item-image{align-self:center}.cart-item-actions{flex-wrap:wrap;justify-content:space-between}.cart-item-price{order:-1;width:100%;text-align:left;margin-bottom:8px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart.css.map */
