This commit is contained in:
2025-12-16 00:26:02 +03:00
parent 16d66da31b
commit 408be777b2

View File

@@ -246,7 +246,7 @@ export function AddToCartButton({ item }: { item: Product }) {
height: 48,
position: "absolute",
bottom: -11,
[isRTL ? "left" : " right"]: -2,
[isRTL ? "left" : "right"]: -2,
backgroundColor: "var(--background)",
borderRadius: "50%",
}}