﻿@font-face {
    font-family: "Proxima Nova";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff2") format("woff2"), url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff") format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff2") format("woff2"), url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff") format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff2") format("woff2"), url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff") format("woff");
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    border-collapse: collapse;
    display: table;
    font-family: Arial, "Nimbus Sans L", sans-serif;
    font-size: 14px;
    table-layout: fixed;
}

.nav-header,
[role=main],
.nav-footer {
    width: 100%;
}

[role=main] {
    height: 100%;
}

    [role=main] .nav-bounds {
        box-sizing: border-box;
    }

        [role=main] .nav-bounds[class*=ch-box-] {
            border: none;
            background-color: transparent;
        }

.nav-bounds {
    display: block;
    padding: 0 10px;
    margin: 0 auto;
}

.nav-header {
    font-family: Arial, "Nimbus Sans L";
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: default;
}

    .nav-header .nav-bounds {
        position: relative;
        padding: 64px 0 0;
    }

    .nav-header,
    .nav-header *,
    .nav-header *:before,
    .nav-header *:after {
        box-sizing: border-box;
    }

        .nav-header.nav-header-sticky {
            position: fixed;
            z-index: 900;
        }

            .nav-header.nav-header-sticky + main > .nav-bounds,
            .nav-header.nav-header-sticky + main > .nav-main-content,
            .nav-header.nav-header-sticky ~ main > .nav-bounds,
            .nav-header.nav-header-sticky ~ main > .nav-main-content {
                padding-top: 64px;
            }

.nav-header {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    height: 64px;
    line-height: 64px;
    position: absolute;
}

.nav-header--fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.nav-header.nav-header--fixed ~ main > .nav-bounds,
.nav-header.nav-header--fixed ~ main > .nav-main-content {
    padding-top: 64px;
}

.nav-header__bounds {
    height: 64px;
    padding: 0 16px;
    position: relative;
}

.nav-header__title {
    display: inline-block;
    height: 48px;
    line-height: 1;
    margin: 8px 32px 8px 0;
    max-width: 120px;
    overflow: hidden;
    top: 0;
}

.nav-header__title-hidden {
    max-width: 1px;
    max-height: 1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
}

.nav-header__logo {
    display: block;
    line-height: 48px;
    overflow: hidden;
    text-align: left;
    text-decoration: none !important;
    text-transform: uppercase;
}

.nav-header__separator {
    display: none;
}

.nav-header__image {
    height: auto;
    max-height: 48px;
    max-width: 90px;
    vertical-align: middle;
    width: auto;
}

    .nav-header__image:before {
        content: "";
        display: block;
        height: 64px;
        width: 128px;
    }

.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-list--horizontal {
    position: absolute;
    transition: opacity 0.2s ease-out;
}

.nav-footer {
    display: block;
    box-sizing: border-box;
}

    .nav-footer *,
    .nav-footer *:before,
    .nav-footer *:after {
        box-sizing: border-box;
    }

