@charset "UTF-8";
.headerMain .headerMenuProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.headerMain .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headerMain .menuIcon .cart,
.headerMain .shoppingCart .cart,
.headerMain .favourites-notification .cart,
.headerMain .user-notification .cart, .header-main-messages .headerMenuServices .headerMenuServicesContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.container-fluid {
    padding: 0;
}

.favourites-dialog {
    display: none;
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    min-width: 275px;
    max-width: 300px;
    width: 100%;
    border-radius: 5px;
    z-index: 1070;
}
@media (max-width: 575.98px) {
    .favourites-dialog {
        top: 0;
        left: 0;
        right: 0;
        padding: 0.5rem;
        border: 0;
        border-radius: 0;
        width: 100%;
        max-width: 100%;
    }
}
.favourites-dialog.shadow {
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.04);
}
.favourites-dialog .arrow {
    display: none;
    position: absolute;
    top: -7px;
    right: 45px;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    z-index: 0;
}
@media (max-width: 575.98px) {
    .favourites-dialog .arrow {
        /*right: 125px;*/
    }
}
.favourites-dialog .dialog-content .item {
    padding: 1rem;
}
.favourites-dialog .dialog-content .item:first-of-type {
    border-top: 0;
}
.favourites-dialog .dialog-content .item .container .row {
    margin: 0;
}
.favourites-dialog .dialog-content .item p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
}
.favourites-dialog .dialog-content .item .image {
    display: block;
    width: 30px;
    height: 30px;
    background: #ccc;
}
.favourites-dialog .dialog-content .item .information {
    margin-left: 1rem;
}
.favourites-dialog .dialog-content .item .information .name {
    display: block;
    margin-bottom: 0.25rem;
}
.favourites-dialog .dialog-content .item .information .name strong {
    text-transform: uppercase;
}
.favourites-dialog .dialog-content .item .total-price {
    font-weight: 600;
}
.favourites-dialog .dialog-footer {
    border-top: 1px solid #dfdfdf;
}
.favourites-dialog .dialog-footer .text {
    margin: 0;
    font-size: 0.75rem;
    padding: 0.75rem;
}
.favourites-dialog .dialog-footer .text strong {
    color: #000;
}
.favourites-dialog .dialog-footer .text a {
    text-decoration: underline;
    color: #111;
    font-weight: 600;
}
.favourites-dialog .dialog-footer .text a:hover {
    text-decoration: none;
}
.favourites-dialog.black-bg {
    background-color: #111;
    color: #fff;
    border: 1px solid #484848;
}
.favourites-dialog.black-bg .dialog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.favourites-dialog.black-bg .dialog-content .item:first-of-type {
    padding-bottom: 0.75rem;
}
.favourites-dialog.black-bg .close-wrap {
    position: relative;
    width: 3rem;
    margin-top: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.favourites-dialog.black-bg .close-btn {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.1rem;
    transform: rotate(135deg);
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    align-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10rem;
}
.favourites-dialog.black-bg .close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}
.favourites-dialog.black-bg .dialog-footer {
    border: 0;
}
.favourites-dialog.black-bg .dialog-footer .text {
    padding-top: 0;
}
.favourites-dialog.black-bg .dialog-footer .text a {
    color: #fff;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .favourites-dialog.black-bg {
        max-width: none;
        width: auto;
        top: 0.75rem;
        right: 0.5rem;
        left: 0.5rem;
    }
}
@media (max-width: 575.98px) {
    .favourites-dialog.black-bg {
        max-width: none;
        width: auto;
        top: 0;
        right: 0;
        left: 0;
    }
}

