.Cart-module__BIMPfG__cartContainer{padding-top:2rem;padding-bottom:5rem}.Cart-module__BIMPfG__pageTitle{color:hsl(var(--foreground));margin-bottom:2rem;font-size:2rem;font-weight:800}.Cart-module__BIMPfG__cartLayout{align-items:flex-start;gap:2rem;display:flex}.Cart-module__BIMPfG__mainCart{flex:1;min-width:0}.Cart-module__BIMPfG__itemsCard{background:hsl(var(--card));border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.Cart-module__BIMPfG__itemsHeader{border-bottom:2px solid hsl(var(--border) / .5);color:hsl(var(--foreground));background:0 0;grid-template-columns:3fr 1fr 1fr 1fr;padding:1rem 1.5rem;font-size:.95rem;font-weight:800;display:grid}.Cart-module__BIMPfG__colPrice,.Cart-module__BIMPfG__colQty,.Cart-module__BIMPfG__colTotal{text-align:center}.Cart-module__BIMPfG__itemsList{flex-direction:column;display:flex}.Cart-module__BIMPfG__cartItem{border-bottom:1px solid hsl(var(--border));grid-template-columns:3fr 1fr 1fr 1fr;align-items:center;padding:1.5rem;display:grid}.Cart-module__BIMPfG__cartItem:last-child{border-bottom:none}.Cart-module__BIMPfG__itemInfo{align-items:center;gap:1rem;display:flex}.Cart-module__BIMPfG__deleteBtn{color:hsl(var(--muted-foreground));cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Cart-module__BIMPfG__deleteBtn:hover{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.Cart-module__BIMPfG__itemImageWrapper{border-radius:var(--radius-sm);background:hsl(var(--secondary));flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.Cart-module__BIMPfG__itemImage{object-fit:contain;padding:.5rem}.Cart-module__BIMPfG__itemDetails{flex-direction:column;gap:.25rem;display:flex}.Cart-module__BIMPfG__itemBrand{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.Cart-module__BIMPfG__itemName{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.Cart-module__BIMPfG__itemName:hover{color:hsl(var(--primary))}.Cart-module__BIMPfG__itemPrice,.Cart-module__BIMPfG__itemTotal{text-align:center;font-size:1.1rem;font-weight:700;font-family:var(--font-outfit), sans-serif}.Cart-module__BIMPfG__itemTotal{color:hsl(var(--primary))}.Cart-module__BIMPfG__itemQty{justify-content:center;display:flex}.Cart-module__BIMPfG__qtyControl{border:1px solid hsl(var(--border));border-radius:var(--radius-sm);align-items:center;width:max-content;display:flex;overflow:hidden}.Cart-module__BIMPfG__qtyBtn{background:hsl(var(--background));cursor:pointer;width:2rem;height:2rem;color:hsl(var(--foreground));border:none;justify-content:center;align-items:center;font-weight:600;transition:background .2s;display:flex}.Cart-module__BIMPfG__qtyBtn:hover{background:hsl(var(--muted))}.Cart-module__BIMPfG__qtyInput{border:none;border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));text-align:center;background:hsl(var(--background));width:2.5rem;height:2rem;color:hsl(var(--foreground));font-weight:700;font-family:var(--font-outfit), sans-serif}.Cart-module__BIMPfG__summarySidebar{flex-shrink:0;width:340px;position:sticky;top:6rem}.Cart-module__BIMPfG__summaryCard{background:hsl(var(--card));border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.Cart-module__BIMPfG__summaryTitle{border-bottom:1px solid hsl(var(--border));padding-bottom:1rem;font-size:1.2rem;font-weight:800}.Cart-module__BIMPfG__summaryRow{color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;font-weight:600;display:flex}.Cart-module__BIMPfG__summaryRow span:last-child{color:hsl(var(--foreground));font-weight:700;font-family:var(--font-outfit), sans-serif}.Cart-module__BIMPfG__promoCode{flex-direction:column;gap:.5rem;display:flex}.Cart-module__BIMPfG__promoCode p{font-size:.9rem;font-weight:600}.Cart-module__BIMPfG__promoInputGroup{gap:.5rem;display:flex}.Cart-module__BIMPfG__promoInput{border:1px solid hsl(var(--border));border-radius:var(--radius-sm);background:hsl(var(--background));color:hsl(var(--foreground));outline:none;flex:1;padding:.5rem 1rem}.Cart-module__BIMPfG__promoInput:focus{border-color:hsl(var(--primary))}.Cart-module__BIMPfG__summaryTotal{border-top:2px dashed hsl(var(--border));justify-content:space-between;align-items:center;padding-top:1rem;font-size:1.1rem;font-weight:800;display:flex}.Cart-module__BIMPfG__totalAmount{color:hsl(var(--primary));font-size:1.5rem;font-family:var(--font-outfit), sans-serif}.Cart-module__BIMPfG__checkoutBtn{border-radius:var(--radius-md);width:100%;padding:1rem;font-size:1.1rem}.Cart-module__BIMPfG__securePayment{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;display:flex}.Cart-module__BIMPfG__crossSellSection{margin-top:5rem}.Cart-module__BIMPfG__crossSellTitle{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.Cart-module__BIMPfG__crossSellGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.Cart-module__BIMPfG__csCard{border-radius:var(--radius-md);background:hsl(var(--card));border:1px solid #0000;flex-direction:column;padding:1rem;transition:all .3s;display:flex}.Cart-module__BIMPfG__csCard:hover{box-shadow:var(--shadow-md);border-color:hsl(var(--border));transform:translateY(-4px)}.Cart-module__BIMPfG__csImageWrapper{aspect-ratio:1;background:hsl(var(--secondary));border-radius:var(--radius-sm);margin-bottom:1rem;position:relative;overflow:hidden}.Cart-module__BIMPfG__csImage{object-fit:contain;padding:.5rem}.Cart-module__BIMPfG__csInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.Cart-module__BIMPfG__csName{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.Cart-module__BIMPfG__csBottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.Cart-module__BIMPfG__csPrice{color:hsl(var(--primary));font-weight:800;font-family:var(--font-outfit), sans-serif}.Cart-module__BIMPfG__csAddBtn{background:hsl(var(--primary) / .1);color:hsl(var(--primary));cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.2rem;font-weight:800;transition:all .2s;display:flex}.Cart-module__BIMPfG__csAddBtn:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}@media (max-width:992px){.Cart-module__BIMPfG__cartLayout{flex-direction:column}.Cart-module__BIMPfG__summarySidebar{width:100%;position:static}}@media (max-width:768px){.Cart-module__BIMPfG__itemsHeader{display:none}.Cart-module__BIMPfG__cartItem{grid-template-columns:1fr;gap:1rem;position:relative}.Cart-module__BIMPfG__deleteBtn{position:absolute;top:1rem;left:1rem}.Cart-module__BIMPfG__itemPrice,.Cart-module__BIMPfG__itemQty,.Cart-module__BIMPfG__itemTotal{text-align:right}.Cart-module__BIMPfG__itemQty{justify-content:flex-start}.Cart-module__BIMPfG__itemTotal:before{content:"المجموع: ";color:hsl(var(--muted-foreground));margin-left:.5rem;font-weight:500}}
