/* ================================
   Ensure Product Name is Visible
   Home Page – Zoho Commerce
================================ */

/* Product title / name
.zc-product-card .product-name,
.zc-product-card .zc-product-title,
.zc-product-card h2,
.zc-product-card h3,
.zc-product-card a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
*/

/* PRODUCT NAME – Category, Home, Collections (Scoped) */
.custom-product-title .zs-product-name,
.custom-product-title .zs-product-name a,
.custom-product-title .zs-prod-title,
.custom-product-title .zs-prod-title a,
.custom-product-title .zs-product-card-title,
.custom-product-title .zs-product-card-title a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}


[data-zs-product-primary-details] 
.theme-product-detail-container 
[data-zs-product-name] {
    color: #0158e7; /* Updated color */
}
