/*
Theme Name: Royal Elementor Kit Child
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit-child
Description: Child theme for the Royal Elementor Kit
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Template: royal-elementor-kit
Version: 1.0.0
*/
/* -----------------------------------------------
   Заголовок із шорткоду [red_digits_title]
   ----------------------------------------------- */

/* desktop ≥1367 px */
.single-product h1.product_title.entry-title{
    font-family:'Poppins',sans-serif !important;
    font-weight:700 !important;
    color:#353854 !important;          /* той темний фіолетовий з Elementor */
    font-size:45px !important;
    line-height:1.2 !important;
    margin:0 0 .5em;
}

/* ≤1366 px залишаємо 45 px */
@media (max-width:1366px){
    .single-product h1.product_title.entry-title{
        font-size:45px !important;
    }
}

/* ≤1024 px */
@media (max-width:1024px){
    .single-product h1.product_title.entry-title{
        font-size:25px !important;
    }
}

/* ≤767 px */
@media (max-width:767px){
    .single-product h1.product_title.entry-title{
        font-size:22px !important;
    }
}

/* Червоні цифри усередині заголовка */
.single-product h1.product_title.entry-title .num-red{
    color:#e30613 !important;          /* бренд-червоний */
}

