{isRTL ? item.name : item.nameOther}
@@ -111,10 +112,13 @@ export default function ProductCard({ item }: Props) {
textOverflow: "ellipsis",
wordWrap: "break-word",
overflowWrap: "break-word",
- lineHeight: "1.5rem",
maxHeight: "3em",
- fontSize: "1rem",
- letterSpacing: "0.01em",
+ fontWeight: 500,
+ fontStyle: "Medium",
+ fontSize: "12px",
+ // leadingTrim: "NONE",
+ lineHeight: "140%",
+ letterSpacing: "0%",
}}
>
{item.description}
@@ -157,13 +161,9 @@ export default function ProductCard({ item }: Props) {
- {item.isHasLoyalty && (
- }
- style={{ width: 24, height: 24 }}
- />
- )}
+ {/* {item.isHasLoyalty && (
+
+ )} */}