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