/* Product Name - Details Page */
.theme-product-details-style-08 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-name h1 {
    font-size: 42px;
}

/* Product Name - Listing Page */
.theme-product-list-style-17 .theme-product-box-content .theme-product-details-area .theme-product-name a,
.theme-product-list-style-16 .theme-product-box-content .theme-product-details-area .theme-product-name a {
    font-size: 20px;
}


-----------------------------
/* 1. Make Product Listing Title Bigger */
.theme-product-title,
.product-title,
.zpproduct-title {
    font-size: 22px !important;  /* Adjust pixel size to fit your design */
    line-height: 1.3 !important;
    font-weight: bold !important;
}

/* 2. Make Sale Badge Bigger */
.theme-sale-badge,
.sale-badge,
.product-badge {
    font-size: 14px !important;  /* Increases text size inside badge */
    padding: 6px 12px !important; /* Expands background box size */
    font-weight: bold !important;
}