#_desktop_search_icon {
    cursor: pointer;
    width: auto !important;
}

#_desktop_search_icon i.search  {
    color: #ffffff;
}

#_desktop_search {
    display: flex !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transform-origin: top;
    transition:
        max-height 0.24s ease,
        opacity 0.18s ease,
        transform 0.24s ease,
        border-color 0.24s ease,
        visibility 0s linear 0.24s;
    visibility: hidden;
    border-bottom-color: transparent;
}

#_desktop_search.is-open {
    max-height: 8rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition:
        max-height 0.24s ease,
        opacity 0.18s ease,
        transform 0.24s ease,
        border-color 0.24s ease,
        visibility 0s linear 0s;
    border-bottom-color: #000000;
}

.stk-tienda-megamenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    display: none;
}

.stk-megamenu.is-open {
    display: block;
}

.stk-tienda-megamenu__surface {
    background: #f3f2ef;
    border: 1px solid #dedcd6;
}

.stk-tienda-megamenu__top {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid #dfddd8;
}

.stk-tienda-megamenu__top a.stk-mega-chip {
    color: #000000 !important;
}

.stk-tienda-megamenu__top a.stk-mega-chip.is-active {
    color: #ffffff !important;
}

.stk-mega-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d6d3cc;
    background: #eceae5;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    padding: 10px 16px;
    color: #222;
    text-decoration: none;
}

.stk-mega-chip.is-active {
    background: #222;
    border-color: #222;
    color: #fff;
}

.stk-tienda-megamenu__body {
    display: flex;
    min-height: 230px;
}

.stk-tienda-megamenu__body a:hover {
    color: #ffffff;
}

.stk-mega-tab {
    display: none;
}

.stk-mega-tab.is-active {
    display: block;
}

.stk-tienda-megamenu__cols {
    width: 62%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
}

.stk-mega-col h4 {
    margin: 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stk-mega-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stk-mega-col li + li {
    margin-top: 10px;
}

.stk-mega-col a {
    color: #262626 !important;
    font-size: 14px;
    text-decoration: none;
}

.stk-tienda-megamenu__hero {
    width: 38%;
    background-color: #f3f3f3;
    background-image: var(--stk-hero-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.stk-tienda-megamenu__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 14px 20px 16px;
    border-top: 1px solid #dfddd8;
    background: #f5f4f1;
}

.stk-mega-card {
    display: flex;
    gap: 12px;
    background: #e7e5df;
    border: 1px solid #d9d6cf;
    border-radius: 8px;
    padding: 10px 12px;
    text-decoration: none;
    color: #222;
}

.stk-mega-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #8d936f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
    flex: 0 0 40px;
}

.stk-mega-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stk-mega-card__text {
    display: inline-flex;
    flex-direction: column;
}

.stk-mega-card__text strong {
    font-size: 14px;
    padding: 0 0 5px 0;
    color: #000000;
}

.stk-mega-card__text small {
    font-size: 12px;
    color: #444;
}


@media (max-width: 767px) {
    #_desktop_search_icon {
        display: none;
    }

    .stk-megamenu {
        display: none !important;
    }
}

