|
@@ -209,21 +209,21 @@ const ProductList = ({ size = 99999 }) => {
|
209
|
209
|
<Typography variant="body2" sx={{ fontWeight: "400",fontSize:{
|
210
|
210
|
xs:"0.875rem",
|
211
|
211
|
sm:"0.875rem",
|
212
|
|
- md:"1rem",
|
|
212
|
+ md:"1.1rem",
|
213
|
213
|
} }}>
|
214
|
214
|
{collection_name}
|
215
|
215
|
</Typography>
|
216
|
216
|
<Typography variant="body2" sx={{ fontWeight: "bolder", fontSize:{
|
217
|
217
|
xs:"0.875rem",
|
218
|
218
|
sm:"0.875rem",
|
219
|
|
- md:"1rem",
|
|
219
|
+ md:"1.1rem",
|
220
|
220
|
}}}>
|
221
|
221
|
{title}
|
222
|
222
|
</Typography>
|
223
|
223
|
<Typography variant="body2" sx={{ fontWeight: "400", fontSize:{
|
224
|
224
|
xs:"0.875rem",
|
225
|
225
|
sm:"0.875rem",
|
226
|
|
- md:"1rem",
|
|
226
|
+ md:"1.1rem",
|
227
|
227
|
} }}>
|
228
|
228
|
{`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
|
229
|
229
|
</Typography>
|