/*variables*/
:root {
    --template-font: Montserrat, sans-serif;
    --template-headings-font: Montserrat, sans-serif;
    --muted-color: #8D8D8D;
    --border-color: #E5E5E5;
}
body {
    font-size: 16px;
}
/*containers header*/
@media (min-width: 1600px) {
.container.navigation-wrapper {
    width: 1578px;
}}
@media (min-width: 1700px) {
.container.navigation-wrapper {
    width: 1678px;
}}
@media (min-width: 1800px) {
.container.navigation-wrapper {
    width: 1778px;
}}
@media (min-width: 1862px) {
.container.navigation-wrapper {
    width: 1840px;
}}

/*header*/
@media (min-width: 480px) {
#header .site-name a img {
    max-height: 40px;
}}
/*navigation*/
.navigation-in ul li a b {
    font-weight: 600;
}
.navigation-in {
    font-size: 14px;
    line-height: 14px;
}
.navigation-in ul li a {
    text-transform: uppercase;
}
@media (min-width: 992px) {
.navigation-in ul.menu-level-2 {
    width: 260px;
}
.navigation-in ul.menu-level-2 li a {
    font-size: 12px;
}
.navigation-in ul.menu-level-2 li {
    margin: 10px;
    background-color: var(--color-primary-hover);
    font-weight: 500;
}
.navigation-in ul.menu-level-2 li:hover {
    background-color: #fff;
}
.navigation-in ul.menu-level-2 li:hover a {
    color: #000;
}}
.menu-helper, .menu-helper>span {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.menu-helper {
    font-weight: 600;
}
.navigation-buttons a[data-target=cart], .top-nav-button-login, a.top-nav-button-account {
    display: none;
}
/*banners main*/
@media (min-width: 992px) {
.next-to-carousel-banners {
    margin-top: 0;
}
.next-to-carousel-banners .banner-wrapper {
    margin: 0;
}
.next-to-carousel-banners .extended-banner-texts {
    max-width: 1418px;
    margin: 0 auto;
}}
.next-to-carousel-banners {
    max-width: 100%;
}
@media (min-width: 768px) {
.banner-category a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .banners-content a:hover img, .footer-banner a:hover img {
    transform: scale(1.00);
}}
.next-to-carousel-banners {
    display: block;
}
.extended-banner-texts > * {
    box-shadow: none;
    border: none;
    background: none;
    inset: unset;
    position: relative;
    padding: 0;
}
.extended-banner-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.extended-banner-title {
    font-size: 6.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.extended-banner-text {
    max-width: 600px;
}
.extended-banner-link {
    height: 36px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 20px;
}

.extended-banner-texts.align-left {
    align-items: flex-start;
    text-align: left;
}
.extended-banner-texts.align-center {
    align-items: center;
    text-align: center;
}
.extended-banner-texts.align-right {
    align-items: flex-end;
    text-align: right;
}
span.extended-banner-texts.color-light > *:not(.extended-banner-link) {
    color: #fff;
}
span.extended-banner-texts.color-dark > *:not(.extended-banner-link) {
    color: #000;
}
span.extended-banner-texts.color-dark .extended-banner-link {
    background-color: var(--color-primary);
    color: #fff;
}
@media (max-width: 992px) {
.next-to-carousel-banners .banner-wrapper {
    margin: 0 !important;
}
.next-to-carousel-banners {
    padding: 0;
}}
@media (max-width: 768px) {
.next-to-carousel-banners img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.extended-banner-title {
    font-size: 3.2rem;
}}
@media (max-width: 480px) {
.next-to-carousel-banners img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.extended-banner-title {
    font-size: 2.8rem;
}
.extended-banner-text {
    font-size: 1.4rem;
}}

#footer .footer-newsletter {
    flex-flow: column;
    border: 0;
}
#footer .footer-newsletter h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
}
.container.footer-newsletter {
    position: relative;
    z-index: 1;
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}
.container.footer-newsletter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url("/user/documents/upload/imex-newsletter.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
#footer {
    border: 0;
    margin-top: 0;
    padding-bottom: 0;
}
#footer .footer-newsletter p {
    display: none;
}
form#formNewsletter {
    max-width: 500px;
    margin: 0 auto;
}
#footer .footer-newsletter form .form-group {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: -10px;
}
#footer .footer-newsletter form .form-group a {
    color: #fff;
    text-decoration: underline;
}
#footer .footer-newsletter form .btn {
    margin: 10px;
    height: 29px;
    background-color: var(--color-primary);
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    border: 0;
}
:where(.ums_forms_redesign--off) .compact-form .form-control {
    font-size: 1.4rem;
}
#footer .footer-newsletter form input.form-control {
    border: 0;
    border-radius: 0;
    padding-left: 40px;
    background: url(/user/documents/upload/mail-imex.svg) no-repeat;
    background-position: 12px center;
    background-color: #fff;
}
#footer {
    background-color: var(--color-primary);
}
#footer h3.pageElement__heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
#footer .contact-box, #footer .contact-box a {
    color: #fff;
    font-size: 1.4rem;
}
.custom-footer__contact {
    padding: 19px;
    background: url(/user/documents/upload/imex-logo.png) no-repeat;
    background-color: var(--color-tertiary);
    background-size: 60px;
    background-position: calc(100% - 20px) calc(100% - 20px);
}
.custom-footer__articles ul li a, .custom-footer__banner5 ul li a, .custom-footer__banner6 ul li a {
    color: var(--muted-color);
    font-size: 14px;
    font-weight: 500;
}
#footer ul li:before {
    display: none;
}
#footer ul {
    padding-left: 0;
}
.id-1 .index-content-wrapper {
    display: none;
}
.footer-bottom span, .footer-bottom a, #signature a {
    color: var(--muted-color);
    font-size: 1.4rem;
    font-weight: 500;
}
.container.footer-bottom {
    border: 0;
    position: relative;
    z-index: 1;
}
.footer-bottom span {
    margin-bottom: 0;
}
#footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: var(--color-tertiary);
    background-size: cover;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
