.CartPage-module__q6fwHq__container{max-width:1000px;margin:auto;padding:2rem}.CartPage-module__q6fwHq__title{margin-bottom:2rem}.CartPage-module__q6fwHq__empty{text-align:center;font-size:18px}.CartPage-module__q6fwHq__cartList{flex-direction:column;gap:1rem;display:flex}.CartPage-module__q6fwHq__cartItem{border:1px solid #eee;border-radius:8px;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1rem;padding:1rem;display:grid}.CartPage-module__q6fwHq__cartItem img{object-fit:cover;width:80px;height:80px}.CartPage-module__q6fwHq__details h3{margin:0}.CartPage-module__q6fwHq__quantity{align-items:center;gap:10px;display:flex}.CartPage-module__q6fwHq__quantity button{cursor:pointer;width:30px;height:30px}.CartPage-module__q6fwHq__total{font-weight:700}.CartPage-module__q6fwHq__remove{color:red;cursor:pointer;background:0 0;border:none;font-size:18px}.CartPage-module__q6fwHq__summary{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:2rem;display:flex}.CartPage-module__q6fwHq__checkoutBtn{color:#fff;cursor:pointer;background-color:#5b3df5;border:none;border-radius:6px;padding:10px 20px;transition:all .3s}.CartPage-module__q6fwHq__checkoutBtn:hover{opacity:.85}.CartPage-module__q6fwHq__modalOverlay{background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.CartPage-module__q6fwHq__modal{background:#fff;border-radius:12px;width:350px;max-width:90%;padding:1.5rem;animation:.2s CartPage-module__q6fwHq__fadeIn}.CartPage-module__q6fwHq__modalTittle{color:#006400;text-transform:capitalize;margin-bottom:1rem}.CartPage-module__q6fwHq__proptMessage{color:var(--secondary);margin-bottom:1rem;font-size:13px;font-style:italic}.CartPage-module__q6fwHq__field{margin-bottom:1rem}.CartPage-module__q6fwHq__field input{width:100%;padding:.5rem}.CartPage-module__q6fwHq__actions{justify-content:space-between;display:flex}.CartPage-module__q6fwHq__cancel,.CartPage-module__q6fwHq__sendPrompt{text-transform:capitalize;border-radius:4px;padding:5px;font-weight:700}.CartPage-module__q6fwHq__sendPrompt{color:#fff;background-color:green}.CartPage-module__q6fwHq__cancel{color:#fff;background-color:#ff4500;font-weight:500}@keyframes CartPage-module__q6fwHq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.CartPage-module__q6fwHq__cartItem{grid-template-rows:auto auto auto;grid-template-columns:60px 1fr}.CartPage-module__q6fwHq__quantity,.CartPage-module__q6fwHq__total,.CartPage-module__q6fwHq__remove{margin-top:10px}.CartPage-module__q6fwHq__summary{flex-direction:column;align-items:flex-start;gap:1rem}}