@media screen and (min-width: 768px) {
    html,
    body {
        font-size: 13px;
    }

    .nav-bounds {
        max-width: 1220px;
    }

    .nav-header__banner {
        display: block;
        line-height: 0;
        width: 100%;
    }

    .nav-header.nav-header--fixed + .nav-header__banner + main > .nav-bounds,
    .nav-header.nav-header--fixed + .nav-header__banner + main > .nav-main-content,
    .nav-header.nav-header--fixed + .nav-header__banner ~ main > .nav-bounds,
    .nav-header.nav-header--fixed + .nav-header__banner ~ main > .nav-main-content {
        padding-top: 0;
    }

    .nav-header__banner-image {
        background-size: 100% auto;
        height: 200px;
        width: 100%;
    }

    .nav-header__bounds {
        margin: 0 auto;
        max-width: 1200px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .nav-header__title {
        height: 64px;
        line-height: 56px;
        margin: 16px 32px 16px 0;
        max-width: 120px;
        vertical-align: top;
    }

    .nav-header__logo {
        line-height: 64px;
    }

    .nav-header__separator {
        border: 0.5px solid #e2e2e2;
        display: inline-block;
        height: 48px;
        left: -4px;
        margin: 24px 0;
        position: relative;
        width: 0;
    }

    .nav-header__image {
        height: auto;
        max-height: 64px;
        max-width: 120px;
        width: auto;
    }

    .nav-header__nav-link {
        margin: 0;
    }

        .nav-header__nav-link:before {
            border: 0.5px solid #e2e2e2;
            content: "";
            display: inline-block;
            height: 16px;
            margin: 0 12px;
            position: relative;
            top: -3px;
        }

        .nav-header__nav-link:first-child:before {
            display: none;
        }

    .nav-header__switcher-open {
        display: none;
    }

    .side-drawer {
        display: none;
    }

    .nav-header__bar-switch:checked + .search-form {
        width: auto;
    }

        .nav-header__bar-switch:checked + .search-form + .nav-list--horizontal {
            opacity: 0;
            transition: opacity 0.2s ease-in;
        }

    .nav-header__nav-icons {
        float: none;
        position: absolute;
        right: 20px;
    }

    .nav-header__bar-switch:checked ~ .nav-header__nav-icons > .nav-header__nav-link:first-child {
        display: none;
    }

    .nav-header__nav-icons > .nav-header__nav-link:nth-child(2) {
        display: inline-block;
    }

    .nav-header__bar-switch:checked ~ .nav-header__nav-icons > .nav-header__nav-link:nth-child(2):before {
        display: none;
    }

    .nav-cart {
        margin: 0;
    }

        .nav-cart:before {
            border: 0.5px solid #e2e2e2;
            content: "";
            display: inline-block;
            height: 16px;
            margin: 0 12px;
            position: relative;
            top: -3px;
        }

        .nav-cart .nav-icon-cart {
            margin-left: 0;
        }

        .nav-cart :before {
            font-size: 18px;
        }

        .nav-cart .nav-icon-cart-quantity {
            display: inline-block;
            right: -6px;
            top: 34px;
        }

        .nav-cart.nav-cart-full .nav-icon-cart:before {
            font-size: 18px;
            position: relative;
            top: -3px;
        }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .search-form__input {
        top: 8px;
    }

    .search-form__search-icon:before {
        top: 0;
    }

    .search-form__close-icon:before {
        top: -14px;
    }

    .search-form__spinner:before {
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .nav-footer-contact {
        margin: 64px auto 0;
        width: 100%;
    }

    .nav-footer-contact-col {
        text-align: left;
    }

        .nav-footer-contact-col ul:not(.nav-footer-social-links) {
            line-height: 1.71;
        }

    .nav-footer-social-links-container {
        margin: 0;
    }

    .nav-footer-contact {
        font-size: 0;
        line-height: 0;
    }

    .nav-bounds--contact {
        box-sizing: border-box;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
    }

    .nav-footer-primaryinfo {
        margin: auto;
        width: 100%;
    }

    .nav-footer-copyright {
        display: flex;
        flex-direction: column;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .nav-footer-afip-img {
        height: 48px;
        margin: 12px 0;
    }

    .nav-footer .nav-bounds {
        height: 100%;
        max-width: 1200px;
        padding: 0 10px;
    }

    .nav-bounds--copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .nav-footer {
        border: 0;
        height: 72px;
        margin: auto;
        width: 100%;
        text-align: left;
    }

    .nav-footer-fiscal-data {
        align-self: start;
        display: flex;
        flex-direction: row;
        margin: 0;
    }

        .nav-footer-fiscal-data p {
            margin: 0 4px 0 0 !important;
        }

    .nav-footer-fiscal-data__name:after {
        content: " - ";
    }

    .nav-footer-disclaimer {
        align-items: center;
        display: flex;
        flex-direction: initial;
        justify-content: space-between;
        width: 100%;
    }

        .nav-footer-disclaimer p:only-child {
            margin: 0;
        }
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.nav-cookie-disclaimer__text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.nav-cookie-disclaimer {
    background: #333;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    left: 0;
    padding: 18px;
    position: fixed;
    width: 100%;
    width: fill-available;
    z-index: 120;
}

.nav-cookie-disclaimer__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 32px;
}

.nav-cookie-disclaimer__link {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.nav-cookie-disclaimer__button {
    background-color: #3483fa;
    border-radius: 6px;
    border: 1px solid #3483fa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    padding: 6px 12px;
    text-transform: none;
    width: 100%;
}

    .nav-cookie-disclaimer__button:focus {
        box-shadow: 0 0 0 0.1875em rgba(30, 109, 255, 0.4);
        outline: 0;
        transition: box-shadow 0.25s ease-in;
    }

    .nav-cookie-disclaimer__button:hover {
        background-color: #1e6dff;
        border-color: transparent;
        color: #fff;
        transition: background-color 0.2s ease-in;
    }

    .nav-cookie-disclaimer__button:active {
        background-color: #105cf4;
        border-color: transparent;
        color: #fff;
    }

body {
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    margin: 0;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    user-select: none;
}

.cart-badge {
    display: none;
}

.show-cart-badge-icon {
    display: initial;
}

.header-wrapper--fixed {
    position: fixed;
    z-index: 1000;
}

    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content,
    .header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--fixed + main > .home {
        padding-top: 64px;
    }

        .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .home.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .home.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

    .header-wrapper--fixed + main > .ui-search,
    .header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 64px;
    }

        .header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

        .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
            z-index: 900;
        }

.header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
.header-wrapper--with-flash.header-wrapper--fixed + main > .home {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
    z-index: 900;
}

.header--editable {
    height: 64px;
    position: fixed;
    top: 0;
    width: 100%;
}

    .header--editable.header--editable--with-flash {
        height: 94px;
    }

.grecaptcha-badge {
    visibility: hidden;
}

.header--custom-text.header--link-disabled {
    pointer-events: none;
}

    .header--custom-text.header--link-disabled .header--link-disabled {
        pointer-events: none;
    }

.header-wrapper--dynamic {
    user-select: none;
    width: 100%;
    position: fixed !important;
    z-index: 1000;
}

    .header-wrapper--dynamic .flash-component__link-wrapper {
        text-decoration: none;
    }

        .header-wrapper--dynamic .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a, .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:focus, .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:focus,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:link,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:link,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:hover,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:hover,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:visited,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .header-wrapper--dynamic .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .header-wrapper--dynamic .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .header-wrapper--dynamic .flash-component {
        display: flex;
        gap: 8px;
        justify-content: center;
    }

        .header-wrapper--dynamic .flash-component a, .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .header-wrapper--dynamic .flash-component a:focus, .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:focus,
            .header-wrapper--dynamic .flash-component a:link,
            .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:link,
            .header-wrapper--dynamic .flash-component a:hover,
            .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:hover,
            .header-wrapper--dynamic .flash-component a:visited,
            .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .header-wrapper--dynamic .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu {
        box-sizing: border-box;
        display: block;
        height: 100vh;
        left: -95vw;
        max-width: 350px;
        min-width: 320px;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        width: 100%;
        z-index: 2;
    }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .responsive-menu-list {
            margin: 0;
            overflow-y: scroll;
            padding: 0;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .responsive-menu-list::-webkit-scrollbar {
                display: none;
            }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item {
            align-items: center;
            display: flex;
            justify-content: space-between;
            height: 52px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a,
            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item span {
                margin-right: 16px;
                text-decoration: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a:hover {
                    opacity: 0.7;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem-container,
        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attr-container {
            display: none;
        }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin: 16px 0 16px 16px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a {
                margin-right: 16px;
                text-decoration: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a:hover {
                    opacity: 0.7;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin: 16px 0 16px 32px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a {
                color: var(--headerTextColorByBackground);
                opacity: 0.5;
                text-decoration: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a:hover {
                    opacity: 0.3;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form {
            border-bottom: solid 1px var(--headerTextColorByBackground) !important;
            display: flex;
            justify-content: space-between;
            padding-bottom: 5px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button,
            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input {
                background-color: transparent;
                border: none;
                color: var(--headerTextColorByBackground);
                font-size: 16px;
                padding-right: 16px;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button svg,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input svg,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button svg path,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input svg path {
                    fill: var(--headerTextColorByBackground);
                }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button:focus {
                    outline: 0;
                }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text] {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: var(--headerTextColorByBackground) !important;
                    padding: 0;
                    position: relative;
                    width: 100%;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text]:focus {
                        border: none;
                        outline: 0;
                        padding: 0;
                    }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text]::placeholder {
                        font-family: var(--secondaryFontVar);
                        margin: 0;
                        line-height: 140%;
                        letter-spacing: normal;
                        font-size: 14px;
                        font-weight: 400;
                        color: var(--headerTextColorByBackground) !important;
                    }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-purchases-access {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 700;
            align-items: center;
            border-bottom: 1px solid var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
            color: var(--headerTextColorByBackground) !important;
            display: flex;
            gap: 8px;
            padding: 32px 0 16px 0;
            text-decoration: none;
            width: 100%;
        }

    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds {
        display: flex;
        height: 100%;
        justify-content: space-between;
        position: relative;
    }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list {
            display: flex;
            padding: 0;
            width: 100%;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item {
                display: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item.nav-dynamic__hamburger-button {
                    align-items: center;
                    display: flex;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title {
            align-items: center;
            bottom: 0;
            display: flex;
            justify-content: center;
            margin: auto;
            left: 0;
            max-width: 254px !important;
            position: absolute;
            right: 0;
            top: 0;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title .nav-dynamic-header__shop-name {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 700;
                background-color: transparent !important;
                color: var(--headerTextColorByBackground) !important;
                display: flex;
                justify-content: center;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
                white-space: nowrap;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title .nav-dynamic-header__shop-name .header--custom-title {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 18px;
                    font-weight: 700;
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__logo {
            align-items: center;
            display: flex;
            justify-content: center;
            position: relative;
        }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group {
            align-items: center;
            display: flex;
            height: 100%;
        }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .cart-button {
            display: flex;
        }

#mobile-categories-menu-switch {
    display: none;
}

#hamburguer-menu {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
}

    #hamburguer-menu span {
        background-color: var(--headerTextColorByBackground);
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        top: -2px;
        transition: transform 0.2s ease;
        width: 100%;
    }

        #hamburguer-menu span:nth-child(1) {
            transform: translate3d(0px, 6px, 0);
        }

        #hamburguer-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0);
        }

        #hamburguer-menu span:nth-child(3) {
            transform: translate3d(0px, 20px, 0);
        }

input[data-js=categories-toggle],
input[data-js=attributes-toggle] {
    display: none;
}

    input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(1),
    input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(1) {
        transform: translate3d(0px, 13px, 0);
    }

    input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(2),
    input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(2) {
        transform: translate3d(0px, 13px, 0);
    }

.toggle-menu {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 16px;
}

    .toggle-menu span {
        background-color: var(--headerTextColorByBackground);
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: transform 0.2s ease;
        width: 100%;
    }

        .toggle-menu span:nth-child(1) {
            transform: translate3d(0px, 13px, 0) rotate(0deg);
        }

        .toggle-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0) rotate(90deg);
        }

.header--custom-svg path,
.header--custom-svg rect,
.header--custom-svg text {
    fill: var(--headerTextColorByBackground) !important;
    color: var(--headerTextColorByBackground);
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.nav-cookie-disclaimer__text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.nav-cookie-disclaimer {
    background: #333;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    left: 0;
    padding: 18px;
    position: fixed;
    width: 100%;
    width: fill-available;
    z-index: 120;
}

.nav-cookie-disclaimer__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 32px;
}

.nav-cookie-disclaimer__link {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.nav-cookie-disclaimer__button {
    background-color: #3483fa;
    border-radius: 6px;
    border: 1px solid #3483fa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    padding: 6px 12px;
    text-transform: none;
    width: 100%;
}

    .nav-cookie-disclaimer__button:focus {
        box-shadow: 0 0 0 0.1875em rgba(30, 109, 255, 0.4);
        outline: 0;
        transition: box-shadow 0.25s ease-in;
    }

    .nav-cookie-disclaimer__button:hover {
        background-color: #1e6dff;
        border-color: transparent;
        color: #fff;
        transition: background-color 0.2s ease-in;
    }

    .nav-cookie-disclaimer__button:active {
        background-color: #105cf4;
        border-color: transparent;
        color: #fff;
    }

body {
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    margin: 0;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    user-select: none;
}

.cart-badge {
    display: none;
}

.show-cart-badge-icon {
    display: initial;
}

.header-wrapper--fixed {
    position: fixed;
    z-index: 1000;
}

    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content,
    .header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--fixed + main > .home {
        padding-top: 64px;
    }

        .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .home.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .home.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

    .header-wrapper--fixed + main > .ui-search,
    .header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 64px;
    }

        .header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

        .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
            z-index: 900;
        }

.header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
.header-wrapper--with-flash.header-wrapper--fixed + main > .home {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
    z-index: 900;
}

.header--editable {
    height: 64px;
    position: fixed;
    top: 0;
    width: 100%;
}

    .header--editable.header--editable--with-flash {
        height: 94px;
    }

.grecaptcha-badge {
    visibility: hidden;
}

.header--custom-text.header--link-disabled {
    pointer-events: none;
}

    .header--custom-text.header--link-disabled .header--link-disabled {
        pointer-events: none;
    }

.header-wrapper--dynamic {
    user-select: none;
    width: 100%;
    position: fixed !important;
    z-index: 1000;
}

    .header-wrapper--dynamic .flash-component__link-wrapper {
        text-decoration: none;
    }

        .header-wrapper--dynamic .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a, .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:focus, .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:focus,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:link,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:link,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:hover,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:hover,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:visited,
                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .header-wrapper--dynamic .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .header-wrapper--dynamic .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .header-wrapper--dynamic .flash-component {
        display: flex;
        gap: 8px;
        justify-content: center;
    }

        .header-wrapper--dynamic .flash-component a, .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .header-wrapper--dynamic .flash-component a:focus, .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:focus,
            .header-wrapper--dynamic .flash-component a:link,
            .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:link,
            .header-wrapper--dynamic .flash-component a:hover,
            .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:hover,
            .header-wrapper--dynamic .flash-component a:visited,
            .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .header-wrapper--dynamic .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu {
        box-sizing: border-box;
        display: block;
        height: 100vh;
        left: -95vw;
        max-width: 350px;
        min-width: 320px;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        width: 100%;
        z-index: 2;
    }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .responsive-menu-list {
            margin: 0;
            overflow-y: scroll;
            padding: 0;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .responsive-menu-list::-webkit-scrollbar {
                display: none;
            }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item {
            align-items: center;
            display: flex;
            justify-content: space-between;
            height: 52px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a,
            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item span {
                margin-right: 16px;
                text-decoration: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a:hover {
                    opacity: 0.7;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem-container,
        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attr-container {
            display: none;
        }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin: 16px 0 16px 16px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a {
                margin-right: 16px;
                text-decoration: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a:hover {
                    opacity: 0.7;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin: 16px 0 16px 32px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a {
                color: var(--headerTextColorByBackground);
                opacity: 0.5;
                text-decoration: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a:hover {
                    opacity: 0.3;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form {
            border-bottom: solid 1px var(--headerTextColorByBackground) !important;
            display: flex;
            justify-content: space-between;
            padding-bottom: 5px;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button,
            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input {
                background-color: transparent;
                border: none;
                color: var(--headerTextColorByBackground);
                font-size: 16px;
                padding-right: 16px;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button svg,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input svg,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button svg path,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input svg path {
                    fill: var(--headerTextColorByBackground);
                }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button:focus {
                    outline: 0;
                }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text] {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: var(--headerTextColorByBackground) !important;
                    padding: 0;
                    position: relative;
                    width: 100%;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text]:focus {
                        border: none;
                        outline: 0;
                        padding: 0;
                    }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text]::placeholder {
                        font-family: var(--secondaryFontVar);
                        margin: 0;
                        line-height: 140%;
                        letter-spacing: normal;
                        font-size: 14px;
                        font-weight: 400;
                        color: var(--headerTextColorByBackground) !important;
                    }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-purchases-access {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 700;
            align-items: center;
            border-bottom: 1px solid var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
            color: var(--headerTextColorByBackground) !important;
            display: flex;
            gap: 8px;
            padding: 32px 0 16px 0;
            text-decoration: none;
            width: 100%;
        }

    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds {
        display: flex;
        height: 100%;
        justify-content: space-between;
        position: relative;
    }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list {
            display: flex;
            padding: 0;
            width: 100%;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item {
                display: none;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item.nav-dynamic__hamburger-button {
                    align-items: center;
                    display: flex;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title {
            align-items: center;
            bottom: 0;
            display: flex;
            justify-content: center;
            margin: auto;
            left: 0;
            max-width: 254px !important;
            position: absolute;
            right: 0;
            top: 0;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title .nav-dynamic-header__shop-name {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 700;
                background-color: transparent !important;
                color: var(--headerTextColorByBackground) !important;
                display: flex;
                justify-content: center;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
                white-space: nowrap;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title .nav-dynamic-header__shop-name .header--custom-title {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 18px;
                    font-weight: 700;
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__logo {
            align-items: center;
            display: flex;
            justify-content: center;
            position: relative;
        }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group {
            align-items: center;
            display: flex;
            height: 100%;
        }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .cart-button {
            display: flex;
        }

#mobile-categories-menu-switch {
    display: none;
}

#hamburguer-menu {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
}

    #hamburguer-menu span {
        background-color: var(--headerTextColorByBackground);
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        top: -2px;
        transition: transform 0.2s ease;
        width: 100%;
    }

        #hamburguer-menu span:nth-child(1) {
            transform: translate3d(0px, 6px, 0);
        }

        #hamburguer-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0);
        }

        #hamburguer-menu span:nth-child(3) {
            transform: translate3d(0px, 20px, 0);
        }

input[data-js=categories-toggle],
input[data-js=attributes-toggle] {
    display: none;
}

    input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(1),
    input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(1) {
        transform: translate3d(0px, 13px, 0);
    }

    input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(2),
    input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(2) {
        transform: translate3d(0px, 13px, 0);
    }

.toggle-menu {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 16px;
}

    .toggle-menu span {
        background-color: var(--headerTextColorByBackground);
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: transform 0.2s ease;
        width: 100%;
    }

        .toggle-menu span:nth-child(1) {
            transform: translate3d(0px, 13px, 0) rotate(0deg);
        }

        .toggle-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0) rotate(90deg);
        }

.header--custom-svg path,
.header--custom-svg rect,
.header--custom-svg text {
    fill: var(--headerTextColorByBackground) !important;
    color: var(--headerTextColorByBackground);
}

.header-wrapper.header-wrapper--dynamic .flash-component {
    display: flex !important;
    padding: 8px 20px;
}

    .header-wrapper.header-wrapper--dynamic .flash-component .flash-component__text,
    .header-wrapper.header-wrapper--dynamic .flash-component .flash-component__link {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 12px;
        font-weight: 400;
        color: var(--headerTextColorByBackground) !important;
    }

.header-wrapper.header-wrapper--dynamic .nav-dynamic-header {
    height: 64px;
}

    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu {
        display: flex;
        flex-flow: column wrap;
        height: calc(100vh - 64px);
        max-width: 480px;
        min-width: 320px;
        padding: 20px;
        top: 64px;
        transition: all 0.2s ease;
        width: min-content;
    }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button {
            display: none;
        }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button .nav-dynamic__close-sidebar-button {
                display: none;
            }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button #close-sidebar-button {
                cursor: pointer;
                display: inline-block;
                height: 24px;
                margin-bottom: 48px;
                position: relative;
                top: -8px;
                width: 24px;
            }

                .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button #close-sidebar-button .nav-header__hamburger {
                    background: var(--headerTextColorByBackground, #000) !important;
                }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button .nav-header__close-sidebar-button {
                display: block;
                height: 2px;
                opacity: 1;
                position: absolute;
                top: 0;
                transition: transform 0.2s ease;
                width: 100%;
            }

                .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button .nav-header__close-sidebar-button:nth-child(1) {
                    transform: translate3d(0, 13px, 0) rotate(45deg);
                }

                .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button .nav-header__close-sidebar-button:nth-child(2) {
                    transform: translate3d(0, 13px, 0) rotate(135deg);
                }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu::after {
            background-color: rgba(0, 0, 0, 0.8);
            content: "";
            height: 100%;
            position: fixed;
            left: 320px;
            top: 64px;
            width: 100vw;
        }

    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds {
        margin: 0 20px;
    }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__logo {
            height: 48px;
        }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-search-form,
        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .contact-button {
            display: none;
        }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(1) {
            transform: translate3d(0px, 13px, 0) rotate(45deg);
        }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0) rotate(135deg);
        }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(3) {
            transform: translate3d(0px, 13px, 0) rotate(-45deg);
        }

    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list {
        flex: 1;
    }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item a, .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item a,
        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item span {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 16px;
            font-weight: 400;
            color: var(--headerTextColorByBackground) !important;
        }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item.nav-dynamic__sale-link a, .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item.nav-dynamic__sale-link .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item.nav-dynamic__sale-link a,
        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__item.nav-dynamic__sale-link span {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 16px;
            font-weight: 700;
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__subitem-container .nav-dynamic-list--vertical__subitem a, .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__subitem-container .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__subitem-container .nav-dynamic-list--vertical__subitem a,
        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__subitem-container .nav-dynamic-list--vertical__subitem span,
        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__attr-container .nav-dynamic-list--vertical__subitem a,
        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__attr-container .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__attr-container .nav-dynamic-list--vertical__subitem a,
        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .nav-dynamic-list--vertical__attr-container .nav-dynamic-list--vertical__subitem span {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: var(--headerTextColorByBackground) !important;
        }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .toggle-menu {
            width: 20px;
            height: 20px;
        }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .responsive-menu-list .toggle-menu span.nav-header__toggle {
                background-color: var(--headerTextColorByBackground) !important;
            }

.header-wrapper.header-wrapper--dynamic .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group .nav-dynamic-purchases-access {
    display: none;
}

.header-wrapper.header-wrapper--dynamic .nav-dynamic-list,
.header-wrapper.header-wrapper--dynamic.with-hamburguer-menu .nav-dynamic-list {
    position: unset;
}

.header-wrapper.header-wrapper--with-flash.header-wrapper--dynamic .nav-dynamic-sidebar-menu {
    height: calc(100vh - 97px);
    top: 97px;
}

    .header-wrapper.header-wrapper--with-flash.header-wrapper--dynamic .nav-dynamic-sidebar-menu::after {
        top: 97px;
    }

.header-wrapper.header-wrapper--dynamic + main > .nav-main-content,
.header-wrapper.header-wrapper--dynamic + main > .ui-search,
.header-wrapper.header-wrapper--dynamic + main > .ui-search--zrp,
.header-wrapper.header-wrapper--dynamic + main > .ui-pdp-not-found,
.header-wrapper.header-wrapper--dynamic + main > .ui-pdp,
.header-wrapper.header-wrapper--dynamic + main > .ui-pdp--error,
.header-wrapper.header-wrapper--dynamic + main > .ui-vip-core,
.header-wrapper.header-wrapper--dynamic + main > .home,
.header-wrapper.header-wrapper--dynamic + main > .home.home--with-transparency {
    padding-top: 64px !important;
}

.header-wrapper.header-wrapper--dynamic.header-wrapper--overlap + main > .nav-main-content,
.header-wrapper.header-wrapper--dynamic.header-wrapper--overlap + main > .home.home--with-transparency {
    padding-top: 0 !important;
}

.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .nav-main-content,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-search,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-search--zrp,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-pdp-not-found,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-pdp,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-pdp--error,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-vip-core,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .home {
    padding-top: 97px !important;
}

.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash.header-wrapper--overlap + main > .nav-main-content,
.header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash.header-wrapper--overlap + main > .home.home--with-transparency {
    padding-top: 33px !important;
}

.header-wrapper.header-wrapper--dynamic.header-wrapper--transparent #hamburguer-menu .nav-header__hamburger {
    background-color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
}

@media screen and (min-width: 768px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    .nav-cookie-disclaimer__text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .nav-cookie-disclaimer {
        background: #333;
        border-radius: 6px 6px 0 0;
        bottom: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        display: none;
        flex-wrap: wrap;
        left: 0;
        padding: 18px;
        position: fixed;
        width: 100%;
        width: fill-available;
        z-index: 120;
    }

    .nav-cookie-disclaimer__text {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
        margin: 0 0 32px;
    }

    .nav-cookie-disclaimer__link {
        color: #fff;
        text-decoration: underline;
        white-space: nowrap;
    }

    .nav-cookie-disclaimer__button {
        background-color: #3483fa;
        border-radius: 6px;
        border: 1px solid #3483fa;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        margin: 0;
        padding: 6px 12px;
        text-transform: none;
        width: 100%;
    }

        .nav-cookie-disclaimer__button:focus {
            box-shadow: 0 0 0 0.1875em rgba(30, 109, 255, 0.4);
            outline: 0;
            transition: box-shadow 0.25s ease-in;
        }

        .nav-cookie-disclaimer__button:hover {
            background-color: #1e6dff;
            border-color: transparent;
            color: #fff;
            transition: background-color 0.2s ease-in;
        }

        .nav-cookie-disclaimer__button:active {
            background-color: #105cf4;
            border-color: transparent;
            color: #fff;
        }

    body {
        font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
        margin: 0;
    }

    .header-wrapper {
        width: 100%;
        position: absolute;
        user-select: none;
    }

    .cart-badge {
        display: none;
    }

    .show-cart-badge-icon {
        display: initial;
    }

    .header-wrapper--fixed {
        position: fixed;
        z-index: 1000;
    }

        .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content,
        .header-wrapper--fixed + main > .nav-main-content,
        .header-wrapper--fixed + main > .home {
            padding-top: 64px;
        }

            .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency,
            .header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
            .header-wrapper--fixed + main > .home.home--with-transparency {
                padding-top: 0;
            }

                .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .nav-main-content.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .home.home--with-transparency.home--padding-top-content {
                    padding-top: 64px;
                }

        .header-wrapper--fixed + main > .ui-search,
        .header-wrapper--fixed + main > .ui-search--zrp,
        .header-wrapper--fixed + main > .ui-pdp,
        .header-wrapper--fixed + main > .ui-pdp-not-found,
        .header-wrapper--fixed + main > .ui-pdp--error,
        .header-wrapper--fixed + main > .ui-vip-core {
            padding-top: 64px;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
                padding-top: 0;
            }

                .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                    padding-top: 64px;
                }

            .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
                z-index: 900;
            }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home {
        padding-top: 94px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .home.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 94px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
        z-index: 900;
    }

    .header--editable {
        height: 64px;
        position: fixed;
        top: 0;
        width: 100%;
    }

        .header--editable.header--editable--with-flash {
            height: 94px;
        }

    .grecaptcha-badge {
        visibility: hidden;
    }

    .header--custom-text.header--link-disabled {
        pointer-events: none;
    }

        .header--custom-text.header--link-disabled .header--link-disabled {
            pointer-events: none;
        }

    .header-wrapper--dynamic {
        user-select: none;
        width: 100%;
        position: fixed !important;
        z-index: 1000;
    }

        .header-wrapper--dynamic .flash-component__link-wrapper {
            text-decoration: none;
        }

            .header-wrapper--dynamic .flash-component__link-wrapper .flash-component {
                align-items: center;
                box-sizing: border-box;
                color: var(--headerTextColorByBackground);
                display: flex;
                justify-content: center;
                text-align: center;
                top: 0;
                width: 100%;
                z-index: 100;
            }

                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a, .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

                    .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:focus, .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:focus,
                    .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:link,
                    .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:link,
                    .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:hover,
                    .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:hover,
                    .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:visited,
                    .header-wrapper--dynamic .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component__link-wrapper .flash-component a:visited {
                        color: var(--headerTextColorByBackground) !important;
                        text-decoration: none;
                    }

                .header-wrapper--dynamic .flash-component__link-wrapper .flash-component p.flash-component__text {
                    margin: 0;
                }

            .header-wrapper--dynamic .flash-component__link-wrapper .flash-component__subtext {
                cursor: pointer;
            }

        .header-wrapper--dynamic .flash-component {
            display: flex;
            gap: 8px;
            justify-content: center;
        }

            .header-wrapper--dynamic .flash-component a, .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .header-wrapper--dynamic .flash-component a:focus, .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:focus,
                .header-wrapper--dynamic .flash-component a:link,
                .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:link,
                .header-wrapper--dynamic .flash-component a:hover,
                .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:hover,
                .header-wrapper--dynamic .flash-component a:visited,
                .header-wrapper--dynamic .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .header-wrapper--dynamic .flash-component p.flash-component__text {
                align-items: center;
                display: flex;
                margin: 0;
            }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu {
            box-sizing: border-box;
            display: block;
            height: 100vh;
            left: -95vw;
            max-width: 350px;
            min-width: 320px;
            opacity: 0;
            position: absolute;
            visibility: hidden;
            width: 100%;
            z-index: 2;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .responsive-menu-list {
                margin: 0;
                overflow-y: scroll;
                padding: 0;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .responsive-menu-list::-webkit-scrollbar {
                    display: none;
                }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item {
                align-items: center;
                display: flex;
                justify-content: space-between;
                height: 52px;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item span {
                    margin-right: 16px;
                    text-decoration: none;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__item a:hover {
                        opacity: 0.7;
                    }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem-container,
            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attr-container {
                display: none;
            }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem {
                align-items: center;
                display: flex;
                justify-content: space-between;
                margin: 16px 0 16px 16px;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a {
                    margin-right: 16px;
                    text-decoration: none;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__subitem a:hover {
                        opacity: 0.7;
                    }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute {
                align-items: center;
                display: flex;
                justify-content: space-between;
                margin: 16px 0 16px 32px;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a {
                    color: var(--headerTextColorByBackground);
                    opacity: 0.5;
                    text-decoration: none;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a:hover, .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-list--vertical__attribute a:hover {
                        opacity: 0.3;
                    }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form {
                border-bottom: solid 1px var(--headerTextColorByBackground) !important;
                display: flex;
                justify-content: space-between;
                padding-bottom: 5px;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button,
                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input {
                    background-color: transparent;
                    border: none;
                    color: var(--headerTextColorByBackground);
                    font-size: 16px;
                    padding-right: 16px;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button svg,
                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input svg,
                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button svg path,
                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input svg path {
                        fill: var(--headerTextColorByBackground);
                    }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form button:focus {
                        outline: 0;
                    }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text] {
                        font-family: var(--secondaryFontVar);
                        margin: 0;
                        line-height: 140%;
                        letter-spacing: normal;
                        font-size: 14px;
                        font-weight: 400;
                        color: var(--headerTextColorByBackground) !important;
                        padding: 0;
                        position: relative;
                        width: 100%;
                    }

                        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text]:focus {
                            border: none;
                            outline: 0;
                            padding: 0;
                        }

                        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-search-form input[type=text]::placeholder {
                            font-family: var(--secondaryFontVar);
                            margin: 0;
                            line-height: 140%;
                            letter-spacing: normal;
                            font-size: 14px;
                            font-weight: 400;
                            color: var(--headerTextColorByBackground) !important;
                        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .nav-dynamic-purchases-access {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 700;
                align-items: center;
                border-bottom: 1px solid var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
                color: var(--headerTextColorByBackground) !important;
                display: flex;
                gap: 8px;
                padding: 32px 0 16px 0;
                text-decoration: none;
                width: 100%;
            }

        .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds {
            display: flex;
            height: 100%;
            justify-content: space-between;
            position: relative;
        }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list {
                display: flex;
                padding: 0;
                width: 100%;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item {
                    display: none;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item.nav-dynamic__hamburger-button {
                        align-items: center;
                        display: flex;
                    }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title {
                align-items: center;
                bottom: 0;
                display: flex;
                justify-content: center;
                margin: auto;
                left: 0;
                max-width: 254px !important;
                position: absolute;
                right: 0;
                top: 0;
            }

                .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title .nav-dynamic-header__shop-name {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 18px;
                    font-weight: 700;
                    background-color: transparent !important;
                    color: var(--headerTextColorByBackground) !important;
                    display: flex;
                    justify-content: center;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 100%;
                    white-space: nowrap;
                }

                    .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__title .nav-dynamic-header__shop-name .header--custom-title {
                        font-family: var(--secondaryFontVar);
                        margin: 0;
                        line-height: 140%;
                        letter-spacing: normal;
                        font-size: 18px;
                        font-weight: 700;
                        color: var(--headerTextColorByBackground) !important;
                        text-decoration: none;
                    }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__logo {
                align-items: center;
                display: flex;
                justify-content: center;
                position: relative;
            }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group {
                align-items: center;
                display: flex;
                height: 100%;
            }

            .header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .cart-button {
                display: flex;
            }

    #mobile-categories-menu-switch {
        display: none;
    }

    #hamburguer-menu {
        cursor: pointer;
        display: inline-block;
        height: 24px;
        position: relative;
        width: 24px;
    }

        #hamburguer-menu span {
            background-color: var(--headerTextColorByBackground);
            display: block;
            height: 2px;
            opacity: 1;
            position: absolute;
            top: -2px;
            transition: transform 0.2s ease;
            width: 100%;
        }

            #hamburguer-menu span:nth-child(1) {
                transform: translate3d(0px, 6px, 0);
            }

            #hamburguer-menu span:nth-child(2) {
                transform: translate3d(0px, 13px, 0);
            }

            #hamburguer-menu span:nth-child(3) {
                transform: translate3d(0px, 20px, 0);
            }

    input[data-js=categories-toggle],
    input[data-js=attributes-toggle] {
        display: none;
    }

        input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(1),
        input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(1) {
            transform: translate3d(0px, 13px, 0);
        }

        input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(2),
        input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0);
        }

    .toggle-menu {
        cursor: pointer;
        display: inline-block;
        height: 16px;
        position: relative;
        width: 16px;
    }

        .toggle-menu span {
            background-color: var(--headerTextColorByBackground);
            display: block;
            height: 2px;
            opacity: 1;
            position: absolute;
            top: 0;
            transition: transform 0.2s ease;
            width: 100%;
        }

            .toggle-menu span:nth-child(1) {
                transform: translate3d(0px, 13px, 0) rotate(0deg);
            }

            .toggle-menu span:nth-child(2) {
                transform: translate3d(0px, 13px, 0) rotate(90deg);
            }

    .header--custom-svg path,
    .header--custom-svg rect,
    .header--custom-svg text {
        fill: var(--headerTextColorByBackground) !important;
        color: var(--headerTextColorByBackground);
    }

    .nav-cookie-disclaimer__text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .nav-cookie-disclaimer {
        background: #333;
        border-radius: 6px 6px 0 0;
        bottom: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        display: none;
        flex-wrap: wrap;
        left: 0;
        padding: 18px;
        position: fixed;
        width: 100%;
        width: fill-available;
        z-index: 120;
    }

    .nav-cookie-disclaimer__text {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
        margin: 0 0 32px;
    }

    .nav-cookie-disclaimer__link {
        color: #fff;
        text-decoration: underline;
        white-space: nowrap;
    }

    .nav-cookie-disclaimer__button {
        background-color: #3483fa;
        border-radius: 6px;
        border: 1px solid #3483fa;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        margin: 0;
        padding: 6px 12px;
        text-transform: none;
        width: 100%;
    }

        .nav-cookie-disclaimer__button:focus {
            box-shadow: 0 0 0 0.1875em rgba(30, 109, 255, 0.4);
            outline: 0;
            transition: box-shadow 0.25s ease-in;
        }

        .nav-cookie-disclaimer__button:hover {
            background-color: #1e6dff;
            border-color: transparent;
            color: #fff;
            transition: background-color 0.2s ease-in;
        }

        .nav-cookie-disclaimer__button:active {
            background-color: #105cf4;
            border-color: transparent;
            color: #fff;
        }

    body {
        font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
        margin: 0;
    }

    .header-wrapper {
        width: 100%;
        position: absolute;
        user-select: none;
    }

    .cart-badge {
        display: none;
    }

    .show-cart-badge-icon {
        display: initial;
    }

    .header-wrapper--fixed {
        position: fixed;
        z-index: 1000;
    }

        .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content,
        .header-wrapper--fixed + main > .nav-main-content,
        .header-wrapper--fixed + main > .home {
            padding-top: 64px;
        }

            .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency,
            .header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
            .header-wrapper--fixed + main > .home.home--with-transparency {
                padding-top: 0;
            }

                .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .nav-main-content.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .home.home--with-transparency.home--padding-top-content {
                    padding-top: 64px;
                }

        .header-wrapper--fixed + main > .ui-search,
        .header-wrapper--fixed + main > .ui-search--zrp,
        .header-wrapper--fixed + main > .ui-pdp,
        .header-wrapper--fixed + main > .ui-pdp-not-found,
        .header-wrapper--fixed + main > .ui-pdp--error,
        .header-wrapper--fixed + main > .ui-vip-core {
            padding-top: 64px;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
                padding-top: 0;
            }

                .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                    padding-top: 64px;
                }

            .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
                z-index: 900;
            }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home {
        padding-top: 94px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .home.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 94px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
        z-index: 900;
    }

    .header--editable {
        height: 64px;
        position: fixed;
        top: 0;
        width: 100%;
    }

        .header--editable.header--editable--with-flash {
            height: 94px;
        }

    .grecaptcha-badge {
        visibility: hidden;
    }

    .header--custom-text.header--link-disabled {
        pointer-events: none;
    }

        .header--custom-text.header--link-disabled .header--link-disabled {
            pointer-events: none;
        }

    .body--block-scroll {
        overflow: visible;
    }

    .header-wrapper.header-wrapper--dynamic .flash-component {
        display: flex !important;
        padding: 8px 0;
    }

        .header-wrapper.header-wrapper--dynamic .flash-component .flash-component__text,
        .header-wrapper.header-wrapper--dynamic .flash-component .flash-component__link {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: var(--headerTextColorByBackground) !important;
        }

    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header {
        height: 90px;
    }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu {
            height: calc(100vh - 36px);
            padding: 40px;
            overflow-y: auto;
            scrollbar-width: none;
            top: 36px;
            -ms-overflow-style: none;
        }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu::-webkit-scrollbar {
                display: none;
            }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu .close-sidebar-button {
                display: block;
            }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds {
            margin: 0 40px;
            max-width: 1200px;
        }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list {
        margin: 0;
        width: 45%;
    }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item {
            align-items: center;
            display: none;
        }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item#nav-dynamic__hamburger-button {
                display: flex;
                margin-right: 24px;
            }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item a:hover, .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic-list__item a:hover {
                opacity: 0.7;
            }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic__sale-link {
            display: flex;
            margin: 0 16px 0 0;
        }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic__sale-link a, .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic__sale-link .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic__sale-link a,
            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-list .nav-dynamic__sale-link span {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 700;
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__logo {
        width: 120px;
        height: 56px;
    }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__logo .nav-header__image {
            max-width: 120px;
            max-height: 56px;
            object-fit: contain;
        }

    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons {
        max-width: 45%;
    }

        .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group {
            display: flex;
            gap: 24px;
        }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group .nav-search-form {
                border-bottom: 1px solid;
                border-color: transparent;
                display: flex;
                width: 100%;
            }

                .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group .nav-search-form input[type=text] {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    background: transparent;
                    border: none;
                    color: var(--headerTextColorByBackground) !important;
                    visibility: hidden;
                    width: 100%;
                }

                    .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group .nav-search-form input[type=text]:focus {
                        border-bottom: 1px solid var(--headerTextColorByBackground);
                        outline: none;
                    }

                .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group .nav-search-form .search-button {
                    all: unset;
                    display: flex;
                    cursor: pointer;
                }

            .header-wrapper.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-header__bounds .nav-dynamic-header__nav-icons .nav-icons-group .nav-dynamic-purchases-access {
                display: flex;
            }

    .header-wrapper.header-wrapper--with-flash.header-wrapper--dynamic .nav-dynamic-header .nav-dynamic-sidebar-menu {
        height: calc(100vh - 36px);
        top: 36px;
    }

    .header-wrapper.header-wrapper--dynamic + main > .nav-main-content,
    .header-wrapper.header-wrapper--dynamic + main > .ui-search,
    .header-wrapper.header-wrapper--dynamic + main > .ui-search--zrp,
    .header-wrapper.header-wrapper--dynamic + main > .ui-pdp-not-found,
    .header-wrapper.header-wrapper--dynamic + main > .ui-pdp,
    .header-wrapper.header-wrapper--dynamic + main > .ui-pdp--error,
    .header-wrapper.header-wrapper--dynamic + main > .ui-vip-core,
    .header-wrapper.header-wrapper--dynamic + main > .home,
    .header-wrapper.header-wrapper--dynamic + main > .home.home--with-transparency {
        padding-top: 90px !important;
    }

    .header-wrapper.header-wrapper--dynamic.header-wrapper--overlap + main > .nav-main-content,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--overlap + main > .home.home--with-transparency {
        padding-top: 0 !important;
    }

    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .nav-main-content,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-search,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-search--zrp,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-pdp-not-found,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-pdp,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-pdp--error,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .ui-vip-core,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash + main > .home {
        padding-top: 126px !important;
    }

    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash.header-wrapper--overlap + main > .nav-main-content,
    .header-wrapper.header-wrapper--dynamic.header-wrapper--with-flash.header-wrapper--overlap + main > .home.home--with-transparency {
        padding-top: 36px !important;
    }

    .header-wrapper.header-wrapper--dynamic.header-wrapper--transparent #hamburguer-menu .nav-header__hamburger {
        background-color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
    }
}

.nav-cookie-disclaimer__text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.nav-cookie-disclaimer {
    background: #333;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    left: 0;
    padding: 18px;
    position: fixed;
    width: 100%;
    width: fill-available;
    z-index: 120;
}

.nav-cookie-disclaimer__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 32px;
}

.nav-cookie-disclaimer__link {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.nav-cookie-disclaimer__button {
    background-color: #3483fa;
    border-radius: 6px;
    border: 1px solid #3483fa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    padding: 6px 12px;
    text-transform: none;
    width: 100%;
}

    .nav-cookie-disclaimer__button:focus {
        box-shadow: 0 0 0 0.1875em rgba(30, 109, 255, 0.4);
        outline: 0;
        transition: box-shadow 0.25s ease-in;
    }

    .nav-cookie-disclaimer__button:hover {
        background-color: #1e6dff;
        border-color: transparent;
        color: #fff;
        transition: background-color 0.2s ease-in;
    }

    .nav-cookie-disclaimer__button:active {
        background-color: #105cf4;
        border-color: transparent;
        color: #fff;
    }

body {
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    margin: 0;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    user-select: none;
}

.cart-badge {
    display: none;
}

.show-cart-badge-icon {
    display: initial;
}

.header-wrapper--fixed {
    position: fixed;
    z-index: 1000;
}

    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content,
    .header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--fixed + main > .home {
        padding-top: 64px;
    }

        .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .home.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .home.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

    .header-wrapper--fixed + main > .ui-search,
    .header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 64px;
    }

        .header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

        .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
            z-index: 900;
        }

.header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
.header-wrapper--with-flash.header-wrapper--fixed + main > .home {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
    z-index: 900;
}

.header--editable {
    height: 64px;
    position: fixed;
    top: 0;
    width: 100%;
}

    .header--editable.header--editable--with-flash {
        height: 94px;
    }

.grecaptcha-badge {
    visibility: hidden;
}

.header--custom-text.header--link-disabled {
    pointer-events: none;
}

    .header--custom-text.header--link-disabled .header--link-disabled {
        pointer-events: none;
    }

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.header-wrapper--modern .nav-modern-header {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound {
        box-sizing: border-box;
        display: flex;
        height: 100%;
        width: 100%;
    }

        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern__logo-wrapper span {
            color: var(--headerTextColorByBackground) !important;
        }

        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation {
            display: flex;
            flex: 1;
            flex-flow: column nowrap;
        }

            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation {
                display: flex;
            }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox {
                    display: flex;
                    flex: 1;
                }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button {
                        background-color: #fff;
                        border-radius: 0 4px 4px 0;
                        box-sizing: border-box;
                        cursor: pointer;
                        height: 100%;
                        margin-right: 0;
                        position: relative;
                        transition: background 0.25s ease;
                        width: 32px;
                    }

                        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button svg {
                            fill: rgba(0, 0, 0, 0.55) !important;
                        }

                            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button svg path {
                                fill: rgba(0, 0, 0, 0.55) !important;
                            }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-box-container {
                        background-color: #fff;
                        border-radius: var(--button-border-radius);
                        border: 1px solid rgba(0, 0, 0, 0.25);
                        border-style: inset;
                        display: flex;
                        height: 100%;
                        margin: 0;
                        padding: 8px 10px 6px 10px;
                        width: 100%;
                    }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox input[type=text] {
                        border: 0;
                        box-sizing: content-box;
                        flex: 1;
                    }

                        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox input[type=text]:focus {
                            outline: unset;
                        }

                        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox input[type=text]::placeholder {
                            color: rgba(0, 0, 0, 0.55);
                        }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__categories {
                    justify-content: initial;
                    overflow: hidden;
                }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__categories--visible {
                    opacity: 1;
                }

            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__icons {
                display: flex;
            }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__icons svg {
                    fill: var(--headerTextColorByBackground) !important;
                }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__icons svg path {
                        fill: var(--headerTextColorByBackground) !important;
                    }

        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list {
            min-width: 100%;
            overflow: visible;
        }

            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item {
                cursor: pointer;
                width: max-content;
                white-space: nowrap;
            }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item a.nav-list__link, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.nav-list__link {
                    pointer-events: none;
                    text-decoration: none;
                }

            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown {
                box-sizing: border-box;
                display: none;
                flex-wrap: wrap;
                left: 0;
                max-height: calc(100vh - 90px);
                overflow-y: auto;
                padding: 0;
                position: absolute;
                top: 100%;
                white-space: nowrap;
                width: 100%;
            }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown.more-dropdown--visible {
                    display: block;
                }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown.more-dropdown--visible .nav-list__item-container {
                        box-sizing: content-box;
                        display: grid !important;
                        grid-template-columns: repeat(auto-fill, minmax(max-content, 250px));
                        gap: 32px 24px;
                        margin: auto;
                        max-width: 1200px;
                        padding-inline-start: 0;
                        padding: 40px;
                    }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item {
                    box-sizing: border-box;
                    height: fit-content;
                    line-height: 24px;
                    margin: 0;
                    padding: 0;
                    width: 100%;
                    color: var(--headerTextColorByBackground) !important;
                    font-size: 14px;
                    text-decoration: none;
                    color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
                }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item:hover {
                        opacity: 0.7;
                    }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__link {
                        transition: 0.5s;
                    }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item:hover .nav-list__link {
                        opacity: 0.7 !important;
                    }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item hr {
                        border: none;
                        margin-top: 6px;
                    }

                        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item hr:after {
                            content: none;
                        }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__item-subcategory, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes a + .nav-list__item-attributes, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more #more-dropdown .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more #more-dropdown .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more #more-dropdown .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes a + .nav-list__item-attributes {
                        list-style-type: none;
                    }

                        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__item-subcategory .header--custom-text {
                            margin-top: 16px;
                        }

                            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__item-subcategory .header--custom-text.l3 {
                                margin-top: 8px;
                            }

                            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__item-subcategory .header--custom-text a {
                                font-family: var(--secondaryFontVar);
                                margin: 0;
                                line-height: 140%;
                                letter-spacing: normal;
                                font-size: 14px;
                                font-weight: 400;
                                transition: 0.5s all;
                            }

                            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__item-subcategory .header--custom-text:hover a {
                                opacity: 0.7;
                            }

                            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__item-subcategory .header--custom-text + .nav-list__item-subcategory .nav-modern-list--vertical__attribute a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item--more .nav-list__item .nav-list__item-subcategory a.header--custom-text + .nav-list__item-attributes .nav-modern-list--vertical__attribute a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more #more-dropdown .nav-list__item .nav-list__item-subcategory a.header--custom-text + .nav-list__item-attributes .nav-modern-list--vertical__attribute a {
                                transition: 0.5s all;
                            }

                            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item .nav-list__item-subcategory .header--custom-text + .nav-list__item-subcategory .nav-modern-list--vertical__attribute:hover a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list #more-dropdown .nav-list__item--more .nav-list__item .nav-list__item-subcategory a.header--custom-text + .nav-list__item-attributes .nav-modern-list--vertical__attribute:hover a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more #more-dropdown .nav-list__item .nav-list__item-subcategory a.header--custom-text + .nav-list__item-attributes .nav-modern-list--vertical__attribute:hover a {
                                opacity: 1;
                            }

            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list + .nav-subcategories {
                left: 0;
                position: absolute;
                top: 100%;
                width: 100%;
            }

            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more {
                width: fit-content;
            }

                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes a + .nav-list__item-attributes {
                    padding: 0;
                }

                    .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a {
                        margin: 0 !important;
                        text-decoration: none;
                    }

        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound .submenu--visible {
            display: inline !important;
        }

.shops-body-font-s {
    align-items: center;
}

    .shops-body-font-s a, .shops-body-font-s .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .shops-body-font-s a {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 400;
        color: var(--headerTextColorByBackground) !important;
    }

.nav-list--horizontal > .nav-list__item > .nav-list__link {
    color: var(--headerTextColorByBackground) !important;
}

.shops-body-font-s-bold a, .shops-body-font-s-bold .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .shops-body-font-s-bold a {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 700;
    color: var(--headerTextColorByBackground) !important;
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.header-wrapper.header-wrapper--modern .flash-component {
    display: flex !important;
    padding: 8px 20px;
}

    .header-wrapper.header-wrapper--modern .flash-component .flash-component__text,
    .header-wrapper.header-wrapper--modern .flash-component .flash-component__link {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 12px;
        font-weight: 400;
        color: var(--headerTextColorByBackground) !important;
    }

.header-wrapper.header-wrapper--modern .nav-modern-header {
    height: 64px;
}

    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound {
        align-items: center;
        gap: 16px;
        padding: 0 20px;
    }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern__logo-wrapper {
            align-items: center;
            display: flex;
            height: 48px;
        }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern__logo-wrapper img {
                max-height: 48px;
                max-width: 90px;
                object-fit: contain;
            }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern__logo-wrapper span {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 700;
            }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation {
            gap: 16px;
        }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox {
                box-sizing: border-box;
                z-index: 1;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox.open {
                    margin: 0;
                }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox.open .search-box-container {
                        border-radius: 0;
                        height: unset;
                        left: 0;
                        padding: 24px;
                        position: absolute;
                        width: 100%;
                    }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button {
                    border-color: none;
                    border-radius: 4px 0 0 4px;
                    border-style: none;
                    height: 16px;
                    margin-right: 4px;
                    padding: 0;
                    width: 16px;
                }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button svg {
                        height: 16px;
                        width: 16px;
                    }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-box-container {
                    box-sizing: border-box;
                    flex-direction: row-reverse;
                }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox input[type=text] {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 12px;
                    font-weight: 400;
                    padding: 0;
                    width: 100%;
                }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox.open > .search-box-container > .close {
                    cursor: pointer;
                    height: 18px;
                    position: relative;
                    width: 18px;
                }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox.open > .search-box-container > .close:after, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox.open > .search-box-container > .close:before {
                        background-color: #000;
                        content: "";
                        display: block;
                        height: 1px;
                        left: 0;
                        position: absolute;
                        top: 0;
                        width: 16px;
                    }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox.open > .search-box-container > .close:after {
                        transform: translate3d(1px, 9px, 0) rotate(45deg);
                    }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox.open > .search-box-container > .close:before {
                        transform: translate3d(1px, 9px, 0) rotate(-45deg);
                    }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons .nav-dynamic-purchases-access {
                display: none;
            }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons .cart-button,
            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons #hamburger-menu {
                align-items: center;
                display: flex;
                height: 32px;
                width: 32px;
            }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons .cart-button {
                justify-content: flex-start;
            }

    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical {
        box-sizing: border-box;
        height: 100vh;
        margin-left: auto;
        max-width: 480px;
        min-width: 320px;
        overflow: scroll;
        padding: 24px;
        position: absolute;
        right: 0px;
        top: 64px;
        width: min-content;
    }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical::-webkit-scrollbar {
            display: none;
        }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical::before {
            background-color: rgba(0, 0, 0, 0.8);
            content: "";
            height: 100%;
            position: fixed;
            right: 320px;
            top: 64px;
            width: 100vw;
        }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__category {
            align-items: center;
            border-bottom: 1px solid var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
            display: flex;
            height: 52px;
            justify-content: space-between;
        }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__category a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__category .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__category a,
            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__category span {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__category.purchases-access {
                align-items: center;
                display: flex;
                height: 72px;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__category.purchases-access .nav-modern-purchases-access {
                    display: flex;
                    gap: 8px;
                }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem {
            display: none;
        }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__subitem-text {
                align-items: center;
                display: flex;
                justify-content: space-between;
                margin: 0 0 0 16px;
                height: 52px;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__subitem-text a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__subitem-text .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__subitem-text a,
                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__subitem-text span {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attr-container {
                display: none;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attr-container .header--custom-text a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attr-container .header--custom-text .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attr-container .header--custom-text a {
                    opacity: 1;
                }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute {
                align-items: center;
                display: flex;
                height: 52px;
                margin: 0 0 0 32px;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute a,
                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute span {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 12px;
                    font-weight: 400;
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .toggle-menu {
            cursor: pointer;
            float: right;
            height: 20px;
            position: relative;
            transition: 0.5s all;
            width: 16px;
        }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .toggle-menu span {
                background-color: var(--headerTextColorByBackground) !important;
                display: block;
                height: 2px;
                opacity: 1;
                pointer-events: none;
                position: absolute;
                top: 0;
                width: 100%;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .toggle-menu span:nth-child(1) {
                    transform: translate3d(0px, 8px, 0) rotate(0deg);
                }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .toggle-menu span:nth-child(2) {
                    transform: translate3d(0px, 8px, 0) rotate(90deg);
                }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item .toggle-menu.active span:nth-child(2) {
                transform: translate3d(0px, 8px, 0) rotate(0deg);
            }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item.nav-modern__sale-link li a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item.nav-modern__sale-link li .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-list--vertical .nav-modern-list--vertical__item.nav-modern__sale-link li a,
        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-list--vertical .nav-modern-list--vertical__item.nav-modern__sale-link li span {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 16px;
            font-weight: 700;
        }

    .header-wrapper.header-wrapper--modern .nav-modern-header #mobile-categories-menu-switch {
        display: none;
    }

        .header-wrapper.header-wrapper--modern .nav-modern-header #mobile-categories-menu-switch:checked ~ .nav-list--vertical {
            display: block !important;
        }

@media (min-width: 768px) {
    .header-wrapper.header-wrapper--modern .nav-modern-header #mobile-categories-menu-switch:checked ~ .nav-list--vertical {
        display: none !important;
    }
}

.header-wrapper.header-wrapper--modern .nav-modern-header #mobile-categories-menu-switch:not(:checked) ~ .nav-list--vertical {
    display: none !important;
}

.header-wrapper.header-wrapper--modern .nav-modern-header #hamburguer-menu {
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: flex-end;
    position: relative;
    width: 32px;
}

    .header-wrapper.header-wrapper--modern .nav-modern-header #hamburguer-menu span {
        background: var(--headerTextColorByBackground) !important;
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        top: 2px;
        transition: transform 0.2s ease;
        width: 19px;
    }

        .header-wrapper.header-wrapper--modern .nav-modern-header #hamburguer-menu span:nth-child(1) {
            transform: translate3d(0px, 6px, 0);
        }

        .header-wrapper.header-wrapper--modern .nav-modern-header #hamburguer-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0);
        }

        .header-wrapper.header-wrapper--modern .nav-modern-header #hamburguer-menu span:nth-child(3) {
            transform: translate3d(0px, 20px, 0);
        }

.header-wrapper.header-wrapper--modern .nav-modern-header #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(1) {
    transform: translate3d(0px, 13px, 0) rotate(45deg);
}

.header-wrapper.header-wrapper--modern .nav-modern-header #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(2) {
    transform: translate3d(0px, 13px, 0) rotate(135deg);
}

.header-wrapper.header-wrapper--modern .nav-modern-header #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(3) {
    transform: translate3d(0px, 13px, 0) rotate(-45deg);
}

.header-wrapper.header-wrapper--modern .nav-modern-header__categories {
    display: none;
}

.header-wrapper.header-wrapper--with-flash.header-wrapper--fixed.header-wrapper--modern .nav-list--vertical {
    top: 97px;
}

    .header-wrapper.header-wrapper--with-flash.header-wrapper--fixed.header-wrapper--modern .nav-list--vertical::before {
        top: 97px;
    }

.header-wrapper.header-wrapper--modern + main > .nav-main-content,
.header-wrapper.header-wrapper--modern + main > .ui-search,
.header-wrapper.header-wrapper--modern + main > .ui-search--zrp,
.header-wrapper.header-wrapper--modern + main > .ui-pdp-not-found,
.header-wrapper.header-wrapper--modern + main > .ui-pdp,
.header-wrapper.header-wrapper--modern + main > .ui-pdp--error,
.header-wrapper.header-wrapper--modern + main > .ui-vip-core,
.header-wrapper.header-wrapper--modern + main > .home,
.header-wrapper.header-wrapper--modern + main > .home.home--with-transparency {
    padding-top: 64px !important;
}

.header-wrapper.header-wrapper--modern.header-wrapper--overlap + main > .nav-main-content,
.header-wrapper.header-wrapper--modern.header-wrapper--overlap + main > .home.home--with-transparency {
    padding-top: 0 !important;
}

.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .nav-main-content,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-search,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-search--zrp,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-pdp-not-found,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-pdp,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-pdp--error,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-vip-core,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .home {
    padding-top: 97px !important;
}

.header-wrapper.header-wrapper--modern.header-wrapper--with-flash.header-wrapper--overlap + main > .nav-main-content,
.header-wrapper.header-wrapper--modern.header-wrapper--with-flash.header-wrapper--overlap + main > .home.home--with-transparency {
    padding-top: 33px !important;
}

.header-wrapper.header-wrapper--modern.header-wrapper--transparent #hamburguer-menu .nav-header__hamburger {
    background-color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
}

