/* Mobile product detail layout; desktop typography stays with the theme. */
@media (max-width: 767px) {
    html, body { overflow-x: clip; }

    .secondary_page_wrapper h1.offset_title[itemprop="name"] {
        font-size: 20px;
        line-height: 1.6;
        padding-right: 42px;
        margin-bottom: 18px;
        overflow-wrap: anywhere;
    }

    .single_product_description > div > h4.mb30 {
        font-size: 15px;
        line-height: 1.7;
    }

    .secondary_page_wrapper h3.offset_title {
        font-size: 18px;
        line-height: 1.6;
    }
}
