.cart-page{font-family:Inter,sans-serif;background-color:#fbf7f3;min-height:100vh;display:flex;flex-direction:column}.cart-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;flex:1}.cart-title{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:2rem;text-align:center}.cart-empty{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cart-empty i{font-size:4rem;color:#d84315;margin-bottom:1.5rem}.cart-empty h2{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:.5rem}.cart-empty p{font-size:1.1rem;color:#666;margin-bottom:2rem}.cart-empty-btn{display:inline-block;background-color:#d84315;color:#fff;padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s ease}.cart-empty-btn:hover{background-color:#bf360c;transform:translateY(-2px)}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items-section{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cart-section-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background-color:#fff8f5;border-radius:8px;border:1px solid #e8e8e8;transition:all .3s ease}.cart-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.cart-item-image{width:60px;height:60px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-image i{font-size:1.5rem;color:#d84315}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-size:1rem;font-weight:700;color:#333;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{font-size:.9rem;color:#666;margin:0}.cart-item-quantity{gap:.5rem;background-color:#fff;padding:.35rem .5rem;border-radius:6px;border:1px solid #e8e8e8}.cart-item-quantity,.qty-btn{display:flex;align-items:center}.qty-btn{width:28px;height:28px;border:none;background-color:#fff3e0;color:#d84315;border-radius:5px;cursor:pointer;justify-content:center;transition:all .2s ease;font-size:.85rem}.qty-btn:hover{background-color:#d84315;color:#fff}.qty-value{font-size:.95rem;font-weight:700;color:#333;min-width:25px;text-align:center}.cart-item-total{font-size:1.1rem;font-weight:700;color:#d84315;min-width:70px;text-align:right}.cart-item-remove{width:36px;height:36px;border:none;background-color:#ffebee;color:#d32f2f;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:.9rem}.cart-item-remove:hover{background-color:#d32f2f;color:#fff}.cart-checkout-section{display:flex;flex-direction:column;gap:1.5rem}.cart-summary{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cart-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:1rem;color:#666;border-bottom:1px solid #f0f0f0}.cart-summary-total{font-size:1.3rem;font-weight:700;color:#333;border-bottom:none;padding-top:1rem;margin-top:.5rem;border-top:2px solid #e8e8e8}.cart-checkout-btn{width:100%;background-color:#d84315;color:#fff;padding:1rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.cart-checkout-btn:hover{background-color:#bf360c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(216,67,21,.3)}.cart-checkout-form{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.cart-form-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1.5rem}.cart-form-group{margin-bottom:1.25rem}.cart-form-group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.cart-form-group input,.cart-form-group textarea{width:100%;padding:.75rem;border:1px solid #e8e8e8;border-radius:6px;font-size:1rem;font-family:Inter,sans-serif;transition:all .2s ease}.cart-form-group input:focus,.cart-form-group textarea:focus{outline:none;border-color:#d84315;box-shadow:0 0 0 3px rgba(216,67,21,.1)}.cart-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cart-payment-title{font-size:1.2rem;font-weight:700;color:#333;margin:2rem 0 1rem}.cart-payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-btn{width:100%;padding:1rem;border:2px solid #e8e8e8;background-color:#fff;border-radius:8px;font-size:1rem;font-weight:600;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease}.payment-btn:hover{border-color:#d84315;background-color:#fff8f5;color:#d84315}.payment-btn i{font-size:1.2rem}@media (max-width:1024px){.cart-content{grid-template-columns:1fr}.cart-checkout-section{order:-1}}@media (max-width:768px){.cart-container{padding:2rem 1rem}.cart-title{font-size:2rem}.cart-item{flex-wrap:wrap;gap:1rem}.cart-item-image{width:60px;height:60px}.cart-item-details{flex:1 1 100%}.cart-item-quantity{flex:1}.cart-item-total{flex:1;text-align:left}.cart-form-row{grid-template-columns:1fr}}