@media screen and (min-width: 768px) {
    .nav-cookie-disclaimer {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .nav-cookie-disclaimer__text {
        font-size: 16px;
        margin: 0 16px 0 0;
    }

    .nav-cookie-disclaimer__button {
        width: initial;
    }

    .header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--fixed + main > .home {
        padding-top: 90px;
    }

    .header-wrapper--fixed + main > .ui-search,
    .header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 138px;
        margin-bottom: 40px;
    }

        .header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                padding-top: 138px;
            }

        .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
            z-index: 900;
        }

    div.header-wrapper--fixed[data-ms-theme=fashion] + main > .ui-search,
    div.header-wrapper--fixed[data-ms-theme=fashion] + main > .ui-search--zrp {
        padding-top: 120px;
    }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home {
        padding-top: 120px;
    }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 168px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
        z-index: 900;
    }

    .header-wrapper--fixed + main > .nav-main-content .short-description--fixed .short-description__floating.non-fixed {
        top: 90px !important;
    }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content .short-description--fixed .short-description__floating.non-fixed {
        top: 120px !important;
    }

    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .home.home--padding-top-content,
    .header-wrapper--fixed + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .home.home--padding-top-content,
    .header-wrapper--fixed + main > .home.home--with-transparency .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .home.home--with-transparency .header-wrapper--fixed + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .home.home--with-transparency .header-wrapper--fixed + main > .home.home--padding-top-content {
        padding-top: 90px;
    }
    /* Styles needed to draw header wrapper in editor */
    .header--editable {
        height: 90px;
    }

        .header--editable.header--editable--with-flash {
            height: 120px;
        }

    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    .header-wrapper.header-wrapper--modern {
        width: 100%;
    }

        .header-wrapper.header-wrapper--modern .flash-component {
            display: flex !important;
            padding: 8px 0;
        }

            .header-wrapper.header-wrapper--modern .flash-component .flash-component__text,
            .header-wrapper.header-wrapper--modern .flash-component .flash-component__link {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                color: var(--headerTextColorByBackground) !important;
            }

        .header-wrapper.header-wrapper--modern .nav-modern-header {
            height: unset;
        }

            .header-wrapper.header-wrapper--modern .nav-modern-header input[type=checkbox] {
                display: none;
            }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound {
                gap: 56px;
                padding: 16px 40px 0;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern__logo-wrapper {
                    height: 56px;
                    margin-bottom: auto;
                }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern__logo-wrapper img {
                        max-height: 56px;
                        max-width: 120px;
                        object-fit: contain;
                    }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern__logo-wrapper span {
                        font-family: var(--secondaryFontVar);
                        margin: 0;
                        line-height: 140%;
                        letter-spacing: normal;
                        font-size: 18px;
                        font-weight: 700;
                    }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation {
                    gap: 8px;
                }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation {
                        gap: 56px;
                    }

                        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox {
                            margin: 4px 0;
                            max-width: 942px;
                            width: 100%;
                        }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button {
                                border-radius: var(--button-border-radius);
                                height: 100%;
                                margin-right: 0;
                                padding: 4px 10px 4px 8px;
                                width: min-content;
                            }

                                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button svg {
                                    height: 24px;
                                    width: 24px;
                                }

                                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button:hover {
                                    background-color: #fff;
                                }

                                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-button:before {
                                    background-color: rgba(0, 0, 0, 0.25);
                                    content: "";
                                    height: 24px;
                                    left: 0px;
                                    position: absolute;
                                    top: 4px;
                                    width: 1px;
                                }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox .search-box-container {
                                height: 32px;
                                flex-direction: row;
                                max-width: 942px;
                                padding: 0;
                                width: 100%;
                            }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__searchbox input[type=text] {
                                font-family: var(--secondaryFontVar);
                                margin: 0;
                                line-height: 140%;
                                letter-spacing: normal;
                                font-size: 14px;
                                font-weight: 400;
                                align-items: center;
                                border-radius: 4px 0 0 4px;
                                color: rgba(0, 0, 0, 0.55);
                                display: flex;
                                padding: 8px 8px 6px 10px;
                            }

                        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons {
                            align-items: center;
                            display: flex;
                            gap: 24px;
                        }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons a,
                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons a.cart-button {
                                width: 24px;
                                height: 24px;
                            }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons .nav-dynamic-purchases-access {
                                display: inline;
                            }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons #hamburguer-menu {
                                display: none;
                            }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .top-separation .nav-modern-header__icons .nav-list--vertical {
                                display: none !important;
                            }

                    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories {
                        box-sizing: border-box;
                        display: flex;
                        justify-content: center;
                        margin-top: auto;
                        width: 100%;
                    }

                        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-list--dropdown {
                            top: 41px;
                        }

                        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-list--horizontal {
                            display: flex;
                            gap: 16px;
                            margin: 0;
                            max-height: 40px;
                            overflow: hidden;
                            padding-bottom: 12px;
                            position: initial;
                            width: 100%;
                        }

                        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container {
                            display: none;
                        }

                            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container ul.grid-list {
                                display: grid;
                                grid-template-columns: repeat(5, minmax(min-content, 224px));
                                gap: 32px 24px;
                                max-width: 1200px;
                                padding: 40px;
                                margin: 0 auto;
                            }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container ul.grid-list {
        padding: 40px 0;
    }
}

@media screen and (min-width: 768px) {
    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container ul.grid-list .nav-modern-list--vertical__subitem {
        box-sizing: border-box;
        display: inline;
    }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container ul.grid-list .nav-modern-list--vertical__subitem .nav-modern-list--vertical__subitem-link {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 700;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            color: var(--headerTextColorByBackground) !important;
            display: block;
            text-decoration: none;
            transition: 0.5s all;
            padding-bottom: 8px;
            width: 100%;
        }

        .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container ul.grid-list .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute_container {
            display: flex;
            gap: 16px;
            margin-top: 16px;
            flex-direction: column;
            padding: 0;
        }

            .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container ul.grid-list .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute_container .nav-modern-list--vertical__attribute {
                height: unset;
                list-style: none;
                margin: 0;
            }

                .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound .nav-modern-header-bound-separation .nav-modern-header__categories .nav-modern-list--vertical__subitem-container ul.grid-list .nav-modern-list--vertical__subitem .nav-modern-list--vertical__attribute_container .nav-modern-list--vertical__attribute .nav-modern-list--vertical__subitem-child-link {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
                    margin: 8px 0 0 0;
                    text-decoration: none;
                }
}

