.cart-container{max-width:1200px;padding:20px 0}.cart-header-grid{color:#888;background:#fff;border-radius:4px;grid-template-columns:50px 1fr 150px 150px 150px 100px;align-items:center;margin-bottom:12px;padding:15px 20px;font-size:14px;display:grid}.cart-shop-group{background:#fff;border-radius:4px;margin-bottom:15px;overflow:hidden}.shop-header{border-bottom:1px solid #f2f2f2;align-items:center;gap:12px;padding:15px 20px;font-size:14px;font-weight:500;display:flex}.shop-icon{font-size:18px}.cart-item{border-bottom:1px solid #f2f2f2;grid-template-columns:50px 1fr 150px 150px 150px 100px;align-items:center;padding:20px;display:grid}.cart-item:last-child{border-bottom:none}.item-main{gap:15px;display:flex}.item-img{color:#ccc;background:#f8f8f8;border-radius:2px;justify-content:center;align-items:center;width:80px;height:80px;font-size:10px;display:flex}.item-details{flex:1}.item-title{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.item-variation{color:#888;font-size:12px}.item-price,.item-total{color:#333;font-size:14px}.item-total{color:var(--primary-color)}.qty-control{border:1px solid #dbdbdb;border-radius:2px;align-items:center;width:fit-content;display:flex}.qty-btn{cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.qty-input{text-align:center;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:40px;height:30px;font-size:14px}.item-actions button{color:#333;cursor:pointer;background:0 0;border:none;font-size:14px}.item-actions button:hover{color:var(--primary-color)}.cart-footer-sticky{z-index:100;background:#fff;justify-content:space-between;align-items:center;margin-top:40px;padding:15px 20px;display:flex;position:sticky;bottom:0;left:0;right:0;box-shadow:0 -5px 10px #0000000d}.footer-left{align-items:center;gap:20px;font-size:14px;display:flex}.footer-right{align-items:center;gap:24px;display:flex}.total-label{color:#333;font-size:16px}.total-amount{color:var(--primary-color);font-size:24px;font-weight:600}.btn-checkout-shopee{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:2px;padding:12px 60px;font-size:16px;font-weight:500}.btn-checkout-shopee:hover{background:#d44326}input[type=checkbox]{accent-color:var(--primary-color);cursor:pointer;width:18px;height:18px}
