.cart-module__-RJi4G__container{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.cart-module__-RJi4G__title{margin-bottom:2rem;font-size:2.5rem;font-weight:800}.cart-module__-RJi4G__content{align-items:flex-start;gap:2rem;display:flex}.cart-module__-RJi4G__cartList{flex-direction:column;flex:1;gap:1.5rem;display:flex}.cart-module__-RJi4G__cartItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.cart-module__-RJi4G__itemImage{background:#111;border-radius:8px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative;overflow:hidden}.cart-module__-RJi4G__itemDetails{flex:1}.cart-module__-RJi4G__itemName{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.cart-module__-RJi4G__itemCategory{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.cart-module__-RJi4G__itemPrice{color:var(--accent-neon);font-size:1.2rem;font-weight:700}.cart-module__-RJi4G__itemActions{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.cart-module__-RJi4G__quantityGroup{background:#ffffff0d;border-radius:20px;align-items:center;gap:.5rem;padding:.3rem;display:flex}.cart-module__-RJi4G__qtyBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.cart-module__-RJi4G__qtyBtn:hover{background:#ffffff1a}.cart-module__-RJi4G__deleteBtn{color:#ff4b4b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.9rem;transition:all .2s;display:flex}.cart-module__-RJi4G__deleteBtn:hover{text-decoration:underline}.cart-module__-RJi4G__summary{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;width:350px;padding:2rem;position:sticky;top:100px}.cart-module__-RJi4G__summary h3{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}.cart-module__-RJi4G__summaryRow{justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;display:flex}.cart-module__-RJi4G__summaryRow.cart-module__-RJi4G__total{color:var(--accent-neon);border-top:1px solid var(--border-color);margin-top:1.5rem;padding-top:1.5rem;font-size:1.5rem;font-weight:700}.cart-module__-RJi4G__checkoutBtn{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:2rem;padding:1rem;font-size:1.1rem;display:flex}.cart-module__-RJi4G__emptyState{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 0;display:flex}.cart-module__-RJi4G__emptyState h2{color:var(--text-muted);font-size:2rem}@media (max-width:768px){.cart-module__-RJi4G__content{flex-direction:column}.cart-module__-RJi4G__summary{width:100%;position:static}.cart-module__-RJi4G__cartItem{flex-direction:column;align-items:flex-start}.cart-module__-RJi4G__itemActions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}