@media screen and (min-width: 768px) and (min-width: 1281px) {
    .header-wrapper.header-wrapper--modern .nav-modern-header .nav-modern-header-bound {
        padding: 16px 0 0;
    }
}

@media screen and (min-width: 768px) {
    .header-wrapper.header-wrapper--modern + main > .nav-main-content,
    .header-wrapper.header-wrapper--modern + main > .ui-search,
    .header-wrapper.header-wrapper--modern + main > .ui-search--zrp,
    .header-wrapper.header-wrapper--modern + main > .ui-pdp-not-found,
    .header-wrapper.header-wrapper--modern + main > .ui-pdp,
    .header-wrapper.header-wrapper--modern + main > .ui-pdp--error,
    .header-wrapper.header-wrapper--modern + main > .ui-vip-core,
    .header-wrapper.header-wrapper--modern + main > .home,
    .header-wrapper.header-wrapper--modern + main > .home.home--with-transparency {
        padding-top: 96px !important;
    }

    .header-wrapper.header-wrapper--modern.header-wrapper--overlap + main > .nav-main-content,
    .header-wrapper.header-wrapper--modern.header-wrapper--overlap + main > .home.home--with-transparency {
        padding-top: 0 !important;
    }

    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .nav-main-content,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-search,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-search--zrp,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-pdp-not-found,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-pdp,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-pdp--error,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .ui-vip-core,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash + main > .home {
        padding-top: 132px !important;
    }

    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash.header-wrapper--overlap + main > .nav-main-content,
    .header-wrapper.header-wrapper--modern.header-wrapper--with-flash.header-wrapper--overlap + main > .home.home--with-transparency {
        padding-top: 36px !important;
    }

    .header-wrapper.header-wrapper--modern.header-wrapper--transparent #hamburguer-menu .nav-header__hamburger {
        background-color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
    }
}

.nav-cookie-disclaimer__text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.nav-cookie-disclaimer {
    background: #333;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    left: 0;
    padding: 18px;
    position: fixed;
    width: 100%;
    width: fill-available;
    z-index: 120;
}

.nav-cookie-disclaimer__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 32px;
}

.nav-cookie-disclaimer__link {
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
}

.nav-cookie-disclaimer__button {
    background-color: #3483fa;
    border-radius: 6px;
    border: 1px solid #3483fa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    padding: 6px 12px;
    text-transform: none;
    width: 100%;
}

    .nav-cookie-disclaimer__button:focus {
        box-shadow: 0 0 0 0.1875em rgba(30, 109, 255, 0.4);
        outline: 0;
        transition: box-shadow 0.25s ease-in;
    }

    .nav-cookie-disclaimer__button:hover {
        background-color: #1e6dff;
        border-color: transparent;
        color: #fff;
        transition: background-color 0.2s ease-in;
    }

    .nav-cookie-disclaimer__button:active {
        background-color: #105cf4;
        border-color: transparent;
        color: #fff;
    }

body {
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    margin: 0;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    user-select: none;
}

.cart-badge {
    display: none;
}

.show-cart-badge-icon {
    display: initial;
}

.header-wrapper--fixed {
    position: fixed;
    z-index: 1000;
}

    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content,
    .header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--fixed + main > .home {
        padding-top: 64px;
    }

        .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
        .header-wrapper--fixed + main > .home.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .nav-main-content.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .home.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

    .header-wrapper--fixed + main > .ui-search,
    .header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 64px;
    }

        .header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                padding-top: 64px;
            }

        .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
            z-index: 900;
        }

.header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
.header-wrapper--with-flash.header-wrapper--fixed + main > .home {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
.header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
    padding-top: 94px;
}

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
        padding-top: 30px;
    }

.header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
    z-index: 900;
}

.header--editable {
    height: 64px;
    position: fixed;
    top: 0;
    width: 100%;
}

    .header--editable.header--editable--with-flash {
        height: 94px;
    }

.grecaptcha-badge {
    visibility: hidden;
}

.header--custom-text.header--link-disabled {
    pointer-events: none;
}

    .header--custom-text.header--link-disabled .header--link-disabled {
        pointer-events: none;
    }

.header-wrapper--standard .d-none {
    display: none !important;
}

.header-wrapper--standard .nav-standard-header__bounds .nav-standard-header__logo .nav-header__image {
    object-fit: contain;
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.header-wrapper.header-wrapper--standard .flash-component {
    align-items: center;
    background-color: #333;
    box-sizing: border-box;
    color: var(--headerTextColorByBackground);
    display: flex !important;
    justify-content: center;
    min-height: 33px;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}

    .header-wrapper.header-wrapper--standard .flash-component a, .header-wrapper.header-wrapper--standard .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--standard .flash-component a {
        color: var(--headerTextColorByBackground);
        text-decoration: none;
    }

        .header-wrapper.header-wrapper--standard .flash-component a:focus, .header-wrapper.header-wrapper--standard .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--standard .flash-component a:focus, .header-wrapper.header-wrapper--standard .flash-component a:link, .header-wrapper.header-wrapper--standard .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--standard .flash-component a:link, .header-wrapper.header-wrapper--standard .flash-component a:hover, .header-wrapper.header-wrapper--standard .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--standard .flash-component a:hover, .header-wrapper.header-wrapper--standard .flash-component a:visited, .header-wrapper.header-wrapper--standard .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .header-wrapper.header-wrapper--standard .flash-component a:visited {
            color: var(--headerTextColorByBackground);
            text-decoration: none;
        }

.header-wrapper.header-wrapper--standard .flash-component__text {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 400;
    color: var(--headerTextColorByBackground) !important;
    display: inline;
    margin: 0;
}

    .header-wrapper.header-wrapper--standard .flash-component__text p {
        display: inline;
    }

.header-wrapper.header-wrapper--standard .flash-component__subtext {
    cursor: pointer;
}

.header-wrapper.header-wrapper--standard .flash-component {
    line-height: 1.25;
    padding: 8px 10px;
}

.header-wrapper.header-wrapper--standard .flash-component__text {
    font-size: 12px;
}

@media (max-width: 346px) {
    .header-wrapper.header-wrapper--standard .flash-component__text {
        font-size: 10px;
    }
}

.nav-standard-header {
    border: none;
    height: 64px;
    user-select: none;
}

.nav-header--scrolled .nav-standard-header {
    height: 64px;
}

    .nav-header--scrolled .nav-standard-header .nav-standard-vertical-list {
        top: 64px;
        transition: 0.2s;
    }

.nav-standard-header__bounds {
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

    .nav-standard-header__bounds .nav-standard-header__title {
        align-items: center;
        display: flex;
        justify-content: center;
        max-width: 200px;
    }

    .nav-standard-header__bounds .nav-standard-header__logo {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 18px;
        font-weight: 700;
        align-items: center;
        color: var(--headerTextColorByBackground, #000) !important;
        display: flex;
        height: 48px;
        position: relative;
        text-decoration: none;
    }

        .nav-standard-header__bounds .nav-standard-header__logo .nav-header__image {
            max-height: 48px;
            max-width: 90px;
        }

    .nav-standard-header__bounds .nav-standard-list {
        display: flex;
        max-width: none;
        padding: 0;
        width: 100%;
    }

        .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item {
            display: none;
        }

        .nav-standard-header__bounds .nav-standard-list .nav-standard__hamburger-button {
            align-items: center;
            display: flex;
        }

    .nav-standard-header__bounds .nav-standard__sale-link-alternative {
        display: none;
    }

    .nav-standard-header__bounds .nav-standard-header__nav-icons {
        max-width: 324px;
        width: 100%;
    }

        .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group {
            align-items: center;
            display: flex;
            float: right;
            height: 100%;
        }

            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group .purchases-button {
                display: none;
            }

            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group .cart-button {
                display: flex;
            }

            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group svg path,
            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group svg text {
                fill: var(--headerTextColorByBackground, #000);
            }

        .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-search-form,
        .nav-standard-header__bounds .nav-standard-header__nav-icons .contact-button {
            display: none;
            line-height: normal;
        }

        .nav-standard-header__bounds .nav-standard-header__nav-icons .cart-badge {
            position: absolute;
        }

@media screen and (max-width: 768px) {
    .nav-standard-header__bounds .nav-standard-header__nav-icons .cart-badge {
        margin-left: 18px;
        margin-top: -6px;
    }
}

@media screen and (max-width: 768px) {
    .nav-standard-header__bounds .nav-standard-header__nav-icons .show-cart-badge-icon + .header--custom-svg {
        margin-top: 10px;
    }
}

.nav-logo-float-left .nav-standard-header__bounds {
    flex-direction: row;
    justify-content: right;
}

    .nav-logo-float-left .nav-standard-header__bounds .nav-standard-list {
        justify-content: right;
        order: 3;
        width: 32px;
    }

    .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__nav-icons {
        order: 2;
        width: 32px;
    }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group {
            width: 100%;
        }

    .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__title {
        margin-right: auto;
    }

.nav-standard__sale-link a, .nav-standard__sale-link .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard__sale-link a,
.nav-standard__sale-link .header--link-disabled {
    font-weight: 600;
}

.nav-standard-header__shop-name {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 24px;
}

    .nav-standard-header__shop-name a, .nav-standard-header__shop-name .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-header__shop-name a {
        text-decoration: none;
    }

.nav-standard-sidebar-menu {
    background-color: #000;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
    height: calc(100vh - 64px);
    max-width: 480px;
    min-width: 320px;
    opacity: 0;
    padding: 24px;
    position: absolute;
    right: -95vw;
    top: 64px;
    visibility: hidden;
    width: min-content;
}

    .nav-standard-sidebar-menu a, .nav-standard-sidebar-menu .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu a {
        color: var(--headerTextColorByBackground, #000);
        text-decoration: none;
    }

    .nav-standard-sidebar-menu::before {
        background-color: rgba(0, 0, 0, 0.8);
        content: "";
        height: 100%;
        position: fixed;
        right: 320px;
        top: 64px;
        width: 100vw;
    }

    .nav-standard-sidebar-menu .responsive-menu-list {
        flex: 1;
        overflow-y: scroll;
        padding: 0;
    }

        .nav-standard-sidebar-menu .responsive-menu-list::-webkit-scrollbar {
            display: none;
        }

    .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem,
    .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute,
    .nav-standard-sidebar-menu .nav-standard-list--vertical__item {
        align-items: center;
        display: flex;
        font-weight: normal;
        justify-content: space-between;
        letter-spacing: 1px;
    }

        .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem a, .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem a,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem .header--link-disabled,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute a,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute a,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute .header--link-disabled,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__item a,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__item a,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__item .header--link-disabled {
            color: var(--headerTextColorByBackground, #000);
        }

            .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem a:hover, .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem a:hover,
            .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem .header--link-disabled:hover,
            .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute a:hover,
            .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute a:hover,
            .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute .header--link-disabled:hover,
            .nav-standard-sidebar-menu .nav-standard-list--vertical__item a:hover,
            .nav-standard-sidebar-menu .nav-standard-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__item a:hover,
            .nav-standard-sidebar-menu .nav-standard-list--vertical__item .header--link-disabled:hover {
                opacity: 0.7;
            }

    .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 400;
        margin: 16px 0 16px 16px;
    }

        .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem a, .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem a,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem .header--link-disabled {
            margin-right: 16px;
        }

    .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute {
        margin: 16px 0 16px 32px;
    }

        .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute a:hover, .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute a:hover,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__attribute .header--link-disabled:hover {
            opacity: 0.3;
        }

    .nav-standard-sidebar-menu .nav-standard-list--vertical__item {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 16px;
        font-weight: 400;
        margin: 16px 0;
    }

        .nav-standard-sidebar-menu .nav-standard-list--vertical__item a, .nav-standard-sidebar-menu .nav-standard-list--vertical__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-sidebar-menu .nav-standard-list--vertical__item a,
        .nav-standard-sidebar-menu .nav-standard-list--vertical__item .header--link-disabled {
            margin-right: 16px;
        }

        .nav-standard-sidebar-menu .nav-standard-list--vertical__item.nav-standard__purchases-link {
            border-bottom: 1px solid var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
            margin: 0 0 32px;
            padding: 0 0 20px;
        }

            .nav-standard-sidebar-menu .nav-standard-list--vertical__item.nav-standard__purchases-link .nav-standard-list--vertical__item__badge {
                margin-left: 8px;
            }

    .nav-standard-sidebar-menu .nav-standard-list--vertical__subitem-container,
    .nav-standard-sidebar-menu .nav-standard-list--vertical__attr-container {
        display: none;
    }

    .nav-standard-sidebar-menu .nav-standard-search-form {
        border-bottom: solid 1px rgba(from var(--headerTextColorByBackground, #000) r g b/0.25);
        display: flex;
        justify-content: space-between;
        padding-bottom: 5px;
    }

        .nav-standard-sidebar-menu .nav-standard-search-form button,
        .nav-standard-sidebar-menu .nav-standard-search-form input {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 16px;
            font-weight: 400;
            background-color: transparent;
            border: none;
            color: var(--headerTextColorByBackground, #000);
            padding-right: 16px;
        }

            .nav-standard-sidebar-menu .nav-standard-search-form button svg,
            .nav-standard-sidebar-menu .nav-standard-search-form input svg {
                fill: var(--headerTextColorByBackground, #000);
            }

                .nav-standard-sidebar-menu .nav-standard-search-form button svg path,
                .nav-standard-sidebar-menu .nav-standard-search-form input svg path {
                    fill: var(--headerTextColorByBackground, #000);
                }

            .nav-standard-sidebar-menu .nav-standard-search-form button:focus {
                outline: 0;
            }

            .nav-standard-sidebar-menu .nav-standard-search-form input[type=text] {
                color: var(--headerTextColorByBackground) !important;
                height: 24px;
                padding: 0;
                position: relative;
                width: 100%;
            }

                .nav-standard-sidebar-menu .nav-standard-search-form input[type=text]:focus {
                    border: none;
                    outline: 0;
                    padding: 0;
                }

                .nav-standard-sidebar-menu .nav-standard-search-form input[type=text]::placeholder {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: var(--headerTextColorByBackground) !important;
                }

#mobile-categories-menu-switch {
    display: none;
}

@media screen and (max-width: 768px) {
    #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(1) {
        transform: translate3d(0px, 13px, 0) rotate(45deg);
    }

    #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(2) {
        transform: translate3d(0px, 13px, 0) rotate(135deg);
    }

    #mobile-categories-menu-switch:checked + #hamburguer-menu span:nth-child(3) {
        transform: translate3d(0px, 13px, 0) rotate(-45deg);
    }
}

#hamburguer-menu {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
}

    #hamburguer-menu span {
        background: var(--headerTextColorByBackground, #000) !important;
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        top: -2px;
        transition: transform 0.2s ease;
        width: 100%;
    }

        #hamburguer-menu span:nth-child(1) {
            transform: translate3d(0px, 6px, 0);
        }

        #hamburguer-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0);
        }

        #hamburguer-menu span:nth-child(3) {
            transform: translate3d(0px, 20px, 0);
        }

input[data-js=categories-toggle],
input[data-js=attributes-toggle] {
    display: none;
}

    input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(1),
    input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(1) {
        transform: translate3d(0px, 13px, 0);
    }

    input[data-js=categories-toggle]:checked + .toggle-menu span:nth-child(2),
    input[data-js=attributes-toggle]:checked + .toggle-menu span:nth-child(2) {
        transform: translate3d(0px, 13px, 0);
    }

.toggle-menu {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 16px;
}

    .toggle-menu span {
        background-color: var(--headerTextColorByBackground) !important;
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: transform 0.2s ease;
        width: 100%;
    }

        .toggle-menu span:nth-child(1) {
            transform: translate3d(0px, 13px, 0) rotate(0deg);
        }

        .toggle-menu span:nth-child(2) {
            transform: translate3d(0px, 13px, 0) rotate(90deg);
        }

@media screen and (max-width: 768px) {
    #popover-menu {
        display: none !important;
    }
}

.body--block-scroll {
    overflow: hidden;
}

.how-buy-button__desktop a, .how-buy-button__desktop .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .how-buy-button__desktop a {
    display: none;
}

.header-wrapper.header-wrapper--with-flash .nav-standard-sidebar-menu {
    height: calc(100vh - 97px);
}

    .header-wrapper.header-wrapper--with-flash .nav-standard-sidebar-menu::before {
        top: 97px;
    }

.header-wrapper.header-wrapper--standard + main > .nav-main-content,
.header-wrapper.header-wrapper--standard + main > .ui-search,
.header-wrapper.header-wrapper--standard + main > .ui-search--zrp,
.header-wrapper.header-wrapper--standard + main > .ui-pdp-not-found,
.header-wrapper.header-wrapper--standard + main > .ui-pdp,
.header-wrapper.header-wrapper--standard + main > .ui-pdp--error,
.header-wrapper.header-wrapper--standard + main > .ui-vip-core,
.header-wrapper.header-wrapper--standard + main > .home,
.header-wrapper.header-wrapper--standard + main > .home.home--with-transparency {
    padding-top: 64px !important;
}

.header-wrapper.header-wrapper--standard.header-wrapper--overlap + main > .nav-main-content,
.header-wrapper.header-wrapper--standard.header-wrapper--overlap + main > .home.home--with-transparency {
    padding-top: 0 !important;
}

.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .nav-main-content,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-search,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-search--zrp,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-pdp-not-found,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-pdp,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-pdp--error,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-vip-core,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .home {
    padding-top: 97px !important;
}

.header-wrapper.header-wrapper--standard.header-wrapper--with-flash.header-wrapper--overlap + main > .nav-main-content,
.header-wrapper.header-wrapper--standard.header-wrapper--with-flash.header-wrapper--overlap + main > .home.home--with-transparency {
    padding-top: 33px !important;
}

.header-wrapper.header-wrapper--standard.header-wrapper--transparent #hamburguer-menu .nav-header__hamburger {
    background-color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
}

