/*
Theme Name: Jolie Child
Template: jolie
*/

/* 1. TITOLI PRINCIPALI (BANNER E H1) */
h1, .vamtam-font-family-1, .elementor-heading-title {
    font-size: 55px !important;
    line-height: 1.1 !important;
    letter-spacing: 0px !important;
}

/* 2. CATEGORIE HOME (TECHNICAL LINE, HAIRCARE, ECC.) */
/* Impedisce che le scritte si scontrino tra loro */
.elementor-element-749e63e .elementor-heading-title, 
.elementor-element-b7fc3a .elementor-heading-title,
section h2.elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
}

/* 3. TITOLI PRODOTTI NELLO SHOP */
.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
}

/* 4. FOOTER (SHOP, ACADEMY, FOCUS, CONTATTI) */
/* Rimpicciolisce le scritte giganti in fondo alla pagina */
footer h2, footer h4, footer .elementor-heading-title {
    font-size: 22px !important;
    letter-spacing: 1px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

/* 5. FIX PER LE LINEE GRIGIE CHE TAGLIANO IL TESTO */
.vamtam-has-theme-divider-inner {
    display: none !important; /* Rimuove le linee che si sovrappongono alle scritte */
}

/* 6. OTTIMIZZAZIONE PER CELLULARE */
@media (max-width: 768px) {
    h1 { font-size: 34px !important; }
    footer h2, footer .elementor-heading-title { font-size: 20px !important; }
    .elementor-heading-title { font-size: 24px !important; }
}

/* 7. SPOSTAMENTO LINGUETTA IUBENDA A DESTRA */
#iubenda-cs-banner .iubenda-cs-preferences-link {
    left: auto !important;
    right: 0 !important;
    margin-left: 0 !important;
}
/* SCRITTE ACADEMY - bevisible, Academy, Experience */
.elementor-element-c1c1e53 .elementor-heading-title,
.elementor-element-286c920 .elementor-heading-title,
.elementor-element-0897bb9 .elementor-heading-title,
.elementor-element-a714a34 .elementor-heading-title,
.elementor-element-059cfb8 .elementor-heading-title,
.elementor-element-776b88c .elementor-heading-title {
    font-size: 110px !important;
}