/* Increase font size for product names */ .product-name { font-size: 36px; /* Adjust the size as needed */ font-weight: bold; /* Optional: Makes the text bold */ color: #333; /* Optional: Change the color if needed */ }