@media screen and (min-width: 768px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    .nav-cookie-disclaimer__text {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .nav-cookie-disclaimer {
        background: #333;
        border-radius: 6px 6px 0 0;
        bottom: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        display: none;
        flex-wrap: wrap;
        left: 0;
        padding: 18px;
        position: fixed;
        width: 100%;
        width: fill-available;
        z-index: 120;
    }

    .nav-cookie-disclaimer__text {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
        margin: 0 0 32px;
    }

    .nav-cookie-disclaimer__link {
        color: #fff;
        text-decoration: underline;
        white-space: nowrap;
    }

    .nav-cookie-disclaimer__button {
        background-color: #3483fa;
        border-radius: 6px;
        border: 1px solid #3483fa;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        margin: 0;
        padding: 6px 12px;
        text-transform: none;
        width: 100%;
    }

        .nav-cookie-disclaimer__button:focus {
            box-shadow: 0 0 0 0.1875em rgba(30, 109, 255, 0.4);
            outline: 0;
            transition: box-shadow 0.25s ease-in;
        }

        .nav-cookie-disclaimer__button:hover {
            background-color: #1e6dff;
            border-color: transparent;
            color: #fff;
            transition: background-color 0.2s ease-in;
        }

        .nav-cookie-disclaimer__button:active {
            background-color: #105cf4;
            border-color: transparent;
            color: #fff;
        }

    body {
        font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
        margin: 0;
    }

    .header-wrapper {
        width: 100%;
        position: absolute;
        user-select: none;
    }

    .cart-badge {
        display: none;
    }

    .show-cart-badge-icon {
        display: initial;
    }

    .header-wrapper--fixed {
        position: fixed;
        z-index: 1000;
    }

        .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content,
        .header-wrapper--fixed + main > .nav-main-content,
        .header-wrapper--fixed + main > .home {
            padding-top: 64px;
        }

            .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency,
            .header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
            .header-wrapper--fixed + main > .home.home--with-transparency {
                padding-top: 0;
            }

                .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .nav-main-content.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .home.home--with-transparency.home--padding-top-content {
                    padding-top: 64px;
                }

        .header-wrapper--fixed + main > .ui-search,
        .header-wrapper--fixed + main > .ui-search--zrp,
        .header-wrapper--fixed + main > .ui-pdp,
        .header-wrapper--fixed + main > .ui-pdp-not-found,
        .header-wrapper--fixed + main > .ui-pdp--error,
        .header-wrapper--fixed + main > .ui-vip-core {
            padding-top: 64px;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
                padding-top: 0;
            }

                .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
                .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                    padding-top: 64px;
                }

            .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
            .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
                z-index: 900;
            }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home {
        padding-top: 94px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .home.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 94px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
        z-index: 900;
    }

    .header--editable {
        height: 64px;
        position: fixed;
        top: 0;
        width: 100%;
    }

        .header--editable.header--editable--with-flash {
            height: 94px;
        }

    .grecaptcha-badge {
        visibility: hidden;
    }

    .header--custom-text.header--link-disabled {
        pointer-events: none;
    }

        .header--custom-text.header--link-disabled .header--link-disabled {
            pointer-events: none;
        }

    .nav-cookie-disclaimer {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .nav-cookie-disclaimer__text {
        font-size: 16px;
        margin: 0 16px 0 0;
    }

    .nav-cookie-disclaimer__button {
        width: initial;
    }

    .header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--fixed + main > .home {
        padding-top: 90px;
    }

    .header-wrapper--fixed + main > .ui-search,
    .header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 138px;
        margin-bottom: 40px;
    }

        .header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 0;
        }

            .header-wrapper--fixed + main > .ui-search.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency.home--padding-top-content,
            .header-wrapper--fixed + main > .ui-vip-core.home--with-transparency.home--padding-top-content {
                padding-top: 138px;
            }

        .header-wrapper--fixed + main > .ui-search .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-search--zrp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp-not-found .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-pdp--error .ui-pdp-gallery__zoom-container,
        .header-wrapper--fixed + main > .ui-vip-core .ui-pdp-gallery__zoom-container {
            z-index: 900;
        }

    div.header-wrapper--fixed[data-ms-theme=fashion] + main > .ui-search,
    div.header-wrapper--fixed[data-ms-theme=fashion] + main > .ui-search--zrp {
        padding-top: 120px;
    }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .home {
        padding-top: 120px;
    }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error,
    .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core {
        padding-top: 168px;
    }

        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-search--zrp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp-not-found.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-pdp--error.home--with-transparency,
        .header-wrapper--with-flash.header-wrapper--fixed + main > .ui-vip-core.home--with-transparency {
            padding-top: 30px;
        }

    .header-wrapper--with-flash.header-wrapper--fixed .ui-pdp-gallery__zoom-container {
        z-index: 900;
    }

    .header-wrapper--fixed + main > .nav-main-content .short-description--fixed .short-description__floating.non-fixed {
        top: 90px !important;
    }

    .header-wrapper--with-flash.header-wrapper--fixed + main > .nav-main-content .short-description--fixed .short-description__floating.non-fixed {
        top: 120px !important;
    }

    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .home.home--padding-top-content,
    .header-wrapper--fixed + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .nav-main-content.home--with-transparency .header-wrapper--fixed + main > .home.home--padding-top-content,
    .header-wrapper--fixed + main > .home.home--with-transparency .header-wrapper--fixed + .nav-header__banner + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .home.home--with-transparency .header-wrapper--fixed + main > .nav-main-content.home--padding-top-content,
    .header-wrapper--fixed + main > .home.home--with-transparency .header-wrapper--fixed + main > .home.home--padding-top-content {
        padding-top: 90px;
    }
    /* Styles needed to draw header wrapper in editor */
    .header--editable {
        height: 90px;
    }

        .header--editable.header--editable--with-flash {
            height: 120px;
        }

    .header-wrapper.header-wrapper--standard .flash-component {
        box-sizing: border-box;
        display: flex !important;
        height: 36px;
        padding: 8px;
    }

    .header-wrapper.header-wrapper--standard .flash-component__text {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 400;
        color: var(--headerTextColorByBackground, #000) !important;
    }

    .header-wrapper.header-wrapper--standard .flash-component__subtext {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 400;
        color: var(--headerTextColorByBackground, #000) !important;
        font-weight: 300;
    }

    .header-wrapper.header-wrapper--standard .flash-component__link {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 400;
        color: var(--headerTextColorByBackground, #000) !important;
        margin-left: 16px;
    }

    .header-wrapper.header-wrapper--standard .flash-component__link-wrapper {
        text-decoration: none;
    }

    .nav-standard-header {
        height: 90px;
        transition: 0.3s ease;
    }

        .nav-standard-header.nav-standard-header--with-shadow {
            box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
        }

    .nav-standard-header__bounds {
        max-width: 1200px;
        padding: 0 40px;
        width: calc(100% - 90px);
    }

        .nav-standard-header__bounds .nav-standard-list {
            margin: 0;
            max-width: none;
        }

            .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item {
                align-items: center;
                display: flex;
                height: 100%;
                list-style: none;
                opacity: 0;
                visibility: hidden;
            }

                .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item a, .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item a, .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item .header--link-disabled {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    align-items: center;
                    color: var(--headerTextColorByBackground, #000);
                    cursor: pointer;
                    display: flex;
                    font-weight: normal;
                    height: 100%;
                    letter-spacing: 1px;
                    margin: 0 8px;
                    text-decoration: none;
                }

                    .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item a:hover, .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item a:hover, .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item .header--link-disabled:hover {
                        opacity: 0.7;
                    }

                .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item svg {
                    margin-top: 6px;
                }

                .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item.nav-standard__sale-link a, .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item.nav-standard__sale-link .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item.nav-standard__sale-link a, .nav-standard-header__bounds .nav-standard-list .nav-standard-list__item.nav-standard__sale-link .header--link-disabled {
                    font-weight: 600;
                }

        .nav-standard-header__bounds .nav-standard-header__nav-icons {
            margin-left: 32px;
            order: 3;
            width: auto;
        }

            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group .contact-button,
            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group .purchases-button,
            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-icons-group .cart-button {
                display: block;
                line-height: normal;
                margin-left: 24px;
            }

            .nav-standard-header__bounds .nav-standard-header__nav-icons .cart-badge {
                margin-top: -10px;
            }

            .nav-standard-header__bounds .nav-standard-header__nav-icons .show-cart-badge-icon + .header--custom-svg {
                margin-top: 0;
            }

            .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-search-form {
                border-bottom: 1px solid var(--headerTextColorByBackground, #000);
                border-color: transparent;
                display: flex;
                justify-content: space-between;
                transition: 0.2s;
            }

                .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-search-form .search-button {
                    background-color: transparent;
                    border: none;
                    cursor: pointer;
                    padding-right: 0;
                    position: relative;
                }

                .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-search-form input {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    background: transparent;
                    border: none;
                    border-bottom: 1px solid var(--headerTextColorByBackground, #000);
                    color: var(--headerTextColorByBackground, #000);
                    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                    opacity: 0;
                    transition: 0.3s;
                    visibility: hidden;
                    width: 100%;
                }

                    .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-search-form input:focus,
                    .nav-standard-header__bounds .nav-standard-header__nav-icons .nav-search-form .search-button {
                        outline: 0;
                    }

        .nav-standard-header__bounds .nav-standard-header__title {
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 254px;
            position: absolute;
            right: 0;
            top: 0;
        }

    .nav-logo-float-left .nav-standard-header__bounds {
        flex-direction: row;
        justify-content: left;
    }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__logo {
            font-size: 32px;
            font-weight: 700;
            height: 56px;
            text-decoration: none;
        }

            .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__logo .nav-header__image {
                max-height: 56px;
                max-width: 120px;
            }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__shop-name {
            font-size: 28px;
            overflow: hidden;
            padding: 8px 24px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__shop-name a, .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__shop-name .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__shop-name a {
                text-decoration: none;
            }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__title {
            justify-content: left;
            margin: 0 !important;
            order: -2;
            position: static;
        }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard-header__nav-icons {
            margin-left: auto;
            width: auto;
        }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard-list {
            margin-left: 56px;
            max-width: 644px;
            order: -1;
            width: auto;
        }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard-list__item {
            white-space: nowrap;
        }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard__hamburger-button {
            display: none;
        }

        .nav-logo-float-left .nav-standard-header__bounds .nav-standard__see-more a, .nav-logo-float-left .nav-standard-header__bounds .nav-standard__see-more .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-logo-float-left .nav-standard-header__bounds .nav-standard__see-more a {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 700;
        }

    .nav-logo-float-left .nav-standard-header__nav-icons {
        width: 324px !important;
    }

    .nav-logo-float-left .nav-standard-sidebar-menu {
        display: none;
    }

    .nav-search-form {
        max-width: 274px !important;
        width: 100% !important;
    }

    .header-wrapper--fixed + .nav-header__banner {
        padding-top: 90px;
    }

    .header-wrapper--with-flash + .nav-header__banner {
        padding-top: 120px;
    }

    .body--block-scroll {
        overflow: visible;
    }

    #popover-menu {
        background-color: #fff;
        display: none;
        list-style-type: none;
        max-height: 70vh;
        opacity: 0.95;
        overflow-y: auto;
    }

        #popover-menu.nav-standard-list--visible {
            display: block;
        }

    .nav-standard-desktop-categories-popover.nav-bounds,
    .nav-standard-desktop-see-more-popover.nav-bounds {
        box-sizing: border-box;
        max-width: 1280px;
        padding: 0;
    }

    .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__item {
        display: none;
        grid-template-columns: repeat(auto-fill, minmax(max-content, 220px));
        grid-gap: 32px 24px;
    }

        .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__item.nav-standard-list--visible {
            display: grid;
        }

            .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__item.nav-standard-list--visible:has(.nav-standard-list--horizontal__attr-container) {
                padding: 40px;
            }

        .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__item:has(> .nav-standard-list--horizontal__subitem) {
            padding: 40px;
        }

    .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__category {
        display: none;
    }

    .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem {
        box-sizing: content-box;
    }

        .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text {
            border-bottom: 1px solid var(--dividerByHeaderBackground);
            padding-bottom: 8px;
        }

            .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text a, .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text a,
            .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text .header--link-disabled {
                color: var(--headerTextColorByBackground) !important;
                font-size: 14px;
                text-decoration: none;
            }

                .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text a:hover, .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text a:hover,
                .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__subitem > .header--custom-text .header--link-disabled:hover {
                    opacity: 0.7;
                }

    .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attr-container {
        margin-top: 8px;
    }

    .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute {
        padding-top: 16px;
    }

        .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute a, .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute a,
        .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute .header--link-disabled {
            color: var(--headerTextColorByBackground) !important;
            font-size: 14px;
            text-decoration: none;
        }

            .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute a:hover, .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute a:hover,
            .nav-standard-desktop-categories-popover .nav-standard-list--horizontal__attribute .header--link-disabled:hover {
                opacity: 0.7;
            }

    .nav-standard-desktop-see-more-popover {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(max-content, 220px));
        grid-gap: 32px 24px;
        width: 100%;
    }

        .nav-standard-desktop-see-more-popover.nav-standard-list--visible {
            display: grid;
        }

            .nav-standard-desktop-see-more-popover.nav-standard-list--visible:has(.nav-standard-list--horizontal__attr-container) {
                padding: 40px;
            }

        .nav-standard-desktop-see-more-popover:has(> .nav-standard-list--horizontal__item.nav-standard-list--visible) {
            padding: 40px;
        }

        .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__item {
            display: none;
        }

            .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__item.nav-standard-list--visible {
                display: block;
            }

        .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category {
            border-bottom: 1px solid var(--dividerByHeaderBackground);
            padding-bottom: 8px;
        }

            .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category a, .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category a,
            .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category .header--link-disabled {
                color: var(--headerTextColorByBackground) !important;
                font-size: 14px;
                text-decoration: none;
            }

                .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category a:hover, .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category a:hover,
                .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__category .header--link-disabled:hover {
                    opacity: 0.7;
                }

        .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem {
            padding-top: 16px;
        }

            .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem a, .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem a,
            .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem .header--link-disabled {
                color: var(--headerTextColorByBackground) !important;
                font-size: 14px;
                text-decoration: none;
            }

                .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem a:hover, .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem a:hover,
                .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__subitem .header--link-disabled:hover {
                    opacity: 0.7;
                }

        .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attr-container {
            margin-top: 16px;
        }

        .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute {
            padding-top: 16px;
        }

            .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute a, .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute a,
            .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute .header--link-disabled {
                color: var(--headerTextColorByBackground) !important;
                font-size: 14px;
                text-decoration: none;
            }

                .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute a:hover, .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute a:hover,
                .nav-standard-desktop-see-more-popover .nav-standard-list--horizontal__attribute .header--link-disabled:hover {
                    opacity: 0.7;
                }

    .header-wrapper.header-wrapper--standard + main > .nav-main-content,
    .header-wrapper.header-wrapper--standard + main > .ui-search,
    .header-wrapper.header-wrapper--standard + main > .ui-search--zrp,
    .header-wrapper.header-wrapper--standard + main > .ui-pdp-not-found,
    .header-wrapper.header-wrapper--standard + main > .ui-pdp,
    .header-wrapper.header-wrapper--standard + main > .ui-pdp--error,
    .header-wrapper.header-wrapper--standard + main > .ui-vip-core,
    .header-wrapper.header-wrapper--standard + main > .home,
    .header-wrapper.header-wrapper--standard + main > .home.home--with-transparency {
        padding-top: 90px !important;
    }

    .header-wrapper.header-wrapper--standard.header-wrapper--overlap + main > .nav-main-content,
    .header-wrapper.header-wrapper--standard.header-wrapper--overlap + main > .home.home--with-transparency {
        padding-top: 0 !important;
    }

    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .nav-main-content,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-search,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-search--zrp,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-pdp-not-found,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-pdp,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-pdp--error,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .ui-vip-core,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash + main > .home {
        padding-top: 126px !important;
    }

    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash.header-wrapper--overlap + main > .nav-main-content,
    .header-wrapper.header-wrapper--standard.header-wrapper--with-flash.header-wrapper--overlap + main > .home.home--with-transparency {
        padding-top: 36px !important;
    }

    .header-wrapper.header-wrapper--standard.header-wrapper--transparent #hamburguer-menu .nav-header__hamburger {
        background-color: var(--headerTextColorByBackground, rgba(0, 0, 0, 0.9)) !important;
    }

    .section-text___title {
        font-size: 24px;
    }
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.dynamic-footer-contact-container {
    margin: 0;
    background-color: #fff;
}

    .dynamic-footer-contact-container a, .dynamic-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container a {
        text-decoration: none;
        color: inherit;
    }

    .dynamic-footer-contact-container .dynamic-footer-contact {
        padding: 0;
    }

        .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo {
            text-align: center;
            padding: 32px 20px;
        }

            .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo .nav-dynamic-header__logo {
                display: inline-block;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo .nav-header__image {
                max-width: 90px;
                max-height: 48px;
            }

        .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer__brand-col {
            padding: 16px 0 0;
        }

            .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer__brand-col .dynamic-footer__logo-caption {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                margin: 0;
                text-align: center;
            }

        .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer__afip-link--mobile {
            display: flex;
            justify-content: center;
        }

        .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer__afip-link {
            margin: 0 auto;
            margin-bottom: 32px;
        }

            .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer__afip-link .nav-footer-afip-img {
                margin: 0;
                height: 70px;
            }

        .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact {
            padding: 0 20px;
            box-sizing: border-box;
            text-align: left;
            width: 100%;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col {
                border: none;
                padding: 0;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact {
                    border: none;
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    text-align: center;
                    margin-top: 20px;
                }

                    .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact li {
                        margin: 0 0 16px;
                        text-align: center;
                    }

                        .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact li:last-child {
                            margin-bottom: 16px !important;
                        }

                    .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact svg {
                        margin-right: 8px;
                    }

                        .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact svg path {
                            fill: rgba(0, 0, 0, 0.9) !important;
                        }

                    .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact a {
                        font-family: var(--secondaryFontVar);
                        margin: 0;
                        line-height: 140%;
                        letter-spacing: normal;
                        font-size: 14px;
                        font-weight: 400;
                        text-decoration: none;
                        color: rgba(0, 0, 0, 0.9);
                    }

                        .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact a.contact-button, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.contact-button, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact a.contact-button {
                            margin-bottom: 20px;
                        }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media {
                align-items: center;
                display: flex;
                justify-content: center;
                margin-bottom: 0;
                margin-top: 32px;
                column-gap: 48px;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a {
                    margin: 0 0 0 8px;
                    text-decoration: none;
                }

                    .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a svg, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a svg, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a svg, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes a svg {
                        fill: rgba(0, 0, 0, 0.9) !important;
                        width: 16px;
                        height: 16px;
                    }

                    .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a path, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a path, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a path, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes a path {
                        fill: rgba(0, 0, 0, 0.9) !important;
                    }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__menu-title {
                font-family: var(--primaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 700;
                color: rgba(0, 0, 0, 0.9) !important;
                font-weight: 700;
                margin: 0 0 16px;
                text-align: center;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-title,
            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__menu-title {
                font-family: var(--primaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 700;
                text-transform: lowercase;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-title::first-letter,
                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__menu-title::first-letter {
                    text-transform: uppercase;
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact #shop-phone-link #shop-mail-link,
            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact #shop-address-link {
                color: rgba(0, 0, 0, 0.9) !important;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact #shop-address-link {
                display: block;
                margin-bottom: 20px;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact #shop-phone-link ~ #shop-mail-link::before {
                content: " | ";
                display: inline;
                margin: 0 18px;
                color: rgba(0, 0, 0, 0.25);
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__link {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                text-align: center;
                color: rgba(0, 0, 0, 0.9);
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__links-pages {
                border: none;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category {
                display: block;
                margin-top: 16px;
                overflow: hidden;
                text-align: center;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category a {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: rgba(0, 0, 0, 0.9) !important;
                    overflow: hidden;
                    text-decoration: none;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .contact-button {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .contact-button span {
                    color: rgba(0, 0, 0, 0.9);
                    vertical-align: super;
                }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .contact-button svg {
                    width: 24px;
                    height: 24px;
                }

    .dynamic-footer-contact-container .dynamic-footer__links-pages-container {
        box-sizing: border-box;
        margin-top: 32px;
        padding: 32px 0;
        border-bottom: 1px solid rgb(229, 229, 229);
        border-top: 1px solid rgb(229, 229, 229);
    }

        .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown {
            display: inline-block;
            margin-bottom: 0;
            width: 100%;
        }

        .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown-content {
            display: none;
        }

        .dynamic-footer-contact-container .dynamic-footer__links-pages-container .toggle-checkbox:checked + .dropdown-title + .dropdown-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 16px;
        }

        .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown-title {
            display: flex;
            justify-content: space-between;
        }

            .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown-title .dynamic_footer__link-pages__icon-add {
                display: inline-block;
            }

            .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown-title .dynamic_footer__link-pages__icon-substract {
                display: none;
            }

        .dynamic-footer-contact-container .dynamic-footer__links-pages-container .toggle-checkbox:checked + .dropdown-title .dynamic_footer__link-pages__icon-add {
            display: none;
        }

        .dynamic-footer-contact-container .dynamic-footer__links-pages-container .toggle-checkbox:checked + .dropdown-title .dynamic_footer__link-pages__icon-substract {
            display: inline-block;
        }

    .dynamic-footer-contact-container .dynamic-footer__contact-title {
        display: none;
    }

    .dynamic-footer-contact-container .dynamic-footer-info {
        background-color: #fff !important;
        padding: 32px 24px 12px;
        text-align: center;
    }

        .dynamic-footer-contact-container .dynamic-footer-info .nav-footer-fiscal-data {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.9) !important;
            justify-content: left;
            margin-bottom: 16px;
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 8px;
        }

        .dynamic-footer-contact-container .dynamic-footer-info a, .dynamic-footer-contact-container .dynamic-footer-info .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-info a {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 16px;
            text-decoration: none;
        }

        .dynamic-footer-contact-container .dynamic-footer-info .dynamic-footer-info__brand {
            align-items: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-top: 12px;
            margin-bottom: 0;
            color: rgba(0, 0, 0, 0.9);
        }

            .dynamic-footer-contact-container .dynamic-footer-info .dynamic-footer-info__brand .dynamic-footer-info__separator {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 12px;
                font-weight: 400;
                margin-bottom: 12px;
            }

    .dynamic-footer-contact-container .dynamic-footer__info-container--mobile {
        margin-bottom: 16px;
    }

        .dynamic-footer-contact-container .dynamic-footer__info-container--mobile a, .dynamic-footer-contact-container .dynamic-footer__info-container--mobile .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer__info-container--mobile a {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.9) !important;
            margin-bottom: 16px;
            display: inline-block;
        }

        .dynamic-footer-contact-container .dynamic-footer__info-container--mobile span {
            color: rgba(0, 0, 0, 0.25);
        }

    .dynamic-footer-contact-container .dynamic-footer__info-container--desktop {
        display: none;
    }

    .dynamic-footer-contact-container .dynamic-footer__afip-link {
        display: block;
    }

    .dynamic-footer-contact-container .dynamic_footer__link-pages__title-container {
        align-items: center;
        display: flex !important;
    }

        .dynamic-footer-contact-container .dynamic_footer__link-pages__title-container svg {
            display: block !important;
            top: 0;
        }

            .dynamic-footer-contact-container .dynamic_footer__link-pages__title-container svg path {
                fill: rgba(0, 0, 0, 0.9);
                fill-opacity: 1;
            }

        .dynamic-footer-contact-container .dynamic_footer__link-pages__title-container.dropdown-title {
            padding: 0;
            text-transform: none;
        }

    .dynamic-footer-contact-container .dynamic_footer__link-pages__title {
        font-family: var(--primaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 18px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.9);
    }

    .dynamic-footer-contact-container .dynamic_footer__link-pages__icon-substract {
        display: none;
    }

@media screen and (min-width: 768px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    .dynamic-footer-contact-container {
        margin: 0 auto;
    }

        .dynamic-footer-contact-container a, .dynamic-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container a {
            text-decoration: none;
            color: inherit;
        }

        .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo {
            justify-content: center;
            text-align: center;
            padding: 48px 0;
            margin-bottom: 0;
        }

            .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo .dynamic-footer__brand-col {
                padding: 24px 0 0;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo .dynamic-footer__brand-col .dynamic-footer__logo-caption {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    max-width: 1200px;
                    margin: 0 auto;
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo .nav-header__image {
                max-width: 120px;
                max-height: 56px;
            }

        .dynamic-footer-contact-container .nav-bounds.dynamic-footer--with-links-pages {
            gap: 48px;
        }

        .dynamic-footer-contact-container .dynamic-footer-info {
            display: flex;
            justify-content: center;
            margin: 0;
            padding: 20px 0;
        }

            .dynamic-footer-contact-container .dynamic-footer-info .dynamic-footer-info__separator {
                display: inline;
                margin-bottom: 0;
                margin-top: 0;
                padding: 0 8px;
            }

            .dynamic-footer-contact-container .dynamic-footer-info .dynamic-footer-info__brand {
                flex-direction: row;
                justify-content: flex-end;
                margin: 0;
            }

                .dynamic-footer-contact-container .dynamic-footer-info .dynamic-footer-info__brand .dynamic-footer-info__separator {
                    margin: 0;
                }

        .dynamic-footer-contact-container .dynamic-footer__links-pages-container {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            border: none;
        }

            .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown {
                border: none;
                display: block;
                margin-bottom: 0;
            }

            .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown-content {
                visibility: initial;
                display: block;
            }

            .dynamic-footer-contact-container .dynamic-footer__links-pages-container .dropdown-title {
                display: none;
            }

        .dynamic-footer-contact-container .nav-bounds--contact .dynamic-footer__contact-col,
        .dynamic-footer-contact-container .dropdown.header--custom-border {
            text-align: center;
        }

        .dynamic-footer-contact-container .contact-button span {
            color: rgba(0, 0, 0, 0.9) !important;
            vertical-align: super;
        }

        .dynamic-footer-contact-container .dynamic-footer__info-container--mobile {
            display: none;
        }

        .dynamic-footer-contact-container .dynamic-footer__info-container--desktop {
            display: block;
        }

            .dynamic-footer-contact-container .dynamic-footer__info-container--desktop .nav-footer-fiscal-data {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                display: flex;
                justify-content: center;
                margin-bottom: 8px;
            }

            .dynamic-footer-contact-container .dynamic-footer__info-container--desktop a, .dynamic-footer-contact-container .dynamic-footer__info-container--desktop .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer__info-container--desktop a {
                color: rgba(0, 0, 0, 0.9) !important;
                text-decoration: none;
            }

            .dynamic-footer-contact-container .dynamic-footer__info-container--desktop .dynamic-footer-info__separator {
                margin-bottom: 8px;
                display: inline-block;
            }

        .dynamic-footer-contact-container .dynamic-footer__contact-col.dynamic-footer--with-links-pages,
        .dynamic-footer-contact-container .dynamic-footer__menu.dynamic-footer--with-links-pages,
        .dynamic-footer-contact-container .dynamic-footer__links-pages-container {
            flex: 1;
            max-width: 33.33%;
        }

        .dynamic-footer-contact-container .dynamic_footer__links-pages:hover .dynamic_footer__link-pages__links-container {
            padding: 0;
        }

        .dynamic-footer-contact-container .dynamic_footer__link-pages__icon-add,
        .dynamic-footer-contact-container .dynamic_footer__link-pages__icon-substract {
            display: none !important;
        }

        .dynamic-footer-contact-container .dynamic_footer__link-pages__title-container {
            align-items: center;
            display: flex !important;
            padding: 0;
        }

        .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact {
            display: flex;
            flex-direction: row;
            padding: 48px 0;
            max-width: 1200px;
            margin: 0 auto;
            align-items: flex-start;
            justify-content: space-between;
            column-gap: 48px;
        }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__menu,
            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__links-pages-container,
            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col {
                flex: 1;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__menu {
                order: 1;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__links-pages-container {
                order: 2;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col {
                order: 3;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact a.header--custom-text.contact-button, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.header--custom-text.contact-button, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact a.header--custom-text.contact-button {
                    margin-bottom: 16px;
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__menu-title,
            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-title,
            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__link-pages__title {
                font-family: var(--primaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 700;
                display: block;
                margin-bottom: 16px;
                text-align: center;
                width: 100%;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__link-pages__links-container {
                align-items: center;
                column-gap: 16px;
                display: flex;
                flex-direction: column;
                justify-items: center;
                row-gap: 16px;
                text-align: center;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__link-pages__links-container a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__link-pages__links-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__link-pages__links-container a {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 16px;
                    font-weight: 400;
                    color: rgba(0, 0, 0, 0.9);
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media {
                text-align: right;
                margin-top: 16px;
                margin-bottom: 16px;
                display: flex;
                column-gap: 24px;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a svg, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a svg, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a svg, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a + .nav-list__item-attributes a svg {
                    width: 20px;
                    height: 20px;
                    fill: rgba(0, 0, 0, 0.9) !important;
                }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__social-media a {
                    display: block;
                    float: left;
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__info-container--desktop a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__info-container--desktop .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__info-container--desktop a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 40px;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__info-container--desktop span {
                color: rgba(0, 0, 0, 0.25);
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__afip-link--mobile {
                display: none;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category {
                margin: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__categories-col .dynamic-footer__category a {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 16px;
                    font-weight: 400;
                    display: block;
                    font-weight: normal;
                    padding: 0 0 16px;
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact a, .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                color: rgba(0, 0, 0, 0.9);
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic-footer__contact-col .dynamic-footer__contact li {
                margin-bottom: 8px;
            }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__links-pages {
                box-sizing: border-box;
                margin: 0;
                width: 100%;
            }

                .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact .dynamic_footer__links-pages:hover .dynamic_footer__link-pages__links-container {
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    margin-top: 0;
                }

            .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact #shop-address-link {
                margin-bottom: 16px;
            }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo {
        padding: 48px 40px;
    }

    .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact {
        padding: 48px 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .dynamic-footer-contact-container .dynamic-footer-contact .dynamic-footer-contact-logo {
        max-width: 944px;
    }

    .dynamic-footer-contact-container .dynamic-footer-contact .nav-bounds--contact {
        max-width: 944px;
    }
}

@media screen and (max-width: 768px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    #footer-container .modern-footer-contact-container .dropdown-title.header--custom-text,
    #footer-container .modern-footer-contact-container .modern_footer__link-pages__title.header--custom-text {
        font-family: var(--primaryFontVar) !important;
    }

    .modern-footer-contact-container a, .modern-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container a {
        text-decoration: none;
    }

    .modern-footer-contact-container li {
        list-style: none;
    }

    .modern-footer-contact-container svg {
        width: 20px;
    }

    .modern-footer-contact-container .modern-footer-contact {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .modern-footer-contact-container .modern-footer-contact .modern-footer__social-media {
            align-items: center;
            display: flex;
            justify-content: center;
            gap: 24px;
        }

        .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo {
            margin-bottom: 32px;
        }

            .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo .modern-footer__logo-caption {
                margin: 0;
                margin-top: 16px;
            }

        .modern-footer-contact-container .modern-footer-contact .nav-footer-afip-img {
            margin: 0;
            height: 70px;
        }

        .modern-footer-contact-container .modern-footer-contact .nav-bounds--contact .modern-footer__contact-col .modern-footer__contact {
            border: none;
            margin: 0;
            padding: 0;
        }

        .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact, .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.modern-list--contact, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact {
            display: flex;
            gap: 8px;
            align-items: center;
        }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact svg, .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.modern-list--contact svg, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact svg {
                width: 24px;
                height: 24px;
            }

    .modern-footer-contact-container .menuFooterIndex {
        margin: 0 auto;
    }

        .modern-footer-contact-container .menuFooterIndex .modern-footer__categories-col {
            position: relative;
        }

        .modern-footer-contact-container .menuFooterIndex .footer-help {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }

        .modern-footer-contact-container .menuFooterIndex .dropdown-content {
            -ms-justify-content: center;
            display: -ms-flex;
            display: flex;
            justify-content: center;
            visibility: initial;
            width: 100%;
            column-gap: 40px;
            flex-wrap: wrap;
            row-gap: 16px;
        }

        .modern-footer-contact-container .menuFooterIndex .dropdown:hover .dropdown-content {
            visibility: initial;
            display: flex;
        }

    .modern-footer-contact-container .modern-footer-contact-container .header--custom-svg path .header--custom-svg,
    .modern-footer-contact-container .modern-footer-contact-container .header--custom-svg path,
    .modern-footer-contact-container .header--custom-svg rect,
    .modern-footer-contact-container .header--custom-svg text {
        fill: var(--primaryTextColorVar) !important;
        color: var(--primaryTextColorVar);
    }

    .modern-footer-contact-container .header--custom-border,
    .modern-footer-contact-container .header--custom-border:hover {
        border-color: var(--primaryTextColorVar) !important;
    }

    .automations_preview_styles div.modern-footer-info,
    .modern-footer-info {
        align-items: center;
        background-color: #fff !important;
        display: flex;
        justify-content: center;
        max-width: unset;
    }

        .automations_preview_styles div.modern-footer-info a,
        .modern-footer-info a,
        .modern-footer-info .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-info a {
            text-decoration: none;
            display: block;
            font-size: 14px;
            text-decoration: none;
        }

        .automations_preview_styles div.modern-footer-info li,
        .modern-footer-info li {
            list-style: none;
        }

        .automations_preview_styles div.modern-footer-info .footer-power-by,
        .modern-footer-info .footer-power-by {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
        }

        .automations_preview_styles div.modern-footer-info .modern-footer-info__brand,
        .modern-footer-info .modern-footer-info__brand {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .automations_preview_styles div.modern-footer-info .nav-footer__icons_generals,
        .modern-footer-info .nav-footer__icons_generals {
            display: flex;
            flex-wrap: wrap;
        }

        .automations_preview_styles div.modern-footer-info .footer-power-by,
        .modern-footer-info .footer-power-by {
            color: #000 !important;
            margin-right: 10px;
        }

    .modern-footer-contact-container {
        padding: 32px 20px;
    }

        .modern-footer-contact-container .modern-footer-contact {
            display: flex;
            justify-content: space-between;
            max-width: unset;
            position: relative;
            padding: 0;
            flex-direction: column;
        }

            .modern-footer-contact-container .modern-footer-contact .nav-header__image {
                max-height: 48px;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a, .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
            }

                .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact, .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.modern-list--contact, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact {
                    justify-content: center;
                }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__logo-caption {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__social-media {
                gap: 48px;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-list--spacing {
                margin-top: 20px;
            }

            .modern-footer-contact-container .modern-footer-contact .nav-bounds--contact .modern-footer__contact-col .modern-footer__contact li {
                margin: 0 0 16px;
            }

                .modern-footer-contact-container .modern-footer-contact .nav-bounds--contact .modern-footer__contact-col .modern-footer__contact li:last-of-type {
                    margin-top: 20px;
                    margin-bottom: 0 !important;
                }

            .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo {
                text-align: center;
            }

                .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo :after {
                    content: none;
                }

        .modern-footer-contact-container .modern-footer__contact-col .modern-footer__contact {
            text-align: center;
        }

        .modern-footer-contact-container .modern-footer__categories-col.dropdown-content {
            align-items: center;
            flex-direction: column;
            margin-top: 16px;
            margin-bottom: 32px;
        }

        .modern-footer-contact-container .modern_footer__link-pages__title-container {
            align-items: center;
            display: flex;
            gap: 16px;
            justify-content: space-between;
        }

        .modern-footer-contact-container .menuFooterIndex .modern-footer__category {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
        }

        .modern-footer-contact-container .menuFooterIndex .dropdown-title.header--custom-text {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 18px;
            font-weight: 700;
            display: flex;
            justify-content: center;
            padding: 0;
            padding-top: 32px;
            text-transform: lowercase;
        }

            .modern-footer-contact-container .menuFooterIndex .dropdown-title.header--custom-text span::first-letter {
                text-transform: uppercase;
                display: inline-block;
            }

            .modern-footer-contact-container .menuFooterIndex .dropdown-title.header--custom-text svg {
                display: none;
            }

        .modern-footer-contact-container .menuFooterIndex .modern_footer__link:first-child {
            margin-top: 16px;
        }

        .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__title-container {
            align-items: center;
            display: flex;
            gap: 20px;
            justify-content: space-between;
        }

        .modern-footer-contact-container .menuFooterIndex .modern-footer__links-pages-container {
            padding: 32px 0;
            border-top: 1px solid;
            border-bottom: 1px solid;
        }

            .modern-footer-contact-container .menuFooterIndex .modern-footer__links-pages-container .modern_footer__link-pages__icon-add {
                display: inline-block;
            }

            .modern-footer-contact-container .menuFooterIndex .modern-footer__links-pages-container .modern_footer__link-pages__icon-substract {
                display: none;
            }

        .modern-footer-contact-container .menuFooterIndex .toggle-checkbox:checked + .modern_footer__link-pages__title-container .modern_footer__link-pages__icon-add {
            display: none;
        }

        .modern-footer-contact-container .menuFooterIndex .toggle-checkbox:checked + .modern_footer__link-pages__title-container .modern_footer__link-pages__icon-substract {
            display: inline-block;
        }

        .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__title {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 18px;
            font-weight: 700;
        }

        .modern-footer-contact-container .menuFooterIndex .footer-help {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            padding-top: 32px;
            align-items: center;
            gap: 16px;
            align-self: center;
            padding-bottom: 16px;
        }

        .modern-footer-contact-container .menuFooterIndex .nav-footer-fiscal-data {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            margin-top: 0;
            text-align: center;
        }

        .modern-footer-contact-container .menuFooterIndex .toggle-checkbox:checked + .modern_footer__link-pages__title-container + .modern_footer__link-pages__links-container {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__links-container {
            display: none;
        }

        .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__icon-substract {
            display: none;
        }

        .modern-footer-contact-container .menuFooterIndex .dropdown {
            background-color: transparent !important;
            border: none;
        }

        .modern-footer-contact-container .header--custom-svg svg,
        .modern-footer-contact-container .header--custom-svg path {
            fill: var(--primaryTextColorVar) !important;
            color: var(--primaryTextColorVar);
        }

    .modern-footer-info {
        padding: 12px 0;
    }

        .modern-footer-info a, .modern-footer-info .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-info a {
            text-decoration: none;
        }

        .modern-footer-info svg {
            margin-bottom: 12px;
        }

        .modern-footer-info .footer-power-by {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 12px;
            margin-right: 0;
        }

        .modern-footer-info .modern-footer-info__brand {
            align-items: center;
            display: flex;
            flex-direction: column;
        }
}

@media screen and (min-width: 769px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    #footer-container .modern-footer-contact-container .dropdown-title.header--custom-text,
    #footer-container .modern-footer-contact-container .modern_footer__link-pages__title.header--custom-text {
        font-family: var(--primaryFontVar) !important;
    }

    .modern-footer-contact-container a, .modern-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container a {
        text-decoration: none;
    }

    .modern-footer-contact-container li {
        list-style: none;
    }

    .modern-footer-contact-container svg {
        width: 20px;
    }

    .modern-footer-contact-container .modern-footer-contact {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .modern-footer-contact-container .modern-footer-contact .modern-footer__social-media {
            align-items: center;
            display: flex;
            justify-content: center;
            gap: 24px;
        }

        .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo {
            margin-bottom: 32px;
        }

            .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo .modern-footer__logo-caption {
                margin: 0;
                margin-top: 16px;
            }

        .modern-footer-contact-container .modern-footer-contact .nav-footer-afip-img {
            margin: 0;
            height: 70px;
        }

        .modern-footer-contact-container .modern-footer-contact .nav-bounds--contact .modern-footer__contact-col .modern-footer__contact {
            border: none;
            margin: 0;
            padding: 0;
        }

        .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact, .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.modern-list--contact, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact {
            display: flex;
            gap: 8px;
            align-items: center;
        }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact svg, .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.modern-list--contact svg, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a.modern-list--contact svg {
                width: 24px;
                height: 24px;
            }

    .modern-footer-contact-container .menuFooterIndex {
        margin: 0 auto;
    }

        .modern-footer-contact-container .menuFooterIndex .modern-footer__categories-col {
            position: relative;
        }

        .modern-footer-contact-container .menuFooterIndex .footer-help {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }

        .modern-footer-contact-container .menuFooterIndex .dropdown-content {
            -ms-justify-content: center;
            display: -ms-flex;
            display: flex;
            justify-content: center;
            visibility: initial;
            width: 100%;
            column-gap: 40px;
            flex-wrap: wrap;
            row-gap: 16px;
        }

        .modern-footer-contact-container .menuFooterIndex .dropdown:hover .dropdown-content {
            visibility: initial;
            display: flex;
        }

    .modern-footer-contact-container .modern-footer-contact-container .header--custom-svg path .header--custom-svg,
    .modern-footer-contact-container .modern-footer-contact-container .header--custom-svg path,
    .modern-footer-contact-container .header--custom-svg rect,
    .modern-footer-contact-container .header--custom-svg text {
        fill: var(--primaryTextColorVar) !important;
        color: var(--primaryTextColorVar);
    }

    .modern-footer-contact-container .header--custom-border,
    .modern-footer-contact-container .header--custom-border:hover {
        border-color: var(--primaryTextColorVar) !important;
    }

    .automations_preview_styles div.modern-footer-info,
    .modern-footer-info {
        align-items: center;
        background-color: #fff !important;
        display: flex;
        justify-content: center;
        max-width: unset;
    }

        .automations_preview_styles div.modern-footer-info a,
        .modern-footer-info a,
        .modern-footer-info .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-info a {
            text-decoration: none;
            display: block;
            font-size: 14px;
            text-decoration: none;
        }

        .automations_preview_styles div.modern-footer-info li,
        .modern-footer-info li {
            list-style: none;
        }

        .automations_preview_styles div.modern-footer-info .footer-power-by,
        .modern-footer-info .footer-power-by {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
        }

        .automations_preview_styles div.modern-footer-info .modern-footer-info__brand,
        .modern-footer-info .modern-footer-info__brand {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .automations_preview_styles div.modern-footer-info .nav-footer__icons_generals,
        .modern-footer-info .nav-footer__icons_generals {
            display: flex;
            flex-wrap: wrap;
        }

        .automations_preview_styles div.modern-footer-info .footer-power-by,
        .modern-footer-info .footer-power-by {
            color: #000 !important;
            margin-right: 10px;
        }

    .modern-footer-contact-container {
        margin: 0;
    }

        .modern-footer-contact-container .modern-footer-contact {
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 40px;
        }

            .modern-footer-contact-container .modern-footer-contact .nav-header__image {
                max-height: 56px;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__logo-caption {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
            }

            .modern-footer-contact-container .modern-footer-contact .nav-bounds--contact {
                align-items: end;
                display: flex;
                flex-direction: column;
                justify-content: start;
                width: 100%;
                margin-left: 24px;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__social-media {
                gap: 24px;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-list--spacing {
                margin-top: 16px;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo {
                width: 100%;
                margin-right: 24px;
                margin-bottom: 0;
            }

                .modern-footer-contact-container .modern-footer-contact .modern-footer-contact-logo::after {
                    border-right: 1px solid;
                    content: "";
                    height: 80%;
                    left: 50%;
                    position: absolute;
                    top: 16%;
                }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a, .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                justify-content: flex-end;
            }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact li {
                margin: 0 0 8px;
            }

                .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact li:last-of-type {
                    margin-bottom: 0 !important;
                }

            .modern-footer-contact-container .modern-footer-contact .modern-footer__contact-col .modern-footer__contact {
                text-align: right;
            }

        .modern-footer-contact-container .menuFooterIndex {
            padding-top: 40px;
            max-width: 1200px;
        }

            .modern-footer-contact-container .menuFooterIndex .dropdown-title {
                display: none;
            }

            .modern-footer-contact-container .menuFooterIndex .dropdown {
                background-color: transparent !important;
                border: none;
                width: 100%;
            }

            .modern-footer-contact-container .menuFooterIndex .modern-footer__categories-col {
                padding-bottom: 24px;
            }

                .modern-footer-contact-container .menuFooterIndex .modern-footer__categories-col .modern-footer__category {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 16px;
                    font-weight: 400;
                }

                .modern-footer-contact-container .menuFooterIndex .modern-footer__categories-col ::after {
                    border-bottom: 1px solid;
                    content: "";
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

            .modern-footer-contact-container .menuFooterIndex .footer-help {
                margin: 0;
                padding-top: 40px;
                padding-bottom: 16px;
            }

            .modern-footer-contact-container .menuFooterIndex .modern-footer__links-pages-container {
                padding-top: 24px;
            }

            .modern-footer-contact-container .menuFooterIndex .modern_footer__link {
                align-items: center;
                display: flex;
                flex-direction: row;
            }

            .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__title {
                display: none;
            }

            .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__links-container {
                align-items: center;
                column-gap: 40px;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                row-gap: 16px;
                font-weight: 700;
            }

                .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__links-container .modern_footer__link-text {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 16px;
                    font-weight: 700;
                    box-sizing: border-box;
                    letter-spacing: 0.16px;
                    line-height: 100%;
                }

            .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__icon-add,
            .modern-footer-contact-container .menuFooterIndex .modern_footer__link-pages__icon-substract {
                display: none;
            }

            .modern-footer-contact-container .menuFooterIndex .dropdown-content {
                visibility: initial;
            }

            .modern-footer-contact-container .menuFooterIndex .footer-help .header--custom-text {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
            }

            .modern-footer-contact-container .menuFooterIndex .nav-footer-fiscal-data .nav-footer-fiscal-data__name,
            .modern-footer-contact-container .menuFooterIndex .nav-footer-fiscal-data .nav-footer-fiscal-data__id {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
            }

        .modern-footer-contact-container .header--custom-svg svg,
        .modern-footer-contact-container .header--custom-svg path {
            fill: var(--primaryTextColorVar) !important;
            color: var(--primaryTextColorVar);
        }

    .modern-footer-info {
        padding: 20px 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .modern-footer-contact-container .modern-footer-contact {
        padding-left: 40px;
        padding-right: 40px;
    }

    .menuFooterIndex {
        padding-left: 40px;
        padding-right: 40px;
    }

    .modern-footer-info {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .modern-footer-contact-container .modern-footer-contact {
        max-width: 944px;
    }

    .menuFooterIndex {
        max-width: 944px;
    }

    .modern-footer-info {
        max-width: 944px;
    }
}

@media screen and (max-width: 768px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    #footer-container .standard-footer-contact-container .standard-nav-footer__link-pages__title.header--custom-text,
    #footer-container .standard-footer-contact-container .standard-nav-footer__categories-col-title.header--custom-text {
        font-family: var(--primaryFontVar) !important;
    }

    .standard-footer-contact-container a, .standard-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container a {
        text-decoration: none;
    }

    .standard-footer-contact-container li {
        list-style: none;
    }

    .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact .nav-footer-afip-img {
        margin: 0;
        height: 70px;
    }

    .standard-footer-contact-container .nav-footer-disclaimer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .standard-footer-contact-container .header--custom-svg,
    .standard-footer-contact-container .header--custom-svg path,
    .standard-footer-contact-container .header--custom-svg rect,
    .standard-footer-contact-container .header--custom-svg text {
        fill: var(--primaryTextColorVar) !important;
        color: var(--primaryTextColorVar);
    }

    .standard-footer-contact-container .standard-footer-divider {
        border-top: 1px solid var(--primaryTextColorVar);
        width: 100vw;
        margin-left: -20px;
    }

    .automations_preview_styles div.standard-footer-info,
    .standard-footer-info {
        align-items: center;
        background-color: #fff !important;
        display: flex;
        justify-content: center;
        max-width: unset;
    }

        .automations_preview_styles div.standard-footer-info a,
        .standard-footer-info a,
        .standard-footer-info .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-info a {
            text-decoration: none;
            display: block;
            text-decoration: none;
        }

        .automations_preview_styles div.standard-footer-info li,
        .standard-footer-info li {
            list-style: none;
        }

        .automations_preview_styles div.standard-footer-info .footer-power-by,
        .standard-footer-info .footer-power-by {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.9) !important;
        }

        .automations_preview_styles div.standard-footer-info .standard-footer-info__brand,
        .standard-footer-info .standard-footer-info__brand {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .automations_preview_styles div.standard-footer-info .nav-footer__icons_generals,
        .standard-footer-info .nav-footer__icons_generals {
            display: flex;
            flex-wrap: wrap;
        }

    .standard-footer-contact-container {
        background: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
        padding: 32px 20px;
    }

        .standard-footer-contact-container a.standard-list--contact svg, .standard-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.standard-list--contact svg, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container a.standard-list--contact svg {
            width: 24px;
            height: 24px;
        }

        .standard-footer-contact-container svg {
            width: 16px;
            height: 16px;
        }

        .standard-footer-contact-container .nav-bounds--contact {
            display: block;
            text-align: center;
            padding: 0;
            width: 100%;
        }

        .standard-footer-contact-container .standard-nav-footer .nav-bounds {
            max-width: 100%;
            padding: 0;
        }

        .standard-footer-contact-container .standard-nav-footer-contact__content {
            background-color: #000;
            color: #fff;
            display: flex;
            justify-content: center;
            padding: 0;
            width: 100%;
        }

            .standard-footer-contact-container .standard-nav-footer-contact__content a, .standard-footer-contact-container .standard-nav-footer-contact__content .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer-contact__content a {
                color: #fff;
            }

            .standard-footer-contact-container .standard-nav-footer-contact__content .nav-header__image {
                max-height: 48px;
                max-width: 120px;
            }

        .standard-footer-contact-container .standard-nav-footer__contact {
            box-sizing: border-box;
            list-style: none;
            margin: 0;
            padding: 32px 0 32px;
            text-align: center;
            width: 100%;
        }

            .standard-footer-contact-container .standard-nav-footer__contact a, .standard-footer-contact-container .standard-nav-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__contact a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                text-decoration: none;
            }

        .standard-footer-contact-container .standard-nav-footer__categories-col {
            border-top: 1px solid var(--primaryTextColorVar);
            box-sizing: border-box;
            padding: 24px;
            width: 100%;
        }

            .standard-footer-contact-container .standard-nav-footer__categories-col .standard-nav-footer__category:nth-child(n+7) {
                display: none;
            }

        .standard-footer-contact-container .standard-nav-footer__pages {
            border-top: 1px solid var(--primaryTextColorVar);
            box-sizing: border-box;
            padding: 24px;
            width: 100%;
        }

            .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page a, .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page a {
                opacity: 0.5;
                text-decoration: none;
            }

        .standard-footer-contact-container .standard-nav-footer__brand-col {
            box-sizing: border-box;
            margin-bottom: 32px;
            width: 100%;
        }

            .standard-footer-contact-container .standard-nav-footer__brand-col p {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                margin: 0;
            }

                .standard-footer-contact-container .standard-nav-footer__brand-col p.standard-footer__logo-caption {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    margin-top: 16px;
                }

        .standard-footer-contact-container .standard-nav-footer__social-media,
        .standard-footer-contact-container .standard-nav-footer__social-media--responsive {
            text-align: center;
        }

            .standard-footer-contact-container .standard-nav-footer__social-media a, .standard-footer-contact-container .standard-nav-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__social-media a,
            .standard-footer-contact-container .standard-nav-footer__social-media--responsive a,
            .standard-footer-contact-container .standard-nav-footer__social-media--responsive .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__social-media--responsive a {
                text-decoration: none;
            }

        .standard-footer-contact-container .standard-nav-footer__social-media {
            display: none;
        }

        .standard-footer-contact-container .standard-list--spacing .standard-list--contact.header--custom-text {
            align-items: center;
            display: flex;
            gap: 8px;
            justify-content: center;
            margin-top: 20px;
        }

        .standard-footer-contact-container .standard-nav-footer__social-media--responsive {
            display: flex;
            gap: 48px;
            justify-content: center;
            margin: 16px 0 32px;
        }

        .standard-footer-contact-container .nav-footer-disclaimer {
            padding: 32px 0 0;
        }

            .standard-footer-contact-container .nav-footer-disclaimer:only-child {
                margin: 0 auto !important;
            }

        .standard-footer-contact-container .nav-footer-about {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            text-align: left;
        }

            .standard-footer-contact-container .nav-footer-about p,
            .standard-footer-contact-container .nav-footer-about a,
            .standard-footer-contact-container .nav-footer-about .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .nav-footer-about a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
            }

            .standard-footer-contact-container .nav-footer-about p {
                margin: 0 !important;
                order: 1;
            }

        .standard-footer-contact-container .standard-nav-footer__links-pages-container .standard-nav-footer__links-pages {
            background: var(--primaryColorVar) !important;
            border: none;
            margin-bottom: 0 !important;
        }

        .standard-footer-contact-container .standard-nav-footer__link-pages__title-container {
            display: flex;
            justify-content: space-between;
            padding: 32px 0 32px;
            text-transform: none;
        }

            .standard-footer-contact-container .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-substract,
            .standard-footer-contact-container .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-add {
                align-self: center;
            }

        .standard-footer-contact-container .standard-nav-footer__link-pages__title {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }

        .standard-footer-contact-container .standard-nav-footer__link-pages__icon-substract {
            display: none;
        }

        .standard-footer-contact-container .toggle-checkbox:checked + .standard-nav-footer__link-pages__title-container + .standard-nav-footer__link-pages__links-container {
            display: flex;
            flex-direction: column;
            padding-bottom: 32px;
            row-gap: 16px;
        }

        .standard-footer-contact-container .standard-nav-footer__link-pages__links-container {
            display: none;
        }

        .standard-footer-contact-container .standard-nav-footer__link-pages__title-container {
            display: flex;
            justify-content: space-between;
        }

            .standard-footer-contact-container .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-add {
                display: inline-block;
            }

            .standard-footer-contact-container .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-substract {
                display: none;
            }

        .standard-footer-contact-container .toggle-checkbox:checked + .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-add {
            display: none;
        }

        .standard-footer-contact-container .toggle-checkbox:checked + .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-substract {
            display: inline-block;
        }

        .standard-footer-contact-container .standard-nav-footer__link {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            text-align: left;
        }

        .standard-footer-contact-container .standard-nav-footer__categories-col-container {
            box-sizing: border-box;
            padding: 32px 0;
        }

            .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col {
                padding: 0;
                border: none;
            }

            .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col-title-container {
                padding-bottom: 16px;
            }

            .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col-title {
                font-family: var(--primaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 700;
                margin: 0;
                text-transform: lowercase;
            }

                .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col-title::first-letter {
                    text-transform: uppercase;
                }

            .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col {
                display: flex;
                justify-content: center;
                flex-direction: column;
                row-gap: 16px;
            }

            .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__category a, .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__category .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__category a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
            }

        .standard-footer-contact-container .nav-bounds.nav-bounds--contact .standard-nav-footer__pages {
            display: none;
        }

        .standard-footer-contact-container .nav-bounds--contact .standard-nav-footer__contact-col .standard-nav-footer__contact li {
            margin: 0 0 16px;
        }

            .standard-footer-contact-container .nav-bounds--contact .standard-nav-footer__contact-col .standard-nav-footer__contact li:last-of-type {
                margin-top: 20px;
                margin-bottom: 0 !important;
            }

        .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            align-items: center;
            gap: 16px;
            align-self: center;
        }

    .standard-footer-info--desktop {
        display: none;
    }

    .standard-footer-info--mobile {
        padding: 12px 0;
    }

        .standard-footer-info--mobile a, .standard-footer-info--mobile .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-info--mobile a {
            text-decoration: none;
        }

        .standard-footer-info--mobile svg {
            margin-bottom: 12px;
        }

        .standard-footer-info--mobile .nav-footer__icons_generals {
            margin: 0 20px;
        }

        .standard-footer-info--mobile .footer-power-by {
            margin-bottom: 12px;
            margin-right: 0;
            max-width: max-content;
            text-align: center;
        }

        .standard-footer-info--mobile .standard-footer-info__brand {
            align-items: center;
            display: flex;
            flex-direction: column;
        }
}

@media screen and (min-width: 769px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    #footer-container .standard-footer-contact-container .standard-nav-footer__link-pages__title.header--custom-text,
    #footer-container .standard-footer-contact-container .standard-nav-footer__categories-col-title.header--custom-text {
        font-family: var(--primaryFontVar) !important;
    }

    .standard-footer-contact-container a, .standard-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container a {
        text-decoration: none;
    }

    .standard-footer-contact-container li {
        list-style: none;
    }

    .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact .nav-footer-afip-img {
        margin: 0;
        height: 70px;
    }

    .standard-footer-contact-container .nav-footer-disclaimer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .standard-footer-contact-container .header--custom-svg,
    .standard-footer-contact-container .header--custom-svg path,
    .standard-footer-contact-container .header--custom-svg rect,
    .standard-footer-contact-container .header--custom-svg text {
        fill: var(--primaryTextColorVar) !important;
        color: var(--primaryTextColorVar);
    }

    .standard-footer-contact-container .standard-footer-divider {
        border-top: 1px solid var(--primaryTextColorVar);
        width: 100vw;
        margin-left: -20px;
    }

    .automations_preview_styles div.standard-footer-info,
    .standard-footer-info {
        align-items: center;
        background-color: #fff !important;
        display: flex;
        justify-content: center;
        max-width: unset;
    }

        .automations_preview_styles div.standard-footer-info a,
        .standard-footer-info a,
        .standard-footer-info .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-info a {
            text-decoration: none;
            display: block;
            text-decoration: none;
        }

        .automations_preview_styles div.standard-footer-info li,
        .standard-footer-info li {
            list-style: none;
        }

        .automations_preview_styles div.standard-footer-info .footer-power-by,
        .standard-footer-info .footer-power-by {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.9) !important;
        }

        .automations_preview_styles div.standard-footer-info .standard-footer-info__brand,
        .standard-footer-info .standard-footer-info__brand {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .automations_preview_styles div.standard-footer-info .nav-footer__icons_generals,
        .standard-footer-info .nav-footer__icons_generals {
            display: flex;
            flex-wrap: wrap;
        }

    .standard-footer-contact-container .standard-footer-divider {
        display: none;
    }

    .standard-footer-contact-container a.standard-list--contact svg, .standard-footer-contact-container .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a.standard-list--contact svg, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container a.standard-list--contact svg {
        width: 24px;
        height: 24px;
    }

    .standard-footer-contact-container svg {
        width: 20px;
        height: 20px;
    }

    .standard-footer-contact-container .standard-nav-footer-contact__content {
        padding: 48px 0;
    }

        .standard-footer-contact-container .standard-nav-footer-contact__content .nav-bounds--contact {
            padding: 0;
        }

        .standard-footer-contact-container .standard-nav-footer-contact__content .nav-header__image {
            max-height: 56px;
            max-width: 120px;
        }

    .standard-footer-contact-container .standard-nav-footer__brand-col p {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

        .standard-footer-contact-container .standard-nav-footer__brand-col p.standard-footer__logo-caption {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            margin-top: 24px;
        }

    .standard-footer-contact-container .nav-bounds--contact {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    .standard-footer-contact-container .standard-nav-footer__brand-col {
        padding: 0;
        width: 246px;
    }

    .standard-footer-contact-container .standard-nav-footer__categories-col {
        align-content: flex-start;
        border: none;
        display: flex;
        flex: 1;
        flex-direction: column;
        flex-wrap: wrap;
        height: 156px;
        max-width: 384px;
        padding: 0;
    }

        .standard-footer-contact-container .standard-nav-footer__categories-col .standard-nav-footer__category {
            display: block !important;
        }

            .standard-footer-contact-container .standard-nav-footer__categories-col .standard-nav-footer__category:not(:last-child) {
                margin-bottom: 16px;
            }

            .standard-footer-contact-container .standard-nav-footer__categories-col .standard-nav-footer__category:nth-child(n+9) {
                display: none !important;
            }

            .standard-footer-contact-container .standard-nav-footer__categories-col .standard-nav-footer__category a, .standard-footer-contact-container .standard-nav-footer__categories-col .standard-nav-footer__category .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__categories-col .standard-nav-footer__category a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                overflow: hidden;
                text-decoration: none;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    .standard-footer-contact-container .standard-nav-footer__pages {
        border: none;
        height: auto;
        max-width: 116px;
        padding: 0;
    }

        .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page {
            display: block !important;
        }

            .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page:not(:last-child) {
                margin-bottom: 16px;
            }

            .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page a:hover, .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__pages .standard-nav-footer__page a:hover {
                opacity: 1;
            }

    .standard-footer-contact-container .standard-nav-footer__contact-col {
        border: none;
        padding: 0;
        width: 300px;
    }

        .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__social-media {
            display: block;
            text-align: right;
            margin-bottom: 16px;
        }

            .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__social-media a, .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__social-media .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__social-media a {
                margin: 0 0 0 24px;
            }

        .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact {
            border: none;
            list-style: none;
            padding: 0;
            text-align: right;
        }

            .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact a, .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                justify-content: flex-end;
            }

            .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact li {
                margin: 0 0 8px;
            }

            .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact .standard-list--spacing {
                margin-top: 16px;
            }

                .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact .standard-list--spacing .standard-list--contact.header--custom-text {
                    align-items: center;
                    display: flex;
                    gap: 8px;
                }

                .standard-footer-contact-container .standard-nav-footer__contact-col .standard-nav-footer__contact .standard-list--spacing.standard-list--afip-img {
                    margin-top: 40px;
                }

        .standard-footer-contact-container .standard-nav-footer__contact-col .standard-list--spacing.standard-list--afip-img {
            text-align: end;
        }

    .standard-footer-contact-container .standard-nav-footer__social-media--responsive {
        display: none;
    }

    .standard-footer-contact-container .standard-nav-footer {
        padding: 20px 0;
    }

        .standard-footer-contact-container .standard-nav-footer.nav-footer.header--custom-text.header--custom-background {
            background: #fff !important;
            border-color: #fff !important;
            height: 100%;
            max-height: 132px;
        }

        .standard-footer-contact-container .standard-nav-footer .nav-bounds {
            display: flex;
            flex-direction: row;
            gap: 40px;
            max-width: 1200px;
            padding: 0;
        }

            .standard-footer-contact-container .standard-nav-footer .nav-bounds .nav-footer-primaryinfo {
                flex-basis: 72%;
                margin: 0;
            }

            .standard-footer-contact-container .standard-nav-footer .nav-bounds .standard-footer-info__brand {
                column-gap: 8px;
            }

                .standard-footer-contact-container .standard-nav-footer .nav-bounds .standard-footer-info__brand svg {
                    text-align: start;
                    height: auto;
                    width: auto;
                }

    .standard-footer-contact-container .nav-footer-copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .standard-footer-contact-container .nav-footer-disclaimer {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        padding: 0;
    }

        .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-fiscal-data p {
            color: #000;
        }

        .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about {
            align-items: center;
            display: flex;
            flex-direction: row;
            text-align: center;
        }

            .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about p,
            .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a,
            .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                display: inline-block;
                text-align: right;
            }

            .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about span {
                color: rgba(0, 0, 0, 0.25) !important;
            }

            .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a, .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a {
                color: #000 !important;
                margin-right: 8px;
                position: relative;
            }

                .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:hover, .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:hover {
                    text-decoration: none;
                }

                .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:first-child, .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:first-child, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:first-child {
                    padding: 0;
                }

                .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:not(:first-child), .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:not(:first-child), .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:not(:first-child) {
                    margin-left: 8px;
                }

                .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:last-child, .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:last-child, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .nav-footer-disclaimer .nav-footer-about a:last-child {
                    margin-right: 0;
                }

    .standard-footer-contact-container .nav-bounds.nav-bounds--contact {
        align-items: start;
        column-gap: 40px;
    }

        .standard-footer-contact-container .nav-bounds.nav-bounds--contact .standard-nav-footer__pages {
            display: none;
        }

    .standard-footer-contact-container .standard-nav-footer__links-pages-container {
        border: none;
        padding: 0;
    }

        .standard-footer-contact-container .standard-nav-footer__links-pages-container .standard-nav-footer__links-pages.dropdown {
            background: var(--primaryColorVar) !important;
        }

    .standard-footer-contact-container .standard-nav-footer__link-pages__links-container,
    .standard-footer-contact-container .standard-nav-footer__links-pages:hover .standard-nav-footer__link-pages__links-container {
        display: flex;
        flex-direction: column;
        visibility: initial;
        column-gap: 32px;
        row-gap: 16px;
        padding: 0;
    }

    .standard-footer-contact-container .standard-nav-footer__link-pages__title-container,
    .standard-footer-contact-container .standard-nav-footer__links-pages:hover .standard-nav-footer__link-pages__title-container {
        display: flex;
        padding: 0;
        padding-bottom: 16px;
        text-transform: none;
    }

        .standard-footer-contact-container .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__title,
        .standard-footer-contact-container .standard-nav-footer__links-pages:hover .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__title {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }

        .standard-footer-contact-container .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-add,
        .standard-footer-contact-container .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-substract,
        .standard-footer-contact-container .standard-nav-footer__links-pages:hover .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-add,
        .standard-footer-contact-container .standard-nav-footer__links-pages:hover .standard-nav-footer__link-pages__title-container .standard-nav-footer__link-pages__icon-substract {
            display: none;
        }

    .standard-footer-contact-container .standard-nav-footer__categories-col-container {
        border: none;
        padding: 0;
    }

        .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col {
            column-gap: 32px;
            display: grid;
            grid-auto-columns: minmax(100px, auto);
            grid-auto-flow: column;
            grid-template-rows: repeat(4, auto);
            height: auto;
            max-width: none;
            row-gap: 16px;
        }

            .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col .standard-nav-footer__category {
                max-width: none;
                margin: 0;
            }

                .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col .standard-nav-footer__category a, .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col .standard-nav-footer__category .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col .standard-nav-footer__category a {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 16px;
                    font-weight: 400;
                    white-space: normal;
                    overflow: auto;
                    text-decoration: none;
                }

        .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col-title {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
            display: inline-block;
            text-transform: lowercase;
        }

            .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col-title::first-letter {
                text-transform: uppercase;
            }

        .standard-footer-contact-container .standard-nav-footer__categories-col-container .standard-nav-footer__categories-col-title-container {
            padding-bottom: 16px;
        }

    .standard-footer-contact-container .standard-nav-footer--with-links-pages .standard-nav-footer__categories-col {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .standard-footer-contact-container .standard-nav-footer--with-links-pages {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .standard-footer-contact-container .standard-nav-footer__link {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }

    .standard-footer-info--mobile {
        display: none;
    }

    .standard-footer-info--desktop .footer-power-by {
        max-width: 230px;
    }

    .nav-bounds.nav-bounds--copyright {
        justify-content: space-between;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .standard-footer-contact-container .standard-nav-footer-contact__content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .standard-footer-contact-container .standard-nav-footer {
        padding: 20px 40px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .standard-footer-contact-container .standard-nav-footer-contact__content {
        max-width: 944px;
    }
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.nav-icons-group svg path,
.nav-icons-group svg text {
    fill: var(--headerTextColorByBackground, #000);
}

.template-suscription-container__text {
    display: inline-block;
    text-transform: lowercase;
}

    .template-suscription-container__text::first-letter {
        text-transform: uppercase;
    }

.template-suscription-main-container.template-suscription-main-dynamic-container {
    background-color: rgba(var(--redColorVar), var(--greenColorVar), var(--blueColorVar), 0.1) !important;
    margin: 0 auto;
    padding: 32px 20px;
}

    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container {
        background: transparent !important;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__information {
            align-items: center;
            display: flex;
            flex-direction: column;
        }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__information div {
                width: 100%;
            }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__title {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 8px;
            text-align: center;
            letter-spacing: normal;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__description {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__email {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            border: none;
            border-radius: var(--button-border-radius, 8px);
            height: 48px;
            padding-left: 12px;
            margin-bottom: 8px;
            width: 100%;
            box-sizing: border-box;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__button {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            border: none;
            border-radius: var(--button-border-radius, 8px);
            color: #000;
            font-weight: 700;
            gap: 10px;
            height: 34px;
            margin-bottom: 8px;
            outline: none;
            position: relative;
            width: 100%;
            box-sizing: border-box;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__legal-text {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
        }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__legal-text .template-suscription-container__legal-text-link {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 12px;
                font-weight: 600;
                color: #105cf4;
                text-decoration: underline;
            }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-information .template-suscription-container__email.template-suscription-container__email--error {
            border-color: #f23d4f;
            border-style: solid;
            border-width: 1px;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__email:focus,
        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__email:focus-visible {
            box-shadow: none;
            border-color: #2968c8;
            border-style: solid;
            border-width: 1px;
            outline: #2968c8;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__email::placeholder {
            color: rgba(0, 0, 0, 0.25);
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__text {
            transition: all 0.2s;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__loading .template-suscription-container__text {
            opacity: 0;
            visibility: hidden;
        }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__loading::after {
            animation: button-loading-spinner 1s ease infinite;
            border: 4px solid transparent;
            border-radius: 50%;
            border-top-color: var(--textColorByTertiaryColorOrDefaultVar) !important;
            bottom: 0;
            content: "";
            height: 16px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
        }

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-information {
    display: block;
}

.template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-success {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    border-top: solid 1px var(--tertiaryColorVar) !important;
    display: none;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px 24px;
    text-align: center;
}

.template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-success__text {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error,
.template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-bad-email,
.template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-empty-email {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 400;
    color: #f23d4f;
    font-weight: 600;
    display: none;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
    line-height: 12px;
}

    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error .error-icon,
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-bad-email .error-icon,
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-empty-email .error-icon {
        background-color: #f23d4f;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        display: inline-block;
        margin: 0 6px;
        vertical-align: bottom;
    }

    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error svg,
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-bad-email svg,
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-empty-email svg {
        width: 12px;
        height: 12px;
    }

@media screen and (min-width: 769px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    .nav-icons-group svg path,
    .nav-icons-group svg text {
        fill: var(--headerTextColorByBackground, #000);
    }

    .template-suscription-container__text {
        display: inline-block;
        text-transform: lowercase;
    }

        .template-suscription-container__text::first-letter {
            text-transform: uppercase;
        }

    .template-suscription-main-container.template-suscription-main-dynamic-container {
        margin: 0 auto;
        padding: 32px 0;
    }

        .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container {
            max-width: 1200px;
            align-items: center;
            background: transparent !important;
            display: flex;
            flex-direction: column;
            margin: 0 auto;
            padding: 0;
            width: 100%;
            gap: 32px;
            box-sizing: border-box;
        }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__header {
                width: 100%;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__content {
                width: 500px;
                max-width: 500px;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__information {
                align-items: center;
                margin-bottom: 8px;
                display: flex;
                flex-direction: row;
                gap: 12px;
                align-items: flex-start;
                margin-top: 0;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__title {
                font-family: var(--primaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 24px;
                font-weight: 700;
                display: flex;
                justify-content: center;
                margin-bottom: 8px;
                width: 100%;
                letter-spacing: normal;
                max-width: none;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__description {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 400;
                display: flex;
                justify-content: center;
                text-align: center;
                max-width: none;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__legal-text {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                text-align: center;
            }

                .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__legal-text .template-suscription-container__legal-text-link {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: #2968c8;
                    margin-top: 8px;
                    text-decoration: underline;
                }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__email {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                height: 40px;
                padding-left: 12px;
                width: 407px;
                height: 48px;
                box-sizing: border-box;
                margin-bottom: 0;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-information .template-suscription-container__email.template-suscription-container__email--error {
                border-color: #F23D4F;
                border-style: solid;
                border-width: 2px;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__email::placeholder {
                color: rgba(0, 0, 0, 0.25);
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__button {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 600;
                border: none;
                color: #000;
                cursor: pointer;
                height: 48px;
                margin: 0;
                outline: none;
                position: relative;
                padding: 14px 18px;
                box-sizing: border-box;
            }

                .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__button:active {
                    background: #f29f05;
                }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__text {
                transition: all 0.2s;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__loading .template-suscription-container__text {
                opacity: 0;
                visibility: hidden;
            }

            .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__loading::after {
                animation: button-loading-spinner 1s ease infinite;
                border: 4px solid transparent;
                border-radius: 50%;
                border-top-color: #000;
                bottom: 0;
                content: "";
                height: 16px;
                left: 0;
                margin: auto;
                position: absolute;
                right: 0;
                top: 0;
                width: 16px;
            }

    @keyframes button-loading-spinner {
        from {
            transform: rotate(0turn);
        }

        to {
            transform: rotate(1turn);
        }
    }

    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-information {
        display: block;
    }

    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-success {
        background: #FFFFFF;
        border-radius: 0px 0px 100px 100px;
        border-top: solid 4px #F29F05;
        display: none;
        height: 100%;
        padding: 16px 48px;
        text-align: center;
        width: 500px;
        box-sizing: border-box;
    }

    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container-success__text {
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 18px;
        margin: 0 auto;
        text-align: center;
        min-width: auto;
    }

    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error,
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-bad-email,
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container .template-suscription-container__error-empty-email {
        display: none;
        line-height: 15px;
        margin: 5px 0 0 0;
        text-align: left;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container {
        padding: 32px 40px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .template-suscription-main-container.template-suscription-main-dynamic-container .template-suscription-container {
        max-width: 944px;
    }
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.nav-icons-group svg path,
.nav-icons-group svg text {
    fill: var(--headerTextColorByBackground, #000);
}

.template-suscription-container__text {
    display: inline-block;
    text-transform: lowercase;
}

    .template-suscription-container__text::first-letter {
        text-transform: uppercase;
    }

.template-suscription-main-modern-container.template-suscription-main-container {
    background-color: rgba(var(--redColorVar), var(--greenColorVar), var(--blueColorVar), 0.1) !important;
    margin: 0 auto;
    padding: 32px 20px;
}

    .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container {
        background: transparent !important;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__information {
            display: flex;
            flex-direction: column;
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__description {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: #000;
            max-width: none;
            margin-top: 8px;
            text-align: left;
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 12px;
            font-weight: 400;
            color: #000;
            text-align: left;
        }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text .template-suscription-container__legal-text-link {
                color: #3483fa;
                font-weight: 700;
                text-decoration: underline;
            }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            border: none;
            border-radius: var(--button-border-radius, 8px);
            height: 48px;
            padding-left: 12px;
            margin-bottom: 8px;
            width: 100%;
            box-sizing: border-box;
        }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus,
            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus-visible {
                box-shadow: none;
                border-color: #2968c8;
                border-style: solid;
                border-width: 1px;
                outline: #2968c8;
            }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container-information {
            display: block;
        }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container-information .template-suscription-container__email.template-suscription-container__email--error {
                border-color: #f23d4f;
                border-style: solid;
                border-width: 1px;
            }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email::placeholder {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.25);
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__button {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-content: center;
            background: #105cf4;
            border: none;
            color: #fff;
            cursor: pointer;
            padding: 8px 12px;
            gap: 10px;
            margin-bottom: 8px;
            outline: none;
            position: relative;
            box-sizing: border-box;
            line-height: 18px;
            height: auto;
            width: 100%;
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__text {
            transition: all 0.2s;
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__loading .template-suscription-container__text {
            opacity: 0;
            visibility: hidden;
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__loading::after {
            animation: button-loading-spinner 1s ease infinite;
            border: 4px solid transparent;
            border-radius: 50%;
            border-top-color: #ffffff;
            bottom: 0;
            content: "";
            height: 16px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
        }

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-title-modern {
    font-family: var(--primaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    letter-spacing: 0.1em;
    line-height: 28px;
    margin: 0;
    letter-spacing: normal;
}

.template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-modern {
    align-items: center;
    background: transparent !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: left;
}

.template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-success {
    border-top: solid 1px #232732;
    display: none;
    height: 90px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}

.template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-success__text {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 400;
    height: 72px;
    line-height: 18px;
    margin-top: 8px;
}

.template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error,
.template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-bad-email,
.template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-empty-email {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 400;
    color: #f23d4f;
    font-weight: 600;
    display: none;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
    line-height: 12px;
    text-align: left;
}

    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error .error-icon,
    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-bad-email .error-icon,
    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-empty-email .error-icon {
        background-color: #f23d4f;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        display: inline-block;
        margin: 0 6px;
        vertical-align: bottom;
    }

    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error svg,
    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-bad-email svg,
    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-empty-email svg {
        width: 12px;
        height: 12px;
    }

@media screen and (min-width: 769px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    .nav-icons-group svg path,
    .nav-icons-group svg text {
        fill: var(--headerTextColorByBackground, #000);
    }

    .template-suscription-container__text {
        display: inline-block;
        text-transform: lowercase;
    }

        .template-suscription-container__text::first-letter {
            text-transform: uppercase;
        }

    .template-suscription-main-modern-container.template-suscription-main-container {
        padding-left: 40px;
        padding-right: 40px;
    }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-title-modern {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 0.1em;
            line-height: 32px;
            margin: 0 0 32px 0;
            max-width: 500px;
            letter-spacing: normal;
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            text-align: left;
            background-color: transparent !important;
            max-width: 1200px !important;
            margin: 0 auto;
            align-items: flex-start;
        }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container div {
                width: 100%;
            }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__information {
                margin-bottom: 8px;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: flex-start;
                margin-top: 0;
            }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                text-align: left;
                margin-left: 6px;
            }

                .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text .template-suscription-container__legal-text-link {
                    color: #3483fa;
                    text-decoration: underline;
                }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container input.template-suscription-container__email {
                flex: 1;
                margin-bottom: 8px;
            }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                border-bottom-width: 0px;
                border-left-style: hidden;
                border-right-style: hidden;
                border-top-style: hidden;
                height: 48px;
                line-height: 18px;
                padding-left: 12px;
                width: 100%;
                box-sizing: border-box;
            }

                .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus {
                    box-shadow: none;
                }

                .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email::placeholder {
                    font-family: var(--secondaryFontVar);
                    margin: 0;
                    line-height: 140%;
                    letter-spacing: normal;
                    font-size: 14px;
                    font-weight: 400;
                    color: rgba(0, 0, 0, 0.25);
                }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__button {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 600;
                display: flex;
                align-items: center;
                border: none;
                cursor: pointer;
                padding: 16px 24px;
                height: 48px;
                line-height: 125%;
                outline: none;
                margin-left: 8px;
                margin-bottom: 0;
                margin-top: 0;
                box-sizing: border-box;
                width: auto;
            }

                .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__button:active {
                    background: #105cf4;
                }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__text {
                transition: all 0.2s;
            }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__loading .template-suscription-container__text {
                opacity: 0;
                visibility: hidden;
            }

            .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container .template-suscription-container__description {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 400;
                color: rgba(0, 0, 0, 0.9);
                line-height: 24px;
                margin-top: -64px;
                margin-left: auto;
                max-width: 500px;
                text-align: end;
                justify-content: flex-start;
                text-wrap-mode: wrap;
            }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-modern {
            max-width: 1200px !important;
            margin: 0 auto;
            padding: 0;
            background-color: transparent !important;
            text-align: left;
            justify-content: start;
        }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container__loading::after {
            animation: button-loading-spinner 1s ease infinite;
            border: 4px solid transparent;
            border-radius: 50%;
            border-top-color: #fff;
            bottom: 0;
            content: "";
            height: 16px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
        }

    @keyframes button-loading-spinner {
        from {
            transform: rotate(0turn);
        }

        to {
            transform: rotate(1turn);
        }
    }

    .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-success {
        border: none !important;
        display: none;
        height: 76px;
        padding: 0;
        text-align: center;
        width: 389px;
    }

    .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-success__text {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 16px;
        font-weight: 400;
        height: 36px;
        line-height: 18px;
        text-align: left;
        width: 341px;
    }

    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error,
    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-bad-email,
    .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-empty-email {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 12px;
        font-weight: 600;
        display: none;
        line-height: 15px;
        margin: 0;
        order: 4;
        flex: 0 0 100%;
    }

        .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error .error-icon,
        .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-bad-email .error-icon,
        .template-suscription-main-modern-container.template-suscription-main-container div.template-suscription-container__error-empty-email .error-icon {
            vertical-align: text-top;
        }

    .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-information {
        max-width: 500px;
    }

        .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-information .template-suscription-container__email.template-suscription-container__email--error {
            border-color: #f23d4f;
            border-style: solid;
            border-width: 2px;
        }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .template-suscription-main-modern-container.template-suscription-main-container .modern-footer-contact {
        max-width: 944px;
    }

    .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container {
        column-gap: 48px;
    }

    .template-suscription-main-modern-container.template-suscription-main-container .template-suscription-container-information {
        max-width: 448px;
    }
}

.header-background--primary {
    background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--primary.header-wrapper--opaque {
        background-color: var(--primaryColorVar);
    }

    .header-background--primary .header--custom-background {
        background-color: var(--primaryColorVar) !important;
        border-color: var(--primaryColorVar) !important;
    }

    .header-background--primary .nav-sidebar-menu,
    .header-background--primary .nav-subcategories {
        background-color: rgba(from var(--primaryColorVar) r g b/1);
    }

.header-background--secondary {
    background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--secondary.header-wrapper--opaque {
        background-color: var(--secondaryColorVar);
    }

    .header-background--secondary .header--custom-background {
        background-color: var(--secondaryColorVar) !important;
        border-color: var(--secondaryColorVar) !important;
    }

    .header-background--secondary .nav-sidebar-menu,
    .header-background--secondary .nav-subcategories {
        background-color: rgba(from var(--secondaryColorVar) r g b/1);
    }

.header-background--tertiary {
    background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--tertiary.header-wrapper--opaque {
        background-color: var(--tertiaryColorVar);
    }

    .header-background--tertiary .header--custom-background {
        background-color: var(--tertiaryColorVar) !important;
        border-color: var(--tertiaryColorVar) !important;
    }

    .header-background--tertiary .nav-sidebar-menu,
    .header-background--tertiary .nav-subcategories {
        background-color: rgba(from var(--tertiaryColorVar) r g b/1);
    }

    .header-background--tertiary .flash-component {
        background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
    }

.header-background--white {
    background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--white.header-wrapper--opaque {
        background-color: white;
    }

    .header-background--white .header--custom-background {
        background-color: white !important;
        border-color: white !important;
    }

    .header-background--white .nav-sidebar-menu,
    .header-background--white .nav-subcategories {
        background-color: rgba(from white r g b/1);
    }

.header-background--black {
    background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
    transition: background-color 0.2s ease;
}

    .header-background--black.header-wrapper--opaque {
        background-color: black;
    }

    .header-background--black .header--custom-background {
        background-color: black !important;
        border-color: black !important;
    }

    .header-background--black .nav-sidebar-menu,
    .header-background--black .nav-subcategories {
        background-color: rgba(from black r g b/1);
    }

.nav-main-content .mock-component,
.home .mock-component,
.home--with-transparency .mock-component {
    align-items: center;
    border: 1px solid black;
    box-sizing: border-box;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.flash-component__link-wrapper {
    text-decoration: none;
}

    .flash-component__link-wrapper .flash-component {
        align-items: center;
        box-sizing: border-box;
        color: var(--headerTextColorByBackground);
        display: flex;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
            .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
            .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
            .flash-component__link-wrapper .flash-component a:visited,
            .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component__link-wrapper .flash-component p.flash-component__text {
            margin: 0;
        }

    .flash-component__link-wrapper .flash-component__subtext {
        cursor: pointer;
    }

.flash-component {
    display: flex;
    gap: 8px;
    height: 100%;
    justify-content: center;
}

    .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
        color: var(--headerTextColorByBackground) !important;
        text-decoration: none;
    }

        .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
        .flash-component a:link,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
        .flash-component a:hover,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
        .flash-component a:visited,
        .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
        .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

    .flash-component p.flash-component__text {
        align-items: center;
        display: flex;
        margin: 0;
    }

.header-wrapper--shadow {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
}

.nav-list--vertical__hr {
    border: none;
    background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
    height: 1px;
}

.nav-icons-group svg path,
.nav-icons-group svg text {
    fill: var(--headerTextColorByBackground, #000);
}

.template-suscription-container__text {
    display: inline-block;
    text-transform: lowercase;
}

    .template-suscription-container__text::first-letter {
        text-transform: uppercase;
    }

.template-suscription-main-standard-container.template-suscription-main-container {
    margin: 0 auto;
    padding: 32px 20px;
}

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container {
        background-color: rgba(var(--redColorVar), var(--greenColorVar), var(--blueColorVar), 0.1) !important;
        border-radius: var(--button-border-radius, 0px);
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 24px 20px;
        text-align: center;
    }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__information {
            display: flex;
            flex-direction: column;
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__title {
            font-family: var(--primaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 20px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.9);
            margin-bottom: 8px;
            max-width: none;
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__description {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.9);
            max-width: none;
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 12px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.9);
        }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text .template-suscription-container__legal-text-link {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 12px;
                font-weight: 700;
                color: #3483fa;
                text-decoration: underline;
            }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
            border: none;
            border-radius: var(--button-border-radius, 0px);
            padding: 14px 12px;
            width: 100%;
            height: auto;
        }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus,
            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus-visible {
                box-shadow: none;
                border-color: #2968c8;
                border-style: solid;
                border-width: 1px;
                outline: #2968c8;
            }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-information .template-suscription-container__email.template-suscription-container__email--error {
            border-color: #F23D4F;
            border-style: solid;
            border-width: 1px;
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email::placeholder {
            color: rgba(0, 0, 0, 0.25);
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__button {
            font-family: var(--secondaryFontVar);
            margin: 0;
            line-height: 140%;
            letter-spacing: normal;
            font-size: 14px;
            font-weight: 600;
            border: none;
            box-sizing: border-box;
            border-radius: var(--button-border-radius, 0px);
            color: #fff;
            cursor: pointer;
            gap: 10px;
            margin-bottom: 8px;
            outline: none;
            position: relative;
            padding: 8px 12px;
            width: 100%;
        }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__button:active {
                background: #105cf4;
            }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__text {
            transition: all 0.2s;
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__loading .template-suscription-container__text {
            opacity: 0;
            visibility: hidden;
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__loading::after {
            animation: button-loading-spinner 1s ease infinite;
            border: 4px solid transparent;
            border-radius: 50%;
            border-top-color: #fff;
            bottom: 0;
            content: "";
            height: 16px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
        }

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-information {
    display: block;
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success {
    border-top: solid 1px #183c73;
    background: none;
    border-top: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success__container {
    display: flex;
    flex-direction: row-reverse;
    height: 76px;
    margin-top: 20px;
    text-align: center;
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success__text {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    margin: 0 auto;
    text-align: left;
    width: 341px;
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success__image {
    margin: 0 15px 0 0;
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error,
.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error-bad-email,
.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error-empty-email {
    font-family: var(--secondaryFontVar);
    margin: 0;
    line-height: 140%;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    color: #f23d4f;
    display: none;
    margin-bottom: 16px;
    padding: 0;
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error-icon {
    margin: 0 6px;
}

.template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error--message {
    display: flex;
    justify-content: left;
    margin-top: 8px;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .header-background--primary {
        background-color: rgba(from var(--primaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--primary.header-wrapper--opaque {
            background-color: var(--primaryColorVar);
        }

        .header-background--primary .header--custom-background {
            background-color: var(--primaryColorVar) !important;
            border-color: var(--primaryColorVar) !important;
        }

        .header-background--primary .nav-sidebar-menu,
        .header-background--primary .nav-subcategories {
            background-color: rgba(from var(--primaryColorVar) r g b/1);
        }

    .header-background--secondary {
        background-color: rgba(from var(--secondaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--secondary.header-wrapper--opaque {
            background-color: var(--secondaryColorVar);
        }

        .header-background--secondary .header--custom-background {
            background-color: var(--secondaryColorVar) !important;
            border-color: var(--secondaryColorVar) !important;
        }

        .header-background--secondary .nav-sidebar-menu,
        .header-background--secondary .nav-subcategories {
            background-color: rgba(from var(--secondaryColorVar) r g b/1);
        }

    .header-background--tertiary {
        background-color: rgba(from var(--tertiaryColorVar) r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--tertiary.header-wrapper--opaque {
            background-color: var(--tertiaryColorVar);
        }

        .header-background--tertiary .header--custom-background {
            background-color: var(--tertiaryColorVar) !important;
            border-color: var(--tertiaryColorVar) !important;
        }

        .header-background--tertiary .nav-sidebar-menu,
        .header-background--tertiary .nav-subcategories {
            background-color: rgba(from var(--tertiaryColorVar) r g b/1);
        }

        .header-background--tertiary .flash-component {
            background-color: hsl(from var(--tertiaryColorVar) h s calc(l - 5)) !important;
        }

    .header-background--white {
        background-color: rgba(from white r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--white.header-wrapper--opaque {
            background-color: white;
        }

        .header-background--white .header--custom-background {
            background-color: white !important;
            border-color: white !important;
        }

        .header-background--white .nav-sidebar-menu,
        .header-background--white .nav-subcategories {
            background-color: rgba(from white r g b/1);
        }

    .header-background--black {
        background-color: rgba(from black r g b/var(--headerOpacityVar, 1));
        transition: background-color 0.2s ease;
    }

        .header-background--black.header-wrapper--opaque {
            background-color: black;
        }

        .header-background--black .header--custom-background {
            background-color: black !important;
            border-color: black !important;
        }

        .header-background--black .nav-sidebar-menu,
        .header-background--black .nav-subcategories {
            background-color: rgba(from black r g b/1);
        }

    .nav-main-content .mock-component,
    .home .mock-component,
    .home--with-transparency .mock-component {
        align-items: center;
        border: 1px solid black;
        box-sizing: border-box;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .flash-component__link-wrapper {
        text-decoration: none;
    }

        .flash-component__link-wrapper .flash-component {
            align-items: center;
            box-sizing: border-box;
            color: var(--headerTextColorByBackground);
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            top: 0;
            width: 100%;
            z-index: 100;
        }

            .flash-component__link-wrapper .flash-component a, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

                .flash-component__link-wrapper .flash-component a:focus, .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:focus,
                .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:link,
                .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:hover,
                .flash-component__link-wrapper .flash-component a:visited,
                .flash-component__link-wrapper .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
                .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component__link-wrapper .flash-component a:visited {
                    color: var(--headerTextColorByBackground) !important;
                    text-decoration: none;
                }

            .flash-component__link-wrapper .flash-component p.flash-component__text {
                margin: 0;
            }

        .flash-component__link-wrapper .flash-component__subtext {
            cursor: pointer;
        }

    .flash-component {
        display: flex;
        gap: 8px;
        height: 100%;
        justify-content: center;
    }

        .flash-component a, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a {
            color: var(--headerTextColorByBackground) !important;
            text-decoration: none;
        }

            .flash-component a:focus, .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:focus, .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:focus,
            .flash-component a:link,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:link,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:link,
            .flash-component a:hover,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:hover,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:hover,
            .flash-component a:visited,
            .flash-component .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes a:visited,
            .header-wrapper--modern .nav-modern-header .nav-modern-header-bound #nav-list .nav-list__item--more .nav-list__item .nav-list__item-subcategory a + .nav-list__item-attributes .flash-component a:visited {
                color: var(--headerTextColorByBackground) !important;
                text-decoration: none;
            }

        .flash-component p.flash-component__text {
            align-items: center;
            display: flex;
            margin: 0;
        }

    .header-wrapper--shadow {
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.25);
    }

    .nav-list--vertical__hr {
        border: none;
        background-color: var(--dividerByHeaderBackground, rgba(0, 0, 0, 0.1));
        height: 1px;
    }

    .nav-icons-group svg path,
    .nav-icons-group svg text {
        fill: var(--headerTextColorByBackground, #000);
    }

    .template-suscription-container__text {
        display: inline-block;
        text-transform: lowercase;
    }

        .template-suscription-container__text::first-letter {
            text-transform: uppercase;
        }

    .template-suscription-main-standard-container.template-suscription-main-container {
        background-color: transparent !important;
        margin: 0 auto;
        max-width: 1200px;
        padding: 32px 40px;
    }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container {
            background-color: rgba(var(--redColorVar), var(--greenColorVar), var(--blueColorVar), 0.1) !important;
            border-radius: var(--button-border-radius, 0px);
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin: 0 auto;
            padding: 32px;
            text-align: left;
        }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__information {
                align-items: baseline;
                display: grid;
                grid-template-areas: "a1 a3" "a2 a2";
                grid-template-columns: minmax(auto, min(100%, 407px)) minmax(auto, min(100%, 81px));
                margin-top: 24px;
                margin-bottom: 0;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__title {
                font-family: var(--primaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 24px;
                font-weight: 700;
                color: rgba(0, 0, 0, 0.9);
                margin-bottom: 8px;
                max-width: 500px;
                justify-content: flex-start;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__description {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 18px;
                font-weight: 400;
                color: rgba(0, 0, 0, 0.9);
                max-width: 500px;
                text-align: left;
                text-wrap-mode: wrap;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 14px;
                font-weight: 400;
                text-align: left;
                margin-left: 6px;
            }

                .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__legal-text .template-suscription-container__legal-text-link {
                    color: #3483fa;
                    font-weight: 700;
                    margin-top: 5px;
                    text-decoration: underline;
                }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 400;
                border: 1px solid #9B9B9B;
                border-radius: var(--button-border-radius, 0px);
                grid-area: a1;
                margin-bottom: 8px;
                padding: 14px 12px;
                width: 100%;
                height: auto;
            }

                .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus,
                .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus-visible {
                    box-shadow: none;
                    border-color: #2968c8;
                    border-style: solid;
                    border-width: 1px;
                    outline: #2968c8;
                }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error--message {
                grid-area: a2;
                margin: 0;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email:focus {
                box-shadow: none;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-information .template-suscription-container__email.template-suscription-container__email--error {
                border-color: #F23D4F;
                border-style: solid;
                border-width: 1px;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__email::placeholder {
                color: rgba(0, 0, 0, 0.25);
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__button {
                font-family: var(--secondaryFontVar);
                margin: 0;
                line-height: 140%;
                letter-spacing: normal;
                font-size: 16px;
                font-weight: 600;
                align-items: center;
                border: none;
                border-radius: var(--button-border-radius, 0px);
                color: #fff;
                cursor: pointer;
                display: inline-flex;
                gap: 10px;
                grid-area: a3;
                justify-content: center;
                margin: 0 0 0 12px;
                outline: none;
                position: relative;
                padding: 14px 16px;
                width: 100%;
                height: auto;
            }

                .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__button:active {
                    background: #105cf4;
                }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__text {
                transition: all 0.2s;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__loading .template-suscription-container__text {
                opacity: 0;
                visibility: hidden;
            }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__loading::after {
                animation: button-loading-spinner 1s ease infinite;
                border: 4px solid transparent;
                border-radius: 50%;
                border-top-color: #fff;
                bottom: 0;
                content: "";
                height: 16px;
                left: 0;
                margin: auto;
                position: absolute;
                right: 0;
                top: 0;
                width: 16px;
            }

    @keyframes button-loading-spinner {
        from {
            transform: rotate(0turn);
        }

        to {
            transform: rotate(1turn);
        }
    }

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-information {
        display: block;
        width: 500px;
    }

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success {
        background: none;
        border-top: 0px;
        display: none;
        max-width: 500px;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
    }

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success__container {
        display: flex;
        flex-direction: row;
        height: 76px;
        text-align: center;
    }

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success__text {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 400;
        height: 36px;
        margin: 0 auto;
        text-align: right;
        width: auto;
        min-width: auto;
    }

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container-success__image {
        margin: 0 0 0 15px;
    }

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error,
    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error-bad-email,
    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error-empty-email {
        font-family: var(--secondaryFontVar);
        margin: 0;
        line-height: 140%;
        letter-spacing: normal;
        font-size: 12px;
        font-weight: 600;
        color: #f23d4f;
        display: none;
        margin-bottom: 8px;
        padding: 0;
        text-align: left;
    }

    .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container .template-suscription-container__error-icon {
        margin: 0 6px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .template-suscription-main-standard-container.template-suscription-main-container {
        max-width: 944px;
    }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container {
            column-gap: 48px;
        }

        .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container-information {
            max-width: 416px;
        }

            .template-suscription-main-standard-container.template-suscription-main-container .template-suscription-container-information .template-suscription-container__information {
                grid-template-columns: minmax(auto, min(100%, 323px)) minmax(auto, min(100%, 81px));
            }
}
