@@ -229,7 +229,7 @@ const ProductList = ({ size = 99999 }) => {
}}
>
{/* Left Side: Page Title */}
- <Typography variant="body2" sx={{fontSize:10}}>
+ <Typography variant="body2" sx={{fontSize:10, mt:{xs:1, sm:1, md:0}}}>
{`${filteredProducts.length} Item`}
</Typography>