.Cart-module__BIMPfG__container{max-width:var(--max-width);margin:0 auto;padding:40px 20px}.Cart-module__BIMPfG__title{color:var(--text-main);margin-bottom:30px;font-size:2rem}.Cart-module__BIMPfG__cartLayout{grid-template-columns:2fr 1fr;align-items:start;gap:30px;display:grid}.Cart-module__BIMPfG__cartItems{background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.Cart-module__BIMPfG__emptyCart{text-align:center;padding:60px 20px}.Cart-module__BIMPfG__emptyCart p{color:var(--text-muted);margin-bottom:20px;font-size:1.1rem}.Cart-module__BIMPfG__continueShopping{background:var(--primary-gradient);color:#fff;border-radius:var(--radius-full);padding:12px 24px;font-weight:600;display:inline-block}.Cart-module__BIMPfG__itemCard{border-bottom:1px solid var(--border-color);gap:20px;padding:20px 0;display:flex}.Cart-module__BIMPfG__itemCard:last-child{border-bottom:none;padding-bottom:0}.Cart-module__BIMPfG__itemImage{border-radius:var(--radius-sm);object-fit:cover;background:var(--bg-color);width:100px;height:100px}.Cart-module__BIMPfG__itemDetails{flex-direction:column;flex:1;display:flex}.Cart-module__BIMPfG__itemName{color:var(--text-main);margin-bottom:5px;font-size:1.05rem;font-weight:600}.Cart-module__BIMPfG__itemMeta{color:var(--text-muted);margin-bottom:10px;font-size:.85rem}.Cart-module__BIMPfG__itemMeta span{margin-right:15px;display:inline-block}.Cart-module__BIMPfG__itemColorBox{border:1px solid var(--border-color);vertical-align:middle;border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-block}.Cart-module__BIMPfG__itemActions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.Cart-module__BIMPfG__qtyControl{border:1px solid var(--border-color);border-radius:var(--radius-full);align-items:center;height:32px;display:flex;overflow:hidden}.Cart-module__BIMPfG__qtyBtn{background:var(--bg-color);justify-content:center;align-items:center;width:32px;height:100%;font-size:1.1rem;display:flex}.Cart-module__BIMPfG__qtyBtn:hover{background:var(--border-color)}.Cart-module__BIMPfG__qtyInput{text-align:center;background:0 0;border:none;width:40px;height:100%;padding:0;font-size:.9rem;font-weight:600}.Cart-module__BIMPfG__itemPrice{color:var(--danger-color);font-size:1.2rem;font-weight:800}.Cart-module__BIMPfG__removeBtn{color:var(--text-muted);align-items:center;gap:4px;padding-top:5px;font-size:.85rem;transition:color .2s;display:flex}.Cart-module__BIMPfG__removeBtn:hover{color:var(--danger-color);text-decoration:underline}.Cart-module__BIMPfG__summary{background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:25px;position:sticky;top:90px}.Cart-module__BIMPfG__summaryTitle{border-bottom:1px solid var(--border-color);margin-bottom:20px;padding-bottom:15px;font-size:1.3rem;font-weight:700}.Cart-module__BIMPfG__summaryRow{color:var(--text-muted);justify-content:space-between;margin-bottom:15px;font-size:.95rem;display:flex}.Cart-module__BIMPfG__summaryTotal{border-top:1px solid var(--border-color);color:var(--text-main);justify-content:space-between;margin-top:20px;padding-top:20px;font-size:1.3rem;font-weight:800;display:flex}.Cart-module__BIMPfG__checkoutBtn{background:var(--primary-gradient);color:#fff;border-radius:var(--radius-full);text-align:center;width:100%;box-shadow:var(--shadow-primary);margin-top:25px;padding:15px;font-size:1.1rem;font-weight:700;transition:transform .2s;display:block}.Cart-module__BIMPfG__checkoutBtn:hover{filter:brightness(1.1);transform:translateY(-2px)}.Cart-module__BIMPfG__secureCheckout{color:var(--success-color);justify-content:center;align-items:center;gap:8px;margin-top:15px;font-size:.85rem;display:flex}@media (max-width:900px){.Cart-module__BIMPfG__cartLayout{grid-template-columns:1fr}}@media (max-width:576px){.Cart-module__BIMPfG__itemCard{flex-direction:column;position:relative}.Cart-module__BIMPfG__itemImage{width:80px;height:80px;position:absolute;top:20px}.Cart-module__BIMPfG__itemDetails{min-height:80px;padding-left:95px}.Cart-module__BIMPfG__itemActions{margin-top:15px;padding-left:0}.Cart-module__BIMPfG__removeBtn{justify-content:flex-end}}
