@media (min-width: 992px) {
    .header-middle {
        padding: 0px;
        background-color: #3c3c3c;
    }
}

.header-logo-img {
    max-height: 177px;
    height: auto;
    max-width: 330px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .header-logo-img {
        max-width: 160px !important;
        max-height: 147px !important;
        height: auto;
        padding-top: 36px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .banner-container {
        padding: 0;
        margin-top: 80px;
    }
}

.header-logo {
    display: flex;
    flex-grow: 1;
    font-family: var(--secondary-font-family);
    font-size: clamp(.875rem, calc(.088rem + 2.8vw), 2.1875rem);
    font-weight: 900;
    margin-bottom: -23px;
    margin-top: -30px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: 72px;
}

@media (min-width: 992px) {
    .headroom--not-top .header-logo-img {
        max-height: 107px;
        margin-top: 20px;
    }
}

.dropdown, .dropright, .headermenu-list__item {
    position: relative;
    align-items: center;
}

h1, h2:not(.product-parameter__featured-title), h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Poppins';
}

.advantages-item__title {
    font-family: var(--secondary-font-family);
    margin-bottom: 10px;
    font-size: clamp(1.125rem, calc(.8625rem + .9333333333333335vw), 1.3rem);
}

.advantages-item__title {
    font-family: 'Poppins';
    margin-bottom: 10px;
    font-size: clamp(1.125rem, calc(.8625rem + .9333333333333335vw), 1.3rem);
}


.mosaic-item__title {
    font-family: 'Poppins';
    font-size: clamp(.9375rem, calc(.75rem + .667vw), 1.25rem);
    margin: 2rem clamp(.94rem, calc(.568rem + 1.323vw), 1.56rem);
    word-break: break-word;
    font-weight: lighter;
}

.product-card {
    border: 1px solid var(--border-color-on-body);
    border-radius: var(--corner_10);
    padding: 20px 20px 30px 20px;
    background-color: #3c3c3c;
    line-height: 1.125rem;
}


.btn-quickview.btn, .product-card__details .btn {
    border-color: #141414;
    color: #ffffff;
    background-color: #87222a;
}

.card__body {
    flex: 1 1 auto;
    min-height: 1px;
    background-color: white;
    padding: 5px;
    text-align: center;
}

.szlogen {
    color: #787878;
    font-family: 'Poppins';
}

.module-newsletter_subscribe-wrapper .home-position {
    color: var(--text-on-primary);
    border-radius: var(--corner_50);
    background: #1c1c1c;
    padding: clamp(30px, calc(-.75rem + 9.333vw), 100px) calc(2* var(--gutter));
    width: calc(100% - 2* var(--gutter));
}

.footer-middle {
    background-color: #1c1c1c;
    color: var(--text-on-primary);
    border-radius: 0;
    padding: 50px;
    margin-left: calc(-1* var(--gutter));
    margin-right: calc(-1* var(--gutter));
}
.footer-row .module-head-title {
    font-family: 'Poppins';
    font-size: 1.125rem;
    margin-bottom: calc(var(--spacer)* 3);
}