/* ========================================
   DRCLEAR - UPSELL TITLE GLOBAL
   עובד בכל האתר
======================================== */

/* כותרת Upsells */
.woocommerce .up-sells h2 {
    text-align: right !important;
    font-family: 'Heebo', sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #1f1f1f !important;

    display: inline-block !important;
    border-bottom: 1.5px solid #4FB3C8 !important;
    padding-bottom: 6px !important;
    margin-bottom: 10px !important;
    line-height: 1.35 !important;
}

/* שורת משנה */
.woocommerce .up-sells > h2::after {
    content: "להעצמת תוצאות הטיפול ובחסכון משתלם";
    display: block;
    font-family: 'Heebo', sans-serif !important;
    font-size: 14px !important;
    color: #5f5f5f !important;
    margin-top: 2px !important;
    line-height: 1.4 !important;
}

/* מובייל */
@media (max-width: 767px) {
    .woocommerce .up-sells h2 {
        font-size: 17px !important;
        line-height: 1.45 !important;
    }

    .woocommerce .up-sells h2::after {
        font-size: 12px !important;
    }
}