footer {
    background-color: #37462D !important;
    color: #ECE2D1 !important;
}

footer a {
    color: #ECE2D1 !important;
}

footer a:hover {
    color: #ECE2D1!important;
}
/* ===============================
   GLOBÁLIS H1 / H2 ÁTALAKÍTÁS
   Shoprenter – Milano sablon
   =============================== */

/* H1 – főoldali / kategória / oldal / termék */
h1,
.page-title,
.product-name,
.category-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0.63em;
    margin-top: 20px;
	margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    word-break: break-word;
}

/* H2 – alárendelt címek */
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.3em;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.3;
    word-break: break-word;
}

/* ===============================
   TERMÉKOLDAL FINOMHANGOLÁS
   (hosszabb címek miatt)
   =============================== */

body.product-page h1 {
    font-size: 42px;
    letter-spacing: 0.63em;
}


/* ===============================
   KATEGÓRIA OLDAL
   =============================== */

body.category-page h1 {
    font-size: 42px;
    letter-spacing: 0.63em;
}

/* ===============================
   TARTALMI OLDALAK
   =============================== */

body.page-page h1 {
    font-size: 38px;
    letter-spacing: 0.4em;
}

/* ===============================
   MOBIL OPTIMALIZÁLÁS
   =============================== */

@media (max-width: 768px) {

    h1,
    .page-title,
    .product-name,
    .category-title {
        font-size: 26px;
        letter-spacing: 0.2em;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    h2 {
        font-size: 22px;
        letter-spacing: 0.15em;
    }

    body.product-page h1,
    body.product-page .product-name {
        font-size: 24px;
        letter-spacing: 0.15em;
    }
}

/* Cím */
#agePopupBox h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #37462d;
}

/* Szöveg */
#agePopupBox p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #444;
}

/* Gomb */
#agePopupBox button {
    padding: 12px 26px;
    border: none;
    background: #37462d;
    color: #bdb19a;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: 0.25s ease;
}

/* Hover effekt */
#agePopupBox button:hover {
    background: #2c3a24;
}