.Cart-module__BIMPfG__cartPage{padding:3rem 2rem}.Cart-module__BIMPfG__title{margin-bottom:2rem;font-size:2.5rem}.Cart-module__BIMPfG__emptyCart{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:8rem 0;display:flex}.Cart-module__BIMPfG__emptyCart h2{font-size:2rem}.Cart-module__BIMPfG__emptyCart p{color:var(--text-muted)}.Cart-module__BIMPfG__cartLayout{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.Cart-module__BIMPfG__cartItems{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.Cart-module__BIMPfG__tableHeader{background-color:var(--background);border-bottom:1px solid var(--border);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;grid-template-columns:2fr 1fr 1fr;padding:1rem 1.5rem;font-size:.8rem;font-weight:600;display:grid}.Cart-module__BIMPfG__cartItem{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr;align-items:center;padding:1.5rem;display:grid}.Cart-module__BIMPfG__cartItem:last-child{border-bottom:none}.Cart-module__BIMPfG__productCol{gap:1rem;display:flex}.Cart-module__BIMPfG__itemImage{object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);width:80px;height:100px}.Cart-module__BIMPfG__itemInfo{flex-direction:column;gap:.25rem;display:flex}.Cart-module__BIMPfG__itemTitle{color:var(--foreground);font-weight:600}.Cart-module__BIMPfG__itemTitle:hover{color:var(--accent)}.Cart-module__BIMPfG__itemVariant{color:var(--text-muted);font-size:.85rem}.Cart-module__BIMPfG__itemPrice{margin-top:.5rem;font-weight:500}.Cart-module__BIMPfG__qtyCol{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.Cart-module__BIMPfG__quantity{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--background);align-items:center;display:inline-flex}.Cart-module__BIMPfG__quantity button{width:32px;height:32px;color:var(--foreground);justify-content:center;align-items:center;display:flex}.Cart-module__BIMPfG__quantity button:hover{background-color:var(--border)}.Cart-module__BIMPfG__quantity span{text-align:center;width:32px;font-size:.9rem;font-weight:600}.Cart-module__BIMPfG__removeBtn{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;transition:color .2s;display:flex}.Cart-module__BIMPfG__removeBtn:hover{color:var(--error)}.Cart-module__BIMPfG__totalCol{font-size:1.1rem;font-weight:700}.Cart-module__BIMPfG__cartSummary{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:sticky;top:100px}.Cart-module__BIMPfG__cartSummary h3{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem}.Cart-module__BIMPfG__summaryRow{color:var(--text-muted);justify-content:space-between;margin-bottom:1rem;display:flex}.Cart-module__BIMPfG__totalRow{border-top:1px solid var(--border);color:var(--foreground);margin-top:1.5rem;margin-bottom:2rem;padding-top:1.5rem;font-size:1.25rem;font-weight:700}.Cart-module__BIMPfG__checkoutBtn{background-color:#25d366;width:100%;padding:1rem;font-size:1.1rem}.Cart-module__BIMPfG__checkoutBtn:hover{background-color:#128c7e}.Cart-module__BIMPfG__secureText{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.8rem}@media (max-width:900px){.Cart-module__BIMPfG__cartLayout{grid-template-columns:1fr}.Cart-module__BIMPfG__cartSummary{position:static}}@media (max-width:600px){.Cart-module__BIMPfG__tableHeader{display:none}.Cart-module__BIMPfG__cartItem{grid-template-columns:1fr;gap:1.5rem}.Cart-module__BIMPfG__qtyCol{flex-direction:row;justify-content:space-between;align-items:center}.Cart-module__BIMPfG__totalCol:before{content:"Total: ";color:var(--text-muted);font-weight:400}}