#footer .subscribe-form .sr-only {
    margin: 0;
}
@media (max-width: 767px) {
#footer .banner {
    min-height: unset;
    margin-bottom: 0;
}
.custom-footer__banner6 h3.pageElement__heading {
    display: none;
}
.custom-footer__contact {
    margin-bottom: 44px;
    margin-left: 20px;
    margin-right: 20px;
}}
@media (min-width: 767px) {
.custom-footer>div:not(.custom-footer__contact) {
    padding-top: 19px;
}}
.navigation-buttons a[data-target=search], .navigation-buttons {
    border: 0;
}
/*category*/
.subcategories {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}
.subcategories.with-image li a .text {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.subcategories li {
    width: 100%;
    border: solid 1px var(--border-color);
}
@media (max-width: 1200px) {
.subcategories {
    grid-template-columns: repeat(5, 1fr);
}}
@media (max-width: 768px) {
.subcategories {
    grid-template-columns: repeat(3, 1fr);
}}
@media (max-width: 480px) {
.subcategories {
    grid-template-columns: repeat(2, 1fr);
}}
@media (max-width: 300px) {
.subcategories {
    grid-template-columns: repeat(1, 1fr);
}}
.h1, h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 767px) {
.h1, h1 {
    font-size: 24px;
}}
div#category-header {
    display: none;
}

/*filter custom*/
.anq-original-filters-hidden {
    display: none !important;
}

.anq-filter-wrapper {
    margin-bottom: 24px;
}

.anq-filter-wrapper .filter-heading {
    display: block;
    margin-bottom: 8px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.anq-filter__toggle {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    border: 0;
    background: #fff;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    text-align: left;
}

.anq-filter__arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(45deg);
    transition: transform .2s ease;
    flex: 0 0 auto;
}

.anq-filter__item.is-open .anq-filter__arrow {
    transform: rotate(225deg);
}

.anq-filter__dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 30;
    width: 100%;
    padding: 12px 12px 14px;
    background: #fff;
    color: #111;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.anq-filter__item.is-open .anq-filter__dropdown {
    display: block;
}

.anq-filter__option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    border: 0;
    background: transparent;
    color: var(--color-primary);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.anq-filter__checkbox {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border: 2px solid var(--border-color);
    background: #fff;
    position: relative;
}

.anq-filter__option.is-active .anq-filter__checkbox {
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.anq-filter__option.is-active .anq-filter__checkbox::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}

.anq-filter__name {
    flex: 1 1 auto;
}

.anq-filter__count {
    min-width: 32px;
    padding: 4px 7px;
    background: #eee;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.filters-unveil-button-wrapper {
    display: none;
}
.anq-filter-items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    background: #1b1b1b;
}

.anq-filter__item {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.anq-filter__toggle {
    width: 100%;
}

/* do 1440px */
@media (max-width: 1440px) {
    .anq-filter-items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* do 1200px */
@media (max-width: 1200px) {
    .anq-filter-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* do 992px */
@media (max-width: 992px) {
    .anq-filter-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* do 768px */
@media (max-width: 768px) {
    .anq-filter-items {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .anq-filter__item {
        width: 100%;
    }

    .anq-filter__dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #eee;
    }
}

/* do 480px */
@media (max-width: 480px) {
    .anq-filter-wrapper {
        margin-bottom: 18px;
    }

    .anq-filter-items {
        padding: 10px;
        gap: 8px;
    }

    .anq-filter__toggle {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }

    .anq-filter__dropdown {
        padding: 10px 12px 12px;
    }

    .anq-filter__option {
        font-size: 15px;
        gap: 10px;
    }

    .anq-filter__checkbox {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .anq-filter__count {
        min-width: 30px;
        font-size: 12px;
    }
}

.products-block>div .p .name {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.products-block>div .p .p-bottom>div .p-tools {
    padding: 0;
}
.btn.loadMore__button {
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 500;
}
@media (min-width: 768px) {
.products-block>div .p .name {
    height: 40px;
}}
.products-block>div .p .p-in {
    padding-bottom: 10px;
}
@media (min-width: 321px) and (max-width: 479px) {
.columns-mobile-2 .products-block>div .p .name {
    min-height: 50px;
}}
@media (max-width: 480px) {
.products-block>div .p .name {
    font-size: 12px;
}}
.type-detail .content-wrapper {
    padding-bottom: 44px;
}
#footer .footer-newsletter form .js-validator-msg {
    text-align: center;
    font-weight: 600;
}
.languagesMenu__header {
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px;
}
@media (min-width: 768px) {
.products-block>div .p .name::after {
    content: "\e90e";
    font-family: 'shoptet';
    font-weight: 100;
    transform: rotate(270deg);
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #1E1E1E;
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    align-items: center;
    justify-content: center;
}
.products-block>div .p .name {
    padding-right: 50px;
}}
.languagesMenu .languagesMenu__list__link:hover {
    background-color: var(--colors-foregrounds-content-primary-dark);
    color: #fff;
}
ul.navigationActions li a[data-testid="signin"] {
    display: none;
}
form#formSearchForm button::before {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
}
.p-basic-info-block .block:first-of-type {
    display: none;
}
.p-param-block .social-buttons-wrapper {
    min-width: 120px;
}
.entrance-protection-inner img {
    filter: invert(1);
}