/* ps_mainmenu mobile offcanvas restyle (handled from module only) */
@media (max-width: 1199.98px) {
    .js-menu-canvas.main-menu__offcanvas {
        --bs-offcanvas-width: min(88vw, 360px);
        height: 100svh;
        background: #17191d;
        color: #ffffff;
        display: flex;
        flex-direction: column;
    }

    .js-menu-canvas .stk-mobile-tienda-panel {
        position: absolute;
        inset: 0;
        background: #17191d;
        z-index: 50;
        display: none;
        padding: 10px 12px 12px;
        overflow: auto;
    }

    .js-menu-canvas .stk-mobile-tienda-panel.is-open {
        display: block;
    }

    .js-menu-canvas .stk-mobile-tienda-panel__header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

    .js-menu-canvas .stk-mobile-tienda-panel__header h3 {
        margin: 0;
        font-size: 28px;
        color: #ffffff;
        font-weight: 500;
    }

    .js-menu-canvas .stk-mobile-tienda-back {
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        background: transparent;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        line-height: 1;
        padding: 0;
    }

    .js-menu-canvas .stk-mobile-tienda-tabs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        margin-bottom: 10px;
        padding-bottom: 2px;
    }

    .js-menu-canvas .stk-mobile-tab-btn {
        border: 1px solid #d6d3cc;
        background: #eceae5;
        color: #1f1f1f;
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .js-menu-canvas .stk-mobile-tab-btn.is-active {
        background: #212121;
        border-color: #212121;
        color: #ffffff;
    }

    .js-menu-canvas .stk-mobile-tienda-panes {
        background: #f5f5f3;
        border: 1px solid #dfdfdc;
    }

    .js-menu-canvas .stk-mobile-tab-pane {
        display: none;
    }

    .js-menu-canvas .stk-mobile-tab-pane.is-active {
        display: block;
    }

    .js-menu-canvas .stk-mobile-tab-pane ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .js-menu-canvas .stk-mobile-tab-pane li {
        border-bottom: 1px solid #e9e8e5;
    }

    .js-menu-canvas .stk-mobile-tab-pane a {
        display: block;
        color: #222222;
        text-decoration: none;
        padding: 13px 30px 13px 12px;
        position: relative;
        font-size: 14px;
    }

    .js-menu-canvas .stk-mobile-tab-pane a::after {
        content: '›';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #222;
        font-size: 18px;
    }

    #mobileMenu.main-menu__offcanvas {
        --bs-offcanvas-width: min(88vw, 360px);
        height: 100svh;
        background: #17191d;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    #mobileMenu .offcanvas-header {
        align-items: center;
        padding: 14px 16px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        flex: 0 0 auto;
    }

    #mobileMenu .stk-mobile-menu-brand {
        margin-right: auto;
        display: inline-flex;
        align-items: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
    }

    #mobileMenu .stk-mobile-menu-brand img {
        max-height: 18px;
        width: auto;
    }

    #mobileMenu .offcanvas-header .btn-close {
        filter: invert(1) grayscale(1);
        opacity: 0.9;
    }

    #mobileMenu .main-menu__back-button .btn {
        color: #ffffff;
        font-size: 14px;
        padding: 0;
        text-transform: none;
    }

    #mobileMenu .main-menu__mobile {
        padding: 12px 12px 0;
        flex: 1 1 auto;
        min-height: 0;
        overflow: auto;
        position: relative;
    }

    #mobileMenu .menu.menu--mobile {
        margin: 0;
        padding: 0;
        background: #17191d;
        border-radius: 0;
    }

    #mobileMenu .menu--child {
        display: none;
    }

    #mobileMenu .menu--current {
        display: block;
    }

    #mobileMenu .menu__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #mobileMenu .menu--current[data-depth="0"] .menu__list {
        background: transparent;
    }

    #mobileMenu .menu--current[data-depth="1"] .menu__list,
    #mobileMenu .menu--current[data-depth="2"] .menu__list,
    #mobileMenu .menu--current[data-depth="3"] .menu__list {
        background: #f5f5f3;
        border: 1px solid #dfdfdc;
        border-radius: 0;
        padding: 8px 0;
    }

    #mobileMenu .menu__list > li {
        position: relative;
    }

    #mobileMenu .menu__link {
        display: block;
        padding: 12px 42px 12px 12px;
        font-size: 14px;
        line-height: 1.2;
        text-decoration: none;
        color: #f0f0ef;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    #mobileMenu .stk-mobile-menu-root-link {
        position: relative;
        padding-right: 24px;
    }

    #mobileMenu .stk-mobile-menu-root-link:not(.stk-mobile-menu-root-link--with-toggle)::after {
        content: '›';
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.75);
        font-size: 19px;
        line-height: 1;
    }

    #mobileMenu .menu--current[data-depth="1"] .menu__link,
    #mobileMenu .menu--current[data-depth="2"] .menu__link,
    #mobileMenu .menu--current[data-depth="3"] .menu__link {
        color: #222222;
        border-bottom: 1px solid #e9e8e5;
    }

    #mobileMenu .main-menu__toggle-child {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #f0f0ef;
        cursor: pointer;
    }

    #mobileMenu .menu--current[data-depth="1"] .main-menu__toggle-child,
    #mobileMenu .menu--current[data-depth="2"] .main-menu__toggle-child,
    #mobileMenu .menu--current[data-depth="3"] .main-menu__toggle-child {
        color: #1e1e1e;
    }

    #mobileMenu .main-menu__title {
        margin: 0;
        padding: 12px 12px 8px;
        font-size: 22px;
        line-height: 1.15;
        color: #111111;
        border-bottom: 1px solid #e4e3df;
        font-weight: 500;
    }

    #mobileMenu .main-menu__additionnals {
        margin-top: 12px;
        padding: 12px 16px 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: #17191d;
        flex: 0 0 auto;
        overflow: visible;
    }

    #mobileMenu .main-menu__selects {
        margin-bottom: 8px;
    }

    #mobileMenu #_mobile_currency_selector,
    #mobileMenu #_mobile_language_selector,
    #mobileMenu #_mobile_contact_link {
        color: rgba(255, 255, 255, 0.75);
    }

    #mobileMenu .stk-mobile-menu-search {
        margin: 0 0 10px;
        padding: 2px 0 8px;
    }

    #mobileMenu .stk-mobile-menu-search form {
        position: relative;
    }

    #mobileMenu .stk-mobile-menu-search input[type="search"],
    #mobileMenu .stk-mobile-menu-search input[type="text"] {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: transparent;
        border-radius: 20px;
        height: 36px;
        color: #ffffff;
        padding: 0 14px;
        outline: none;
    }

    #mobileMenu .stk-mobile-menu-search input::placeholder {
        color: rgba(255, 255, 255, 0.62);
    }

    #mobileMenu .stk-mobile-menu-search button[type="submit"] {
        position: absolute;
        right: 6px;
        top: 6px;
        border: 0;
        background: transparent;
        color: #ffffff;
        width: 24px;
        height: 24px;
        padding: 0;
    }

    #mobileMenu .stk-mobile-menu-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 10px;
    }

    #mobileMenu .stk-mobile-menu-links a {
        color: #ffffff;
        text-decoration: none;
        font-size: 11px;
        letter-spacing: 0.08em;
    }

    #mobileMenu .stk-mobile-menu-legal {
        display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 6px;
        margin-top: 12px;
    }

    #mobileMenu .stk-mobile-menu-legal a {
        color: rgba(255, 255, 255, 0.72);
        text-decoration: none;
        font-size: 11px;
    }

    #mobileMenu .stk-mobile-level-image {
        padding: 0;
        position: relative;
        width: 100%;
        bottom: auto;
    }

    #mobileMenu .stk-mobile-view--tabs.is-active {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        flex: 1 1 auto;
        min-height: 0;
    }

    #mobileMenu .stk-mobile-view--tabs.is-active .stk-mobile-white-panel {
        flex: 1 1 auto;
        min-height: 0;
        overflow: auto;
    }

    #mobileMenu .stk-mobile-level-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #mobileMenu .stk-mobile-level-card {
        margin: 12px 0 6px;
        display: flex;
        align-items: center;
        gap: 10px;
        background: #eef0e9;
        border: 1px solid #d6d9ce;
        border-radius: 8px;
        padding: 10px;
    }

    #mobileMenu .stk-mobile-level-card__icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #adb39a;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px;
        flex: 0 0 auto;
    }

    #mobileMenu .stk-mobile-level-card__text {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    #mobileMenu .stk-mobile-level-card__text strong {
        font-size: 12px;
        color: #212121;
        line-height: 1.2;
    }

    #mobileMenu .stk-mobile-level-card__text small {
        font-size: 11px;
        color: #454545;
        line-height: 1.25;
        margin-top: 2px;
    }

    /* Simple Tienda tabs panel for mobile */
    #mobileMenu .stk-mobile-tienda-panel {
        position: absolute;
        inset: 0;
        background: #17191d;
        z-index: 50;
        display: none;
        padding: 0;
        overflow: hidden;
        flex-direction: column;
    }

    #mobileMenu .stk-mobile-tienda-panel.is-open {
        display: flex;
    }

    #mobileMenu .stk-mobile-tienda-panel__header {
        display: flex;
        align-items: start;
        margin-bottom: 10px;
    }

    #mobileMenu .stk-mobile-tienda-panel__header h3 {
        margin: 0;
        font-size: 28px;
        color: #ffffff;
        font-weight: 500;
    }

    #mobileMenu .stk-mobile-tienda-back {
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        background: transparent;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        line-height: 1;
        padding: 0;
    }

    #mobileMenu .stk-mobile-tienda-tabs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        margin-bottom: 10px;
        padding-bottom: 2px;
    }

    #mobileMenu .stk-mobile-tab-btn {
        border: 1px solid #d6d3cc;
        background: #eceae5;
        color: #1f1f1f;
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    #mobileMenu .stk-mobile-tab-btn.is-active {
        background: #212121;
        border-color: #212121;
        color: #ffffff;
    }

    #mobileMenu .stk-mobile-tienda-panes {
        background: #f5f5f3;
        border: 1px solid #dfdfdc;
    }

    #mobileMenu .stk-mobile-tab-pane {
        display: none;
    }

    #mobileMenu .stk-mobile-tab-pane.is-active {
        display: block;
    }

    #mobileMenu .stk-mobile-tab-pane ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #mobileMenu .stk-mobile-tab-pane li {
        border-bottom: 1px solid #e9e8e5;
    }

    #mobileMenu .stk-mobile-tab-pane a {
        display: block;
        color: #222222;
        text-decoration: none;
        padding: 13px 30px 13px 12px;
        position: relative;
        font-size: 14px;
    }

    #mobileMenu .stk-mobile-tab-pane a::after {
        content: '›';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #222;
        font-size: 18px;
    }

    #mobileMenu .stk-mobile-detail-groups {
        padding: 12px;
    }

    #mobileMenu .stk-mobile-detail-groups h4 {
        margin: 12px 0 8px;
        font-size: 11px;
        letter-spacing: 0.08em;
        color: #1f1f1f;
        font-weight: 700;
        text-transform: uppercase;
    }

    #mobileMenu .stk-mobile-detail-groups h4:first-child {
        margin-top: 0;
    }

    #mobileMenu .stk-mobile-detail-groups ul {
        margin: 0 0 6px;
        padding: 0;
        list-style: none;
    }

    #mobileMenu .stk-mobile-detail-groups li {
        border: 0;
        padding: 8px;
    }

    #mobileMenu .stk-mobile-detail-groups a {
        padding: 6px 0;
        font-size: 13px;
        color: #2b2b2b;
    }

    #mobileMenu .stk-mobile-detail-groups a::after {
        display: none;
    }

    /* Tienda mobile panel: tabs as menu rows + detail rows */
    .js-menu-canvas .stk-mobile-tienda-panel,
    .main-menu__offcanvas .stk-mobile-tienda-panel {
        position: absolute;
        inset: 0;
        background: #17191d;
        z-index: 60;
        display: none;
        flex-direction: column;
        padding: 10px 0 0;
        overflow: hidden;
    }

    .js-menu-canvas .stk-mobile-tienda-panel.is-open,
    .main-menu__offcanvas .stk-mobile-tienda-panel.is-open {
        display: flex;
    }

    .js-menu-canvas .stk-mobile-tienda-panel__header,
    .main-menu__offcanvas .stk-mobile-tienda-panel__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 14px;
        margin-bottom: 16px;
        padding: 10px;
        text-align: left;
    }

    .js-menu-canvas .stk-mobile-tienda-title,
    .main-menu__offcanvas .stk-mobile-tienda-title {
        margin: 0;
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.1;
    }

    .js-menu-canvas .stk-mobile-tienda-back,
    .main-menu__offcanvas .stk-mobile-tienda-back {
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        background: transparent;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        line-height: 1;
        padding: 0;
        margin: 0;
        align-self: flex-start;
    }

    .js-menu-canvas .stk-mobile-view,
    .main-menu__offcanvas .stk-mobile-view {
        display: none;
    }

    .js-menu-canvas .stk-mobile-view.is-active,
    .main-menu__offcanvas .stk-mobile-view.is-active {
        display: block;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        position: relative;
    }

    .js-menu-canvas .stk-mobile-view--detail.is-active,
    .main-menu__offcanvas .stk-mobile-view--detail.is-active {
        overflow: auto;
        background: #ffffff;
    }

    .js-menu-canvas .stk-mobile-white-panel,
    .main-menu__offcanvas .stk-mobile-white-panel {
        background: #ffffff;
        border: 0;
    }

    .js-menu-canvas .stk-mobile-menu-list,
    .main-menu__offcanvas .stk-mobile-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .js-menu-canvas .stk-mobile-menu-list > li,
    .main-menu__offcanvas .stk-mobile-menu-list > li {
        border-bottom: 1px solid #ece8e0;
    }

    .js-menu-canvas .stk-mobile-row-btn,
    .main-menu__offcanvas .stk-mobile-row-btn,
    .js-menu-canvas .stk-mobile-menu-list--links a,
    .main-menu__offcanvas .stk-mobile-menu-list--links a {
        display: block;
        width: 100%;
        text-align: left;
        border: 0;
        background: transparent;
        color: #2b2b2b;
        text-decoration: none;
        padding: 21px 46px 21px 18px;
        position: relative;
        font-size: 15px;
        line-height: 1.2;
    }

    .js-menu-canvas .stk-mobile-row-btn::after,
    .main-menu__offcanvas .stk-mobile-row-btn::after,
    .js-menu-canvas .stk-mobile-menu-list--links a::after,
    .main-menu__offcanvas .stk-mobile-menu-list--links a::after {
        content: "\203A";
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #2b2b2b;
        font-size: 24px;
        line-height: 1;
    }

    .js-menu-canvas .stk-mobile-level-image,
    .main-menu__offcanvas .stk-mobile-level-image {
        margin-top: 0;
    }

    .js-menu-canvas .stk-mobile-level-image img,
    .main-menu__offcanvas .stk-mobile-level-image img {
        display: block;
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .js-menu-canvas .stk-mobile-detail-groups,
    .main-menu__offcanvas .stk-mobile-detail-groups {
        padding: 20px 18px 12px;
    }

    .js-menu-canvas .stk-mobile-detail-groups h4,
    .main-menu__offcanvas .stk-mobile-detail-groups h4 {
        margin: 0 0 12px;
        font-size: 12px;
        letter-spacing: 0.14em;
        color: #1f1f1f;
        font-weight: 700;
        text-transform: uppercase;
    }

    .js-menu-canvas .stk-mobile-detail-groups h4:not(:first-child),
    .main-menu__offcanvas .stk-mobile-detail-groups h4:not(:first-child) {
        margin-top: 26px;
    }

    .js-menu-canvas .stk-mobile-detail-groups ul,
    .main-menu__offcanvas .stk-mobile-detail-groups ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .js-menu-canvas .stk-mobile-detail-groups li,
    .main-menu__offcanvas .stk-mobile-detail-groups li {
        border: 0;
    }

    .js-menu-canvas .stk-mobile-detail-groups a,
    .main-menu__offcanvas .stk-mobile-detail-groups a {
        display: block;
        padding: 0 0 14px;
        color: #2b2b2b;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.25;
    }

    .js-menu-canvas .stk-mobile-detail-groups a::after,
    .main-menu__offcanvas .stk-mobile-detail-groups a::after {
        display: none;
    }

    .js-menu-canvas .stk-mobile-level-cards,
    .main-menu__offcanvas .stk-mobile-level-cards {
        display: grid;
        gap: 12px;
        padding: 14px 0 16px;
        background-color: #ffffff;
    }

    .js-menu-canvas .stk-mobile-level-card,
    .main-menu__offcanvas .stk-mobile-level-card {
        margin: 0 18px;
        display: flex;
        align-items: center;
        gap: 12px;
        background: #f3f0e8;
        border: 1px solid #e6e0d3;
        border-radius: 10px;
        padding: 12px;
        text-decoration: none;
    }

    .js-menu-canvas .stk-mobile-level-card__icon,
    .main-menu__offcanvas .stk-mobile-level-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        background: #aeb49b;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex: 0 0 42px;
        font-weight: 700;
    }

    .js-menu-canvas .stk-mobile-level-card__icon img,
    .main-menu__offcanvas .stk-mobile-level-card__icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .js-menu-canvas .stk-mobile-level-card__text,
    .main-menu__offcanvas .stk-mobile-level-card__text {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 0;
    }

    .js-menu-canvas .stk-mobile-level-card__text strong,
    .main-menu__offcanvas .stk-mobile-level-card__text strong {
        font-size: 14px;
        color: #202020;
        line-height: 1.2;
    }

    .js-menu-canvas .stk-mobile-level-card__text small,
    .main-menu__offcanvas .stk-mobile-level-card__text small {
        font-size: 12px;
        color: #535353;
        line-height: 1.35;
    }
}
@media (max-width: 1199.98px) {
    #mobileMenu .stk-mobile-menu-extra {
        flex: 0 0 auto;
        padding: 0 0 0 10px;
    }

    #mobileMenu .stk-mobile-menu-extra--top {
        padding-bottom: 10px;
    }

    #mobileMenu .stk-mobile-menu-extra--top .header-top__right {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    #mobileMenu .stk-mobile-menu-extra--top .header-top__right > * {
        width: 100%;
    }

    #mobileMenu .stk-mobile-menu-extra--top .header-top__right a,
    #mobileMenu .stk-mobile-menu-extra--top .header-top__right .header-block__action-btn {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.92) !important;
        display: flex;
        justify-content: space-between;
        min-height: 46px;
        padding: 12px 0;
        position: relative;
        text-decoration: none;
        width: 100%;
    }

    #mobileMenu .stk-mobile-menu-extra--top .header-top__right a::after,
    #mobileMenu .stk-mobile-menu-extra--top .header-top__right .header-block__action-btn::after {
        background: center / 18px 18px no-repeat url('../img/arrow-right-white.svg');
        content: '';
        display: block;
        flex: 0 0 18px;
        height: 18px;
        margin-left: 12px;
        width: 18px;
    }

    #mobileMenu .stk-mobile-menu-extra--bottom {
        margin-top: 10px;
        padding-top: 16px;
        padding-bottom: 18px;
    }

    #mobileMenu .stk-mobile-menu-extra--bottom .stk-footer-support__bottom {
        align-items: center;
        border-top: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 0;
        text-align: center;
    }

    #mobileMenu .stk-mobile-menu-extra--bottom .stk-footer-support__legal,
    #mobileMenu .stk-mobile-menu-extra--bottom .stk-footer-support__social {
        justify-content: center;
        width: 100%;
    }

    #mobileMenu .stk-mobile-menu-extra--bottom .stk-footer-support__legal a,
    #mobileMenu .stk-mobile-menu-extra--bottom .stk-footer-support__social a {
        color: rgba(255, 255, 255, 0.82);
    }

    #mobileMenu .stk-mobile-menu-aux {
        flex: 0 0 auto;
    }

    #mobileMenu .stk-mobile-menu-aux--top {
        padding: 0 12px 12px;
    }

    #mobileMenu .stk-mobile-shortcuts {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #mobileMenu .stk-mobile-shortcuts__link {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.92);
        display: flex;
        font-size: 14px;
        justify-content: space-between;
        line-height: 1.25;
        padding: 14px 0;
        text-decoration: none;
    }

    #mobileMenu .stk-mobile-shortcuts__arrow {
        background: center / 18px 18px no-repeat url('../img/arrow-right-white.svg');
        display: block;
        flex: 0 0 18px;
        height: 18px;
        margin-left: 12px;
        width: 18px;
    }

    #mobileMenu .stk-mobile-menu-aux--footer {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        overflow: auto;
        padding: 22px 12px 18px;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__top {
        gap: 1.5rem;
        grid-template-columns: minmax(0, 1fr);
        padding-bottom: 1.5rem;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__brand {
        padding-top: 0;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__logo {
        max-width: 140px;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__link {
        font-size: 0.95rem;
        gap: 0.75rem;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__arrow {
        background: center / 18px 18px no-repeat url('../img/arrow-right-white.svg');
        border: 0;
        display: block;
        flex: 0 0 18px;
        height: 18px;
        transform: none;
        width: 18px;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        padding-top: 1.25rem;
    }

    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__legal,
    #mobileMenu .stk-mobile-menu-aux--footer .stk-footer-support__social {
        justify-content: flex-start;
        width: 100%;
    }

    #mobileMenu .stk-mobile-menu-root-link:not(.stk-mobile-menu-root-link--with-toggle)::after,
    #mobileMenu .stk-mobile-tab-pane a::after {
        background: center / 18px 18px no-repeat url('../img/arrow-right-white.svg');
        content: '';
        height: 18px;
        width: 18px;
    }

    #mobileMenu .menu[data-depth="0"] .menu__list > li:not(.menu--childrens) > a.menu__link::after {
        background: center / 18px 18px no-repeat url('../img/arrow-right-white.svg');
        content: '';
        height: 18px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
    }

    #mobileMenu .menu[data-depth="0"] .menu__list > li:not(.menu--childrens) > a.menu__link {
        padding-right: 28px;
        position: relative;
    }

    #mobileMenu .stk-mobile-tab-pane a::after {
        background-image: url('../img/arrow-right-black.svg');
        right: 12px;
    }

    #mobileMenu .main-menu__toggle-child {
        width: 36px;
        height: 36px;
    }

    #mobileMenu .main-menu__toggle-child > span {
        background: center / 18px 18px no-repeat url('../img/arrow-right-white.svg');
        display: block;
        height: 18px;
        width: 18px;
    }

    #mobileMenu .menu--current[data-depth="1"] .main-menu__toggle-child > span,
    #mobileMenu .menu--current[data-depth="2"] .main-menu__toggle-child > span,
    #mobileMenu .menu--current[data-depth="3"] .main-menu__toggle-child > span {
        background-image: url('../img/arrow-right-black.svg');
    }

    #mobileMenu .main-menu__toggle-child i {
        display: none;
    }

    #mobileMenu .stk-mobile-row-btn::after,
    #mobileMenu .stk-mobile-menu-list--links a::after,
    #mobileMenu .stk-mobile-detail-groups a::after {
        background: center / 18px 18px no-repeat url('../img/arrow-right-black.svg');
        content: '';
        display: block;
        height: 18px;
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
    }

    #mobileMenu .stk-mobile-detail-groups a {
        padding-right: 32px;
        position: relative;
    }
}
