*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.cart-container{background-color:#fff;width:100%}.cart-title-section{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:20px;display:flex}.cart-title-section h1{color:#333;font-size:24px;font-weight:600}.continue-shopping{color:#ff8a9b;cursor:pointer;background:#fff;border:1px solid #ff8a9b;border-radius:4px;padding:8px 16px;font-size:13px;font-weight:500}.continue-shopping:hover{background:#ffe8ec}.cart-content{grid-template-columns:1fr 320px;gap:20px;max-width:1400px;margin:0 auto;padding:20px;display:grid}.cart-items-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.cart-table{width:100%}.cart-header{color:#666;background:#f9f9f9;border-bottom:2px solid #e0e0e0;grid-template-columns:50px 1fr 100px 120px 100px 80px;align-items:center;gap:15px;padding:15px;font-size:13px;font-weight:600;display:grid}.cart-item{border-bottom:1px solid #e0e0e0;grid-template-columns:50px 1fr 100px 120px 100px 80px;align-items:center;gap:15px;padding:15px;display:grid}.cart-item:last-child{border-bottom:none}.checkbox-col{justify-content:center;display:flex}.checkbox-col input[type=checkbox]{cursor:pointer;width:18px;height:18px}.product-col{display:flex}.product-info{gap:12px;display:flex}.product-image{background:#f5f5f5;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-details{flex-direction:column;justify-content:center;display:flex}.product-name{color:#333;margin-bottom:4px;font-size:13px;font-weight:500;line-height:1.4}.seller-name{color:#999;font-size:12px}.price-col{color:#ff8a9b;font-size:13px;font-weight:600}.qty-col{justify-content:center;display:flex}.quantity-control{border:1px solid #ddd;border-radius:4px;align-items:center;width:fit-content;display:flex}.qty-btn{cursor:pointer;color:#666;background:#fff;border:none;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){color:#ff8a9b;background:#f0f0f0}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-input{text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;width:40px;height:28px;padding:0 4px;font-size:12px}.qty-input:focus{outline:none}.total-col{color:#ff8a9b;font-size:13px;font-weight:600}.action-col{justify-content:center;display:flex}.delete-btn{cursor:pointer;color:#ff8a9b;background:#fff;border:none;border-radius:4px;padding:6px;transition:all .2s}.delete-btn:hover{background:#ffe8ec}.cart-summary{flex-direction:column;gap:20px;display:flex}.summary-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.summary-card h3{color:#333;margin-bottom:15px;font-size:15px;font-weight:600}.summary-row{color:#666;justify-content:space-between;margin-bottom:10px;font-size:13px;display:flex}.summary-row .free{color:#ff8a9b;font-weight:500}.summary-divider{background:#e0e0e0;height:1px;margin:15px 0}.summary-total{color:#333;justify-content:space-between;margin-bottom:15px;font-size:15px;font-weight:600;display:flex}.total-amount{color:#f36;font-size:18px}.checkout-button{color:#fff;cursor:pointer;background:#ff8a9b;border:none;border-radius:4px;width:100%;padding:14px;font-size:14px;font-weight:600;transition:all .3s}.checkout-button:hover{background:#ff7585;box-shadow:0 4px 12px #ff8a9b4d}@media (max-width:768px){.cart-content{grid-template-columns:1fr}.cart-header,.cart-item{grid-template-columns:1fr;gap:10px}.header-main{flex-direction:column;gap:15px}.search-bar-wrapper{flex-direction:column}.footer-content{grid-template-columns:repeat(2,1fr)}}
