.cart-section{padding:40px 0}.cart-grid{flex-direction:column;gap:25px;display:flex}.cart-item{background:#fff;border-radius:14px;align-items:center;gap:15px;padding:15px;display:flex;box-shadow:0 10px 25px #0000000d}.cart-image img{object-fit:cover;border-radius:10px;width:70px;height:70px}.cart-info h3{font-size:15px}.cart-info p{color:#666}.cart-qty{align-items:center;gap:8px;display:flex}.cart-qty button{cursor:pointer;background:#eee;border:none;border-radius:8px;width:32px;height:32px}.remove-btn{color:red;cursor:pointer;background:0 0;border:none;margin-left:auto}.cart-summary{background:#f5f5f5;border-radius:14px;padding:20px}.checkout-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;width:100%;margin-top:10px;padding:12px}.checkout-modal{z-index:2000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.checkout-box{background:#fff;border-radius:16px;width:90%;max-width:400px;padding:25px}.checkout-box input,.checkout-box textarea{border:1px solid #ddd;border-radius:8px;width:100%;margin-top:10px;padding:10px}.checkout-actions{gap:10px;margin-top:15px;display:flex}.checkout-actions button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px}.checkout-actions button:first-child{background:#eee}.checkout-actions button:last-child{color:#fff;background:#25d366}@media (min-width:768px){.cart-grid{flex-direction:row}.cart-items{flex:2}.cart-summary{flex:1}}
