.module-categoryoffer-wrapper h4{
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
}

.btn.btn-primary.button-add-to-cart{
    background: #2e8820 !important;
    border-color: #2e8820 !important;
}

body.landing-page .information-page .page-head-title {
    display: none;
    font-family: 'Roboto', sans-serif;
}

.chocolate{
    height: 30%;
    width: 100%;
    margin: 0;
    background-image: url("https://pearlnailshop.ro/custom/pearlnailshopro/image/data/easter1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: repeat-y;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Roboto Regular 400 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap') format('woff2');
}

/* Roboto Bold 700 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap') format('woff2');
}

/* Poppins Medium 500 */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap2') format('woff2');
}

/* Poppins Bold 700 */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap') format('woff2');
}

body, p, li, a, input, textarea, select, button {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, strong, nav a, .product-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

h2, h3 {
    font-weight: 500;
}

/* =========================================================
   LOGÓ: +20% MÉRET (TRANSFORM, NEM NÖVELI A FEJLÉC MAGASSÁGÁT)
   ========================================================= */

#logo img,
.logo img,
.header-logo img,
.site-logo img,
.navbar-brand img,
.brand img,
img[src*="logo"],
img[src*="Logo"],
img[src*="LOGO"],
img[alt*="logo"],
img[alt*="Logo"],
img[alt*="LOGO"],
img[alt*="logó"],
img[alt*="Logó"],
img[alt*="LOGÓ"]{
    /*transform: scale(1.2) !important;*/
    transform-origin: center center !important;
    display: block !important;
    margin: 0 auto !important;
}