@import "https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap";
*{font-family:Dosis,sans-serif!important;font-weight:500!important}.cart-page{background:#f8f9fa;min-height:100vh;padding-top:100px}.cart-loading{color:#000;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px 20px;display:flex}.cart-spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-container{max-width:1200px;margin:0 auto;padding:40px 20px}.cart-content{width:100%}.cart-empty{text-align:center;background:#fff;border-radius:12px;padding:80px 20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.cart-empty-icon{margin-bottom:24px}.cart-empty-shopping-bag{opacity:.6;font-size:64px}.cart-empty-title{color:#1f2937;margin-bottom:12px;font-size:28px;font-weight:600}.cart-empty-text{color:#6b7280;margin-bottom:32px;font-size:16px}.cart-empty-btn{color:#fff;background:#3b82f6;border-radius:8px;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.cart-empty-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.cart-layout{grid-template-columns:2fr 1fr;align-items:start;gap:24px;display:grid}.cart-items-section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.cart-items-header{border-bottom:1px solid #e5e7eb;grid-template-columns:2fr 1fr 1fr 1fr auto;align-items:center;gap:20px;padding:24px;display:grid}.cart-items-title{color:#1f2937;grid-column:1;margin:0;font-size:20px;font-weight:600}.cart-items-columns{display:contents}.cart-column{color:#6b7280;text-align:center;font-size:14px;font-weight:600}.cart-column:nth-child(2){grid-column:2}.cart-column:nth-child(3){grid-column:3}.cart-column:nth-child(4){grid-column:4}.cart-items-list{padding:0}.cart-item{border-bottom:1px solid #f3f4f6;grid-template-columns:2fr 1fr 1fr 1fr auto;align-items:center;gap:20px;padding:24px;transition:background-color .2s;display:grid}.cart-item:hover{background-color:#f9fafb}.cart-item:last-child{border-bottom:none}.cart-item-product{align-items:center;gap:16px;display:flex}.cart-item-image{background:#f3f4f6;border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.cart-item-img{object-fit:cover;width:100%;height:100%}.cart-item-placeholder{background:#e5e7eb;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cart-item-logo{color:#6b7280;font-size:16px;font-weight:600}.cart-item-details{flex:1}.cart-item-name{color:#1f2937;margin:0;font-size:16px;font-weight:500;line-height:1.4}.cart-item-price{color:#1f2937;text-align:center;font-size:16px;font-weight:500}.cart-item-quantity{justify-content:center;align-items:center;gap:8px;display:flex}.quantity-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.quantity-btn:hover{background:#f3f4f6;border-color:#9ca3af}.quantity-btn:active{transform:scale(.95)}.quantity-icon{color:#6b7280;width:16px;height:16px}.quantity-value{color:#1f2937;text-align:center;min-width:24px;font-size:16px;font-weight:500}.cart-item-total{color:#1f2937;text-align:center;font-size:16px;font-weight:600}.cart-item-remove{cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.cart-item-remove:hover{background:#fee2e2}.remove-icon{color:#6b7280;width:16px;height:16px}.cart-item-remove:hover .remove-icon{color:#dc2626}.order-summary-section{background:#fff;border-radius:12px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.order-summary-title{color:#1f2937;border-bottom:1px solid #e5e7eb;margin:0;padding:24px;font-size:20px;font-weight:600}.order-summary-content{padding:24px}.order-summary-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.order-label{color:#6b7280;font-size:16px}.order-value{color:#1f2937;font-size:16px;font-weight:500}.order-total{border-top:1px solid #e5e7eb;margin-top:16px;margin-bottom:24px;padding-top:16px}.order-total .order-label{color:#1f2937;font-size:18px;font-weight:600}.total-price{color:#03a223;font-size:18px;font-weight:700}.terms-section{margin-bottom:24px}.terms-checkbox{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.terms-checkbox input[type=checkbox]{accent-color:#03a223;margin:4px 0 0}.terms-text{color:#6b7280;font-size:14px;line-height:1.5}.terms-link{color:#3b82f6;text-decoration:none}.terms-link:hover{text-decoration:underline}.checkout-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;width:100%;padding:16px 24px;font-size:16px;font-weight:600;transition:all .3s}.checkout-btn:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.checkout-btn:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}@media (max-width:768px){.cart-container{padding:20px 16px}.cart-layout{grid-template-columns:1fr;gap:20px}.cart-items-header{grid-template-columns:1fr;gap:16px;padding:20px}.cart-column{display:none}.cart-item{grid-template-columns:1fr;gap:16px;padding:20px}.cart-item-product{margin-bottom:16px}.cart-item-price,.cart-item-quantity,.cart-item-total{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.cart-item-price:before{content:"Price: ";color:#6b7280;font-weight:500}.cart-item-quantity:before{content:"Quantity: ";color:#6b7280;font-weight:500}.cart-item-total:before{content:"Total: ";color:#6b7280;font-weight:500}.cart-item-remove{position:absolute;top:20px;right:20px}.order-summary-section{position:static}}@media (max-width:480px){.cart-container{padding:16px 12px}.cart-items-header,.cart-item,.order-summary-content{padding:16px}.cart-item-image{width:50px;height:50px}.cart-item-name{font-size:14px}.quantity-btn{width:28px;height:28px}.quantity-icon{width:14px;height:14px}.checkout-btn{padding:14px 20px;font-size:14px}}
