.single-product .main-title-section .sbi-shop-heading {
    display: block;
    font-family: var(--DTFontTypo_Alt);
    font-size: calc(var(--DTFontSize_H1) / .95);
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px;
    text-transform: initial;
    color: var(--DTBlackColor);
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}
.single-product .dark-bg-breadcrumb .main-title-section .sbi-shop-heading { color: var(--DTWhiteColor); }
.single-product h1.product_title.entry-title {
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
    .single-product .main-title-section .sbi-shop-heading { font-size: 28px; text-align: center; }
}
@media only screen and (max-width: 479px) {
    .single-product .main-title-section .sbi-shop-heading { font-size: 24px; }
}