.header-main-messages .headerMenuServices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
    order: 2;
    flex-direction: row;
}
@media (min-width: 992px) {
    .header-main-messages .headerMenuServices {
        background-color: #f5f5f5;
        flex-flow: row nowrap;
        order: 1;
    }
}
@media (max-width: 991.98px) {
    .header-main-messages .headerMenuServices {
        border-bottom: 1px solid #f5f5f5;
    }
}
.header-main-messages .headerMenuServices.bg-darker {
    background-color: #111;
    color: #fff !important;
}
.header-main-messages .headerMenuServices.bg-darker .mainNav {
    background-color: #111;
}
.header-main-messages .headerMenuServices.bg-darker .nav-link, .header-main-messages .headerMenuServices.bg-darker .nav-link:hover {
    color: #fff !important;
}
.header-main-messages .headerMenuServices.bg-darker .nav-link:hover {
    text-decoration: underline;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent {
    position: relative;
    flex-flow: row nowrap;
    min-height: 38px;
}
@media (min-width: 992px) {
    .header-main-messages .headerMenuServices .headerMenuServicesContent {
        justify-content: center;
    }
}
@media (max-width: 767.98px) {
    .header-main-messages .headerMenuServices .headerMenuServicesContent {
        align-items: flex-start;
        height: auto;
        min-height: 48px;
        max-height: 48px;
        transition: max-height 0.5s ease-in-out;
        overflow: hidden;
    }
    .header-main-messages .headerMenuServices .headerMenuServicesContent .skapa__btn, .header-main-messages .headerMenuServices .headerMenuServicesContent .btn-revamp {
        position: absolute;
        right: 0.5rem;
        margin-top: 0.25rem;
        transition: all 0.5s ease-in-out;
    }
    .header-main-messages .headerMenuServices .headerMenuServicesContent.active {
        max-height: none;
    }
    .header-main-messages .headerMenuServices .headerMenuServicesContent.active .skapa__btn, .header-main-messages .headerMenuServices .headerMenuServicesContent.active .btn-revamp {
        transform: rotate(180deg) !important;
        transition: all 0.5s ease;
    }
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .navbar.servicesList {
    font-size: 0.75rem;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    flex-direction: row;
    justify-content: center;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .navbar.servicesList .nav-item {
    margin: 0 1rem;
}
@media (max-width: 767.98px) {
    .header-main-messages .headerMenuServices .headerMenuServicesContent .navbar.servicesList .nav-item {
        width: 100%;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .webSelectors {
    /* TODO new for v2 - remove on twig */
    display: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .siteSelector,
.header-main-messages .headerMenuServices .headerMenuServicesContent .langSelector {
    font-size: 0.875rem;
    margin-right: auto;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991.98px) {
    .header-main-messages .headerMenuServices .headerMenuServicesContent .siteSelector .show .dropdown-toggle,
    .header-main-messages .headerMenuServices .headerMenuServicesContent .langSelector .show .dropdown-toggle {
        padding-bottom: 0;
    }
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .siteSelector button,
.header-main-messages .headerMenuServices .headerMenuServicesContent .langSelector button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0.5rem;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .siteSelector .dropdown-menu,
.header-main-messages .headerMenuServices .headerMenuServicesContent .langSelector .dropdown-menu {
    min-width: auto;
    font-size: 0.875rem;
}
@media (max-width: 991.98px) {
    .header-main-messages .headerMenuServices .headerMenuServicesContent .siteSelector .dropdown-menu,
    .header-main-messages .headerMenuServices .headerMenuServicesContent .langSelector .dropdown-menu {
        font-size: 1rem;
        border: none;
    }
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .siteSelector .dropdown-menu li,
.header-main-messages .headerMenuServices .headerMenuServicesContent .langSelector .dropdown-menu li {
    padding: 0 0.5rem;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .langSelector .nav-link:before {
    content: "\e99b";
    font-size: 1.35rem;
    color: inherit;
    font-family: "fundament-icons-v2" !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5rem;
    line-height: 0;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .userMenu {
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    .header-main-messages .headerMenuServices .headerMenuServicesContent .userMenu {
        font-size: 0.875rem;
    }
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .icon-header,
.header-main-messages .headerMenuServices .headerMenuServicesContent .iconHeader {
    display: inline-block;
    vertical-align: middle;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .icon-header.picto-call:before,
.header-main-messages .headerMenuServices .headerMenuServicesContent .iconHeader.picto-call:before {
    content: "\e001";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "Noto IKEA";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .icon-header.picto-call:before,
.header-main-messages .headerMenuServices .headerMenuServicesContent .iconHeader.picto-call:before {
    vertical-align: sub;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .icon-header.picto-info:before,
.header-main-messages .headerMenuServices .headerMenuServicesContent .iconHeader.picto-info:before {
    content: "\e008";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "Noto IKEA";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .icon-header.picto-info:before,
.header-main-messages .headerMenuServices .headerMenuServicesContent .iconHeader.picto-info:before {
    vertical-align: sub;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .icon-header.picto-where-are-we:before,
.header-main-messages .headerMenuServices .headerMenuServicesContent .iconHeader.picto-where-are-we:before {
    content: "\e035";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "Noto IKEA";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .icon-header.picto-where-are-we:before,
.header-main-messages .headerMenuServices .headerMenuServicesContent .iconHeader.picto-where-are-we:before {
    vertical-align: sub;
}
.header-main-messages .headerMenuServices .headerMenuServicesContent .nav-link {
    text-decoration: none;
}
@media (min-width: 992px) {
    .header-main-messages .headerMenuServices .headerMenuServicesContent .nav-link {
        font-size: 0.75rem;
    }
}
@media (max-width: 991.98px) {
    .header-main-messages .collapse,
    .header-main-messages .collapsing {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 109px;
        background-color: rgba(255, 255, 255, 0.95);
    }
}
@media (max-width: 991.98px) {
    .header-main-messages .collapse .headerMenuServicesContent > *,
    .header-main-messages .collapsing .headerMenuServicesContent > * {
        order: 1;
    }
}
.header-main-messages .collapse .headerMenuServicesContent > .userMenu,
.header-main-messages .collapsing .headerMenuServicesContent > .userMenu {
    /* TODO new for v2 - remove from twig */
    display: none;
}
@media (max-width: 991.98px) {
    .header-main-messages .collapse .headerMenuServicesContent > .userMenu,
    .header-main-messages .collapsing .headerMenuServicesContent > .userMenu {
        order: 0;
    }
}

.headerMain {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /* Height of collapse container calculated by jQuery on headerMain.html.twig to refresh on per device height
    .collapse {
        @include media-breakpoint-down(md) {
            height: calc(100vh - 109px);
        }
    }
    */
    /*&.shrink {
        .navbar-brand { 
            img {
                width: 80px;
            }
        }
    }*/
}
.headerMain .main-nav--scroll-up {
    margin-top: -2px;
    position: -webkit-sticky;
    position: sticky;
    transition: top 0.25s linear 0s;
}
.headerMain .mainNav {
    background-color: #fff;
    width: 100%;
}
.headerMain.headerCheckout .mainNav {
    border-bottom: none;
}
.headerMain .navbar {
    padding: 0 10px;
}
.headerMain .navbar #siteSelector {
    color: #6c757d;
}
.headerMain .navbar-brand {
    padding: 0;
    margin-right: 2rem;
}
@media (max-width: 1199.98px) {
    .headerMain .navbar-brand {
        margin-right: 2rem;
    }
}
@media (max-width: 991.98px) {
    .headerMain .navbar-brand {
        margin-left: 10px;
        margin-right: 1rem;
    }
}
.headerMain .navbar-brand img {
    margin: 1.9rem 0;
    transition: all 0.2s;
    width: 90px;
}
@media (max-width: 991.98px) {
    .headerMain .navbar-brand img {
        margin: 0.9375rem 0;
    }
}
@media (max-width: 1199.98px) {
    .headerMain .navbar-brand img {
        width: 75px;
    }
}
@media (max-width: 991.98px) {
    .headerMain .dropdown-toggle:after {
        margin-left: auto;
    }
}
.headerMain .navbar-nav {
    position: static !important;
}
@media (max-width: 991.98px) {
    .headerMain .navbar-nav {
        width: 100%;
        font-size: 1.25rem;
    }
}
.headerMain .navbar-nav .nav-link {
    color: #6c757d;
}
.headerMain .navbar-nav .nav-link.active {
    text-decoration: underline;
}
.headerMain .navbar-nav .nav-link.outstanding {
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #ced4da;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .nav-link.outstanding {
        border-bottom: none;
    }
}
.headerMain .navbar-nav .nav-link.icon-header:before, .headerMain .navbar-nav .nav-link.iconHeader:before {
    font-size: 1.5rem;
    vertical-align: text-top;
    line-height: 1rem;
    color: inherit;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .nav-link {
        color: #343a40;
    }
}
@media (max-width: 991.98px) {
    .headerMain .navbar-nav .nav-link {
        padding: 1rem 0;
    }
}
.headerMain .navbar-nav .productsMenu,
.headerMain .navbar-nav .servicesMenu {
    position: static;
}
.headerMain .navbar-nav .productsMenu.show .nav-link,
.headerMain .navbar-nav .servicesMenu.show .nav-link {
    border-bottom: none;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu.show .nav-link span,
    .headerMain .navbar-nav .servicesMenu.show .nav-link span {
        text-decoration: underline;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu,
.headerMain .navbar-nav .servicesMenu .dropdown-menu {
    font-size: 1.2rem;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 0.25rem;
        -webkit-border-bottom-right-radius: 0.25rem;
        background-clip: padding-box;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomleft: 0.25rem;
        -moz-border-radius-bottomright: 0.25rem;
        background-clip: padding-box;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        background-clip: padding-box;
        background-color: rgba(255, 255, 255, 0.95);
        border: 1px solid #dfdfdf;
        border-top: none;
        margin-top: 0;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        font-size: 0.9rem;
        padding: 0 3rem 1rem;
        animation: menuIn 0.3s;
    }
    .headerMain .navbar-nav .productsMenu .dropdown-menu.show,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        height: auto;
        animation: fade 0.3s;
    }
    @keyframes fade {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
    color: #6c757d;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu .dropdown-item,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .dropdown-item {
        font-size: 0.85rem;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .dropdown-item:active,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .dropdown-item:active {
    color: #212529;
    background-color: #f8f9fa;
}
@media (min-width: 992px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu .products,
    .headerMain .navbar-nav .productsMenu .dropdown-menu .rooms,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .products,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .rooms {
        width: 100%;
        -moz-column-count: 4;
             column-count: 4;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .products .dropdown-item,
.headerMain .navbar-nav .productsMenu .dropdown-menu .rooms .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .products .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .rooms .dropdown-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .products .dropdown-item span,
.headerMain .navbar-nav .productsMenu .dropdown-menu .rooms .dropdown-item span,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .products .dropdown-item span,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .rooms .dropdown-item span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .popular,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .popular {
    border-left: 1px solid #e9ecef;
}
@media (max-width: 991.98px) {
    .headerMain .navbar-nav .productsMenu .dropdown-menu .popular,
    .headerMain .navbar-nav .servicesMenu .dropdown-menu .popular {
        border-left: none;
        border-top: 1px solid #e9ecef;
    }
}
.headerMain .navbar-nav .productsMenu .dropdown-menu .popular .dropdown-item,
.headerMain .navbar-nav .servicesMenu .dropdown-menu .popular .dropdown-item {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headerMain .headerMenuProducts .searcher .btn.closeIcon.icon-close-thin {
    display: none;
}
.headerMain .searcher {
    background-color: #f5f5f5;
    border-radius: 10rem;
    background-clip: padding-box;
}
@media (min-width: 992px) {
    .headerMain .searcher {
        position: relative;
        margin-right: 2rem !important;
    }
}
@media (max-width: 991.98px) {
    .headerMain .searcher {
        flex-wrap: wrap;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: none;
        cursor: pointer;
        background-color: #fff;
    }
    .headerMain .searcher:hover {
        background-color: #f5f5f5;
    }
}
@media (min-width: 992px) {
    .headerMain .searcher {
        flex: 1;
        transition: all 0.2s;
    }
    .headerMain .searcher:hover {
        transition: all 0.2s;
    }
}
.headerMain .searcher .input-group {
    border-radius: 10rem;
    background-clip: padding-box;
    background-color: #f5f5f5;
    transition: all 0.2s;
    border: 1px solid transparent;
    align-content: stretch;
    flex-wrap: nowrap !important;
}
@media (max-width: 767.98px) {
    .headerMain .searcher .input-group {
        height: 3.25rem;
    }
    .headerMain .searcher .input-group input {
        height: 100%;
    }
}
.headerMain .searcher .input-group form {
    flex: 0;
}
.headerMain .searcher:focus-within .input-group-append,
.headerMain .searcher:focus-within input.form-control {
    z-index: 1050;
}
.headerMain .searcher:focus-within .input-group {
    border-color: #929292;
    background: #fff;
    z-index: 1050;
}
.headerMain .searcher:focus-within .dropdown__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.headerMain .searcher:focus-within .dropdown__overlay.fade-in {
    opacity: 1;
}
.headerMain .searcher:focus-within .input-group {
    z-index: 1060 !important;
}
.headerMain .searcher form {
    order: 2;
}
@media (min-width: 992px) {
    .headerMain .searcher form {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}
.headerMain .searcher input {
    background-color: transparent;
    color: #111;
    font-size: 1rem;
    padding-left: 0;
    height: 40px;
}
.headerMain .searcher input:-internal-autofill-selected {
    background-color: transparent !important;
}
.headerMain .searcher input:-webkit-autofill,
.headerMain .searcher input:-webkit-autofill:hover,
.headerMain .searcher input:-webkit-autofill:focus textarea:-webkit-autofill,
.headerMain .searcher textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.headerMain .searcher select:-webkit-autofill,
.headerMain .searcher select:-webkit-autofill:hover,
.headerMain .searcher select:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.headerMain .searcher .dropdown-menu {
    padding: 0;
}
.headerMain .searcher .dropdown-menu-right {
    right: 0;
    left: auto;
}
.headerMain .searcher .form-control,
.headerMain .searcher .searchIcon {
    position: relative;
    font-weight: normal;
    display: block;
}
.headerMain .searcher .form-control:focus, .headerMain .searcher .form-control.focus,
.headerMain .searcher .searchIcon:focus,
.headerMain .searcher .searchIcon.focus {
    outline: 0;
    box-shadow: none;
}
.headerMain .searcher .form-control {
    border: none;
    border-radius: 0;
}
.headerMain .searcher .form-control:-internal-autofill-selected {
    background-color: transparent !important;
}
.headerMain .searcher input:-internal-autofill-selected {
    background-color: transparent !important;
}
.headerMain .searcher .searchIcon {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.headerMain .searcher .searchIcon:before {
    content: "\e9c4";
    font-size: 1.5rem;
    color: #111;
    font-family: "fundament-icons-v2" !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 0;
}
.headerMain .searcher .searchIcon:before {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
}
@media (max-width: 991.98px) {
    .headerMain .searcher .searchIcon:before {
        content: "\e9c4";
        font-size: 24px;
        color: #111;
        font-family: "fundament-icons-v2" !important;
        display: inline-block;
        vertical-align: middle;
        padding-right: 0;
        line-height: 0;
    }
    .headerMain .searcher .searchIcon:before {
        line-height: unset;
    }
}
@media (min-width: 768px) {
    .headerMain .searcher .searchIcon {
        padding-bottom: 0.25rem;
    }
}
.headerMain .searcher .searchIcon.btn {
    padding: 0 1rem;
    height: 100%;
}
.headerMain .searcher .searchClose {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.headerMain .searcher .searchClose:before {
    content: "\e968";
    font-size: 1.5rem;
    color: #111;
    font-family: "fundament-icons-v2" !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 0;
}
.headerMain .searcher.compact #header_searcher_mobile_container {
    left: 16px;
    right: 16px;
    border: 0;
    margin: -2px -1rem !important;
    padding: 0 1rem 1.5rem 1rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    z-index: 0;
    /* Esto está así para que funcione en IOS */
}
@media (max-width: 991.98px) {
    .headerMain .searcher.compact #header_searcher_mobile_container {
        display: none;
    }
    .headerMain .searcher.compact #header_searcher_mobile_container.show {
        display: block;
    }
    .headerMain .searcher.compact #header_searcher_mobile_container.visibilitySearcher {
        display: block;
    }
    .headerMain .searcher.compact #header_searcher_mobile_container.visibilitySearcher form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding-right: 0;
    }
    .headerMain .searcher.compact #header_searcher_mobile_container.visibilitySearcher form #imageSearchButtonMobile {
        margin-right: 0 !important;
    }
    .headerMain .searcher.compact #header_searcher_mobile_container.visibilitySearcher form #imageSearchButtonMobile > button {
        background-color: transparent;
    }
}
.headerMain .searcher.compact form {
    margin-top: 0;
    border-radius: 10rem;
    background-clip: padding-box;
    left: 8px;
    right: 8px;
    padding-left: 1rem;
    padding-right: 0.5rem;
    border: solid 2px transparent;
    background-color: #f5f5f5;
    /* Esto está comentado para que funcione en IOS */
    /*&:after {
        text-align: right;
        padding: 0 .25rem;
    }
    */
    /* Esto está así para que funcione en IOS */
}
.headerMain .searcher.compact form:focus-within {
    border-color: #0058a3;
    background-color: #fff;
}
.headerMain .searcher.compact form input {
    font-size: 1.15rem;
    background-color: transparent;
    width: calc(100% - 30px);
    display: inline-block;
    border-radius: 0;
    /* Esto está comentado para que funcione en IOS */
}
@media (max-width: 991.98px) {
    .headerMain .searcher.compact form .close-wrapper {
        display: block;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .headerMain .searcher.compact form .close-wrapper:after {
        content: "\e968";
        font-size: 1.5rem;
        color: #111;
        font-family: "fundament-icons-v2" !important;
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
        line-height: 0;
    }
    .headerMain .searcher.compact form .close-wrapper:after {
        text-align: right;
        padding: 0 0.25rem;
    }
}
.headerMain .searcher.compact input {
    padding: 0.5rem;
}
@media (max-width: 1199.98px) {
    .headerMain .searcher > .input-group {
        flex-wrap: nowrap;
    }
}
.headerMain .searcher #header_searcher_mobile_container ul.searcherList {
    left: 0 !important;
    right: 0;
    width: 100% !important;
    max-height: 70vh;
}
@media (max-width: 767.98px) {
    .headerMain .searcher #header_searcher_mobile_container ul.searcherList {
        max-height: calc(100vh - 170px);
    }
}
.headerMain #searcher {
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .headerMain #searcher {
        min-width: 30%;
        margin-top: 0;
    }
    .headerMain #searcher .searcher input {
        height: 35px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .headerMain #searcher {
        width: 100%;
        height: auto;
        margin: 0.5rem 0 0.5rem 3rem !important;
    }
}
@media (max-width: 767.98px) {
    .headerMain #searcher {
        min-width: 100%;
        left: 0;
        right: 0;
        padding: 0;
        background-color: #fff;
        border-radius: 0 !important;
        display: inline-table;
    }
}
@media (min-width: 992px) {
    .headerMain .shoppingCart {
        margin-right: -0.5rem;
    }
}
.headerMain .menuIcon,
.headerMain .shoppingCart,
.headerMain .favourites-notification,
.headerMain .user-notification {
    position: relative;
    cursor: pointer;
    padding: 0.5rem 0;
}
.headerMain .menuIcon .cart,
.headerMain .shoppingCart .cart,
.headerMain .favourites-notification .cart,
.headerMain .user-notification .cart {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 10rem;
    text-decoration: none;
    color: #111;
    top: -1px;
    position: relative;
}
@media (max-width: 575.98px) {
    .headerMain .menuIcon .cart,
    .headerMain .shoppingCart .cart,
    .headerMain .favourites-notification .cart,
    .headerMain .user-notification .cart {
        position: relative;
        left: 0;
    }
}
.headerMain .menuIcon .cart:hover,
.headerMain .shoppingCart .cart:hover,
.headerMain .favourites-notification .cart:hover,
.headerMain .user-notification .cart:hover {
    text-decoration: none;
}
.headerMain .menuIcon .icon,
.headerMain .shoppingCart .icon,
.headerMain .favourites-notification .icon,
.headerMain .user-notification .icon {
    width: 40px;
    border-radius: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.headerMain .menuIcon .icon::before,
.headerMain .shoppingCart .icon::before,
.headerMain .favourites-notification .icon::before,
.headerMain .user-notification .icon::before {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
}
.headerMain .menuIcon .icon > svg,
.headerMain .shoppingCart .icon > svg,
.headerMain .favourites-notification .icon > svg,
.headerMain .user-notification .icon > svg {
    fill: #111;
}
.headerMain .menuIcon.delivery .icon,
.headerMain .shoppingCart.delivery .icon,
.headerMain .favourites-notification.delivery .icon,
.headerMain .user-notification.delivery .icon {
    height: 40px;
}
.headerMain .shoppingCart:hover a, .headerMain .shoppingCart:hover a .items, .headerMain .shoppingCart:hover a .items:before,
.headerMain .user-notification:hover a,
.headerMain .user-notification:hover a .items,
.headerMain .user-notification:hover a .items:before,
.headerMain .delivery:hover a,
.headerMain .delivery:hover a .items,
.headerMain .delivery:hover a .items:before,
.headerMain .search-qr:hover a,
.headerMain .search-qr:hover a .items,
.headerMain .search-qr:hover a .items:before {
    background-color: #f5f5f5;
}
.headerMain .shoppingCart:active a, .headerMain .shoppingCart:active a .items, .headerMain .shoppingCart:active a .items:before,
.headerMain .user-notification:active a,
.headerMain .user-notification:active a .items,
.headerMain .user-notification:active a .items:before,
.headerMain .delivery:active a,
.headerMain .delivery:active a .items,
.headerMain .delivery:active a .items:before,
.headerMain .search-qr:active a,
.headerMain .search-qr:active a .items,
.headerMain .search-qr:active a .items:before {
    background-color: #dfdfdf;
}
.headerMain .shoppingCart .cart .items,
.headerMain .shoppingCart .cart .favouriteButtonHeaderClass,
.headerMain .shoppingCart .cart .data,
.headerMain .favourites-notification .cart .items,
.headerMain .favourites-notification .cart .favouriteButtonHeaderClass,
.headerMain .favourites-notification .cart .data {
    align-self: flex-end;
    position: absolute;
    top: 1.95em;
    left: 2.2em;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1;
    z-index: 3;
    color: #0058a3;
}
.headerMain .shoppingCart .cart .items:before,
.headerMain .shoppingCart .cart .favouriteButtonHeaderClass:before,
.headerMain .shoppingCart .cart .data:before,
.headerMain .favourites-notification .cart .items:before,
.headerMain .favourites-notification .cart .favouriteButtonHeaderClass:before,
.headerMain .favourites-notification .cart .data:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: #fff;
    position: absolute;
    top: -0.125em;
    left: -0.225em;
    z-index: -1;
    border-radius: 3px;
}
@media (max-width: 575.98px) {
    .headerMain .shoppingCart .cart .items,
    .headerMain .shoppingCart .cart .favouriteButtonHeaderClass,
    .headerMain .shoppingCart .cart .data,
    .headerMain .favourites-notification .cart .items,
    .headerMain .favourites-notification .cart .favouriteButtonHeaderClass,
    .headerMain .favourites-notification .cart .data {
        position: absolute;
    }
}
.headerMain .shoppingCart .cart .items:empty,
.headerMain .shoppingCart .cart .favouriteButtonHeaderClass:empty,
.headerMain .shoppingCart .cart .data:empty,
.headerMain .favourites-notification .cart .items:empty,
.headerMain .favourites-notification .cart .favouriteButtonHeaderClass:empty,
.headerMain .favourites-notification .cart .data:empty {
    display: none;
}
.headerMain .delivery .iconDelivery .icon svg {
    padding: 0 0.5rem;
    border-radius: 0;
}
.headerMain .shoppingCart:active a, .headerMain .shoppingCart:active a .items {
    background-color: #dfdfdf;
}
.headerMain .shoppingCart .cart .items .totalItemsList:empty {
    display: none;
}
.headerMain .shoppingCart .cart.empty .items {
    display: none;
}
.headerMain .shoppingCart .cart.empty:before {
    content: "\e9fb";
    font-size: 24px;
    color: #111;
    font-family: "fundament-icons-v2" !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 0;
}
.headerMain .shoppingCart .cart.full:before {
    content: "\e9fb";
    font-size: 24px;
    color: #111;
    font-family: "fundament-icons-v2" !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 0;
}
.headerMain .shoppingCart .items > span {
    color: #0058a3;
}
.headerMain .user-notification:hover .user-logged .data {
    border-color: #f5f5f5;
}
.headerMain .user-notification:focus .user-logged .data,
.headerMain .user-notification:active .user-logged .data,
.headerMain .user-notification:focus:active .user-logged .data {
    border-color: #dfdfdf;
}
.headerMain .user-logged .data {
    position: absolute;
    right: 8px;
    bottom: 7px;
    background-color: #0058a3;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: content-box;
}
.headerMain .user-logged:hover .data {
    border: 2px solid #f5f5f5;
}
.headerMain .user-logged:active .data, .headerMain .user-logged:focus:active .data {
    border-color: #dfdfdf;
}
.headerMain .favourites-notification {
    min-width: 40px;
}
.headerMain .favourites-notification:hover .icon,
.headerMain .favourites-notification:hover .cart, .headerMain .favourites-notification:hover::before,
.headerMain .favourites-notification:hover .cart:not(.empty)::after,
.headerMain .favourites-notification:hover .cart .data::before,
.headerMain .favourites-notification:hover .cart .item::before {
    background-color: #f5f5f5;
}
.headerMain .favourites-notification:active .icon,
.headerMain .favourites-notification:active .cart, .headerMain .favourites-notification:active::before,
.headerMain .favourites-notification:active .cart:not(.empty)::after,
.headerMain .favourites-notification:active .cart .data::before,
.headerMain .favourites-notification:active .cart .data, .headerMain .favourites-notification.active .icon,
.headerMain .favourites-notification.active .cart, .headerMain .favourites-notification.active::before,
.headerMain .favourites-notification.active .cart:not(.empty)::after,
.headerMain .favourites-notification.active .cart .data::before,
.headerMain .favourites-notification.active .cart .data {
    background-color: #dfdfdf;
}
.headerMain .favourites-notification .cart .data {
    left: 2.15em;
}
.headerMain .favourites-notification .empty .data {
    display: none;
}
.headerMain .favourites-notification .icon:before {
    content: "\e9a8";
    font-size: 24px;
    color: #111;
    font-family: "fundament-icons-v2" !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 0;
}
.headerMain .user-notification .icon:before {
    content: "\e9de";
    font-size: 24px;
    color: #111;
    font-family: "fundament-icons-v2" !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    line-height: 0;
}
.headerMain .headerMenuProducts {
    flex-flow: row nowrap;
    order: 1;
    position: relative;
    align-items: center;
}
.headerMain .headerMenuProducts #header_searcher_desktop_input_container {
    flex-grow: 1;
}
.headerMain .headerMenuProducts #header_searcher_desktop_input_container .searcherList {
    max-height: 70vh;
}
@media (min-width: 992px) {
    .headerMain .headerMenuProducts {
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        order: 2;
    }
}
@media (min-width: 992px) {
    .headerMain .headerMenuProducts .nav-link {
        font-weight: bold;
        margin: 0.25rem;
    }
}
@media (min-width: 1200px) {
    .headerMain .headerMenuProducts .nav-link {
        margin: 0.5rem;
    }
}
.headerMain .headerMenuProducts .headerMenuProducts__menu li:nth-child(n+6) {
    display: none;
}
@media (max-width: 1199.98px) {
    .headerMain .headerMenuProducts .headerMenuProducts__menu li:nth-child(n+3) {
        display: none;
    }
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.indigo-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #6610f2;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.purple-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #6f42c1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.pink-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #e83e8c;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.red-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FFBA00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.green-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.teal-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #20c997;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.cyan-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.white-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #fff;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-light-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #ced4da;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-medium-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #adb5bd;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.gray-dark-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.black-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #000;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-IKEA-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058A3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-IKEA-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FFCC00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.FAMILY-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-FAMILY-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #007CC1;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.yellow-FAMILY-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FFDB00;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.BUSINESS-brand-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #3399FD;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-new-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #ca5008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.badge-nlp-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #cc0008;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.blue-link-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.orange-link-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.transparent-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: rgba(0, 0, 0, 0);
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.primary-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #0058a3;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.secondary-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #6c757d;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.success-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #009900;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.info-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #17a2b8;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.warning-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #FF6600;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.danger-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #e00751;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.light-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #f8f9fa;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-1 > .headerMenuProducts__menu--item:nth-of-type(1) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-2 > .headerMenuProducts__menu--item:nth-of-type(2) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-3 > .headerMenuProducts__menu--item:nth-of-type(3) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-4 > .headerMenuProducts__menu--item:nth-of-type(4) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-5 > .headerMenuProducts__menu--item:nth-of-type(5) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-6 > .headerMenuProducts__menu--item:nth-of-type(6) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-7 > .headerMenuProducts__menu--item:nth-of-type(7) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-8 > .headerMenuProducts__menu--item:nth-of-type(8) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-9 > .headerMenuProducts__menu--item:nth-of-type(9) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-10 > .headerMenuProducts__menu--item:nth-of-type(10) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-11 > .headerMenuProducts__menu--item:nth-of-type(11) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-12 > .headerMenuProducts__menu--item:nth-of-type(12) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-13 > .headerMenuProducts__menu--item:nth-of-type(13) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-14 > .headerMenuProducts__menu--item:nth-of-type(14) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-15 > .headerMenuProducts__menu--item:nth-of-type(15) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-16 > .headerMenuProducts__menu--item:nth-of-type(16) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-17 > .headerMenuProducts__menu--item:nth-of-type(17) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-18 > .headerMenuProducts__menu--item:nth-of-type(18) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-19 > .headerMenuProducts__menu--item:nth-of-type(19) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu.dark-20 > .headerMenuProducts__menu--item:nth-of-type(20) > * {
    color: #343a40;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu .icon-header {
    display: inline-block;
    vertical-align: middle;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu .icon-header.picto-call:before {
    content: "\e001";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "Noto IKEA";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu .icon-header.picto-call:before {
    font-family: "ikea-pictograms" !important;
    vertical-align: sub;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu .icon-header.picto-info:before {
    content: "\e008";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "Noto IKEA";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu .icon-header.picto-info:before {
    font-family: "ikea-pictograms" !important;
    vertical-align: sub;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu .icon-header.picto-where-are-we:before {
    content: "\e035";
    font-size: 1.4rem;
    color: inherit;
    font-family: "ikea-pictograms", "Noto IKEA";
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0;
}
.headerMain .headerMenuProducts .headerMenuProducts__menu .icon-header.picto-where-are-we:before {
    font-family: "ikea-pictograms" !important;
    vertical-align: sub;
}
.headerMain .headerMenuProducts .btn.closeIcon {
    padding: 0 1rem;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
}
.headerMain .headerMenuProducts .btn.closeIcon::before {
    background: transparent;
    color: #111;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.headerMain #headerMainToggler > .headerMenuProducts__menu {
    order: 3;
}
.headerMain .headerMenuProducts__menu .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.headerMain .headerMenuProducts__menu .nav-item:first-child .nav-link {
    padding-left: 0;
}
@media (max-width: 1199.98px) {
    .headerMain .navbar-toggler-cross:not(.collapsed) {
        padding: 0 9px;
    }
}
@media (max-width: 991.98px) {
    .headerMain .navbar-toggler-right {
        margin: 0.5rem 0;
    }
}

.headerMain #headerMain button {
    margin-left: 0.25rem;
}
@media (max-width: 767.98px) {
    .headerMain #headerMain button {
        top: -1px;
        position: relative;
    }
}

.shoppingCart .data,
.favouriteButtonHeaderClass .data {
    align-self: flex-end;
    position: absolute;
    top: 1.95em;
    left: 2.2em;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1;
    z-index: 3;
    color: #0058a3;
}
.shoppingCart .data:before,
.favouriteButtonHeaderClass .data:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: #fff;
    position: absolute;
    top: -0.125em;
    left: -0.225em;
    z-index: -1;
    border-radius: 3px;
}
@media (max-width: 575.98px) {
    .shoppingCart .data,
    .favouriteButtonHeaderClass .data {
        position: absolute;
    }
}
.shoppingCart .data:empty,
.favouriteButtonHeaderClass .data:empty {
    display: none;
}
.shoppingCart:hover .data:before, .shoppingCart .skapa__favouriteButton:hover .data:before, .shoppingCart:hover .skapa__favouriteButton,
.favouriteButtonHeaderClass:hover .data:before,
.favouriteButtonHeaderClass .skapa__favouriteButton:hover .data:before,
.favouriteButtonHeaderClass:hover .skapa__favouriteButton {
    background-color: #f5f5f5;
}
.shoppingCart:active .data:before, .shoppingCart:active .skapa__favouriteButton, .shoppingCart:focus .data:before, .shoppingCart:focus .skapa__favouriteButton, .shoppingCart:active:focus .data:before, .shoppingCart:active:focus .skapa__favouriteButton,
.shoppingCart .skapa__favouriteButton:active .data:before,
.shoppingCart .skapa__favouriteButton:active .skapa__favouriteButton, .shoppingCart .skapa__favouriteButton:focus .data:before, .shoppingCart .skapa__favouriteButton:focus .skapa__favouriteButton, .shoppingCart .skapa__favouriteButton:active:focus .data:before, .shoppingCart .skapa__favouriteButton:active:focus .skapa__favouriteButton,
.favouriteButtonHeaderClass:active .data:before,
.favouriteButtonHeaderClass:active .skapa__favouriteButton,
.favouriteButtonHeaderClass:focus .data:before,
.favouriteButtonHeaderClass:focus .skapa__favouriteButton,
.favouriteButtonHeaderClass:active:focus .data:before,
.favouriteButtonHeaderClass:active:focus .skapa__favouriteButton,
.favouriteButtonHeaderClass .skapa__favouriteButton:active .data:before,
.favouriteButtonHeaderClass .skapa__favouriteButton:active .skapa__favouriteButton,
.favouriteButtonHeaderClass .skapa__favouriteButton:focus .data:before,
.favouriteButtonHeaderClass .skapa__favouriteButton:focus .skapa__favouriteButton,
.favouriteButtonHeaderClass .skapa__favouriteButton:active:focus .data:before,
.favouriteButtonHeaderClass .skapa__favouriteButton:active:focus .skapa__favouriteButton {
    background-color: #dfdfdf;
}

.favouriteButtonHeaderClass .data {
    top: 2.65em;
    pointer-events: none;
}
