:root {
    --wf-black: #050505;
    --wf-white: #ffffff;
    --wf-muted: #f4f4f4;
    --wf-line: #e6e6e6;
    --wf-text: #111111;
}

html { scroll-behavior: smooth; }
html.wf-menu-open { overflow: hidden; }
body.wahhid-fast-home-body {
    margin: 0 !important;
    color: var(--wf-text);
    background: #fff;
    font-family: 'ProximaNova-Regular', Arial, sans-serif;
    overflow-x: clip;
}
body.wahhid-fast-home-body * { box-sizing: border-box; }
body.wahhid-fast-home-body a { color: inherit; text-decoration: none; }
body.wahhid-fast-home-body img { display: block; max-width: 100%; }
body.wahhid-fast-home-body button,
body.wahhid-fast-home-body input { font: inherit; }
.wf-skip { position: fixed; left: 8px; top: -60px; z-index: 999999; background: #fff; color: #000; padding: 8px 12px; }
.wf-skip:focus { top: 8px; }

.wf-ticker {
    height: 31px;
    overflow: hidden;
    background: #050505;
    color: #fff;
    white-space: nowrap;
}
.wf-ticker__track {
    display: inline-flex;
    min-width: 200%;
    height: 31px;
    align-items: center;
    gap: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15px;
    animation: wfTicker 34s linear infinite;
}
@keyframes wfTicker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .wf-ticker__track { animation: none; } }

.wf-header {
    position: relative;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #0d0d0d;
}
.wf-header__main {
    min-height: 157px;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 160px 1fr 350px;
    align-items: center;
    gap: 20px;
}
.wf-logo { display: inline-flex; align-items: center; justify-content: flex-start; width: 82px; height: 88px; overflow: hidden; }
.wf-logo__img { width: 76px; height: 82px; object-fit: contain; object-position: center; }
.wf-logo__fallback { font-weight: 900; font-size: 42px; }
.wf-desktop-nav { display: flex; justify-content: center; align-items: center; gap: 34px; font-size: 13px; }
.wf-desktop-nav a:hover { opacity: .55; }
.wf-header-actions { justify-self: end; display: flex; align-items: center; gap: 15px; }
.wf-icon-button {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.wf-icon-button svg,
.wf-search-icon svg {
    width: 100%; height: 100%;
    fill: none;
    stroke: #111;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.wf-cart-count {
    position: absolute;
    right: -8px;
    top: -7px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}
.wf-desktop-search {
    width: 142px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 9px;
    gap: 5px;
}
.wf-desktop-search .wf-search-icon { width: 14px; height: 14px; opacity: .5; flex: 0 0 14px; }
.wf-desktop-search input { min-width: 0; width: 100%; border: 0; outline: 0; font-size: 12px; background: transparent; }
.wf-mobile-left, .wf-mobile-search-wrap { display: none; }

.wf-categories {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 35px;
    padding: 0 8px 6px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}
.wf-categories::-webkit-scrollbar { display: none; }
.wf-categories a {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 10px;
    background: #f5f5f5;
    font-size: 13px;
    line-height: 1;
}
.wf-mobile-menu { display: none; }

.wf-main { width: 100%; }
.wf-hero {
    position: relative;
    width: 100%;
    height: 533px;
    min-height: 533px;
    overflow: hidden;
    background: #050505;
    border-radius: 0 9px 9px 0;
}
.wf-hero__video,
.wf-hero__fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #060606;
}
.wf-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.08) 68%, rgba(0,0,0,.45) 100%);
    pointer-events: none;
}
.wf-hero__copy {
    position: absolute;
    left: 32px;
    top: 49%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}
.wf-hero__copy h1 { margin: 0 0 17px; font-size: clamp(26px, 2vw, 36px); line-height: 1.05; font-weight: 400; }
.wf-hero__copy p { margin: 0 0 14px; font-size: 14px; font-weight: 600; }
.wf-hero__line { display: block; width: 136px; height: 2px; background: #fff; margin: 15px 0 18px; }
.wf-sound {
    position: absolute;
    left: 13px;
    bottom: 17px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 4px;
    cursor: pointer;
}
.wf-sound svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wf-mobile-tagline { display: none; }

.wf-editorial {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 0 18px 14px;
}
.wf-editorial-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #f6f6f6;
}
.wf-editorial-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 460 / 600;
    overflow: hidden;
    background: #f6f6f6;
}
.wf-editorial-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.wf-buy {
    position: absolute;
    left: 18px;
    bottom: 112px;
    top: auto;
    transform: none;
    min-width: 118px;
    height: 50px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    color: #111 !important;
    background: #fff;
    box-shadow: none;
    z-index: 3;
}
.wf-buy:hover { text-decoration: none; opacity: .86; }

.wf-new { padding: 16px 16px 52px; }
.wf-new > h2 {
    margin: 0 0 20px;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
}
.wf-new__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}
.wf-new__viewport::-webkit-scrollbar { display: none; }
.wf-new__viewport.is-dragging { cursor: grabbing; user-select: none; }
.wf-new__track {
    display: flex;
    gap: 14px;
    width: max-content;
}
.wf-product-card {
    flex: 0 0 calc((100vw - 88px) / 5);
    width: calc((100vw - 88px) / 5);
    min-width: 260px;
    scroll-snap-align: start;
}
.wf-product-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #fff;
    border-radius: 11px;
}
.wf-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
}
.wf-fit-cover img { object-fit: cover; }
.wf-fit-contain img { object-fit: contain; }
.wf-product-card__name {
    display: block;
    margin: 12px 0 4px;
    font-size: 20px;
    line-height: 1.08;
}
.wf-product-card__price {
    font-size: 19px;
    line-height: 1.08;
}
.wf-product-card__price del { opacity: .45; }

.wf-story { background: #000; color: #fff; padding: 46px 0 48px; }
.wf-story__inner { width: min(925px, 58vw); margin: 0 auto; }
.wf-story h2 { margin: 0 0 18px; text-align: center; font-size: 28px; line-height: 1; font-weight: 400; }
.wf-story__text { font-size: 12px; line-height: 1.35; font-weight: 600; }
.wf-story__text p { margin: 0 0 18px; }
.wf-story__image { width: 100%; height: 192px; margin-top: 20px; object-fit: cover; }

.wf-footer { background: #fff; color: #111; }
.wf-footer__desktop {
    display: grid;
    grid-template-columns: .7fr 1.1fr 1.05fr 1fr 1.55fr;
    gap: 50px;
    padding: 28px 22px 44px;
    font-size: 11px;
}
.wf-footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.wf-footer-col h3 { margin: 0 0 3px; font-size: 12px; font-weight: 700; }
.wf-footer-col a:hover { opacity: .6; }
.wf-footer-contact strong { margin-top: 4px; }
.wf-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.wf-footer-logo { width: 86px; height: 86px; object-fit: contain; }
.wf-footer-brand p { max-width: 430px; margin: 0; line-height: 1.35; font-weight: 600; }
.wf-socials { display: flex; gap: 12px; align-items: center; color: #111; }
.wf-social-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    line-height: 0;
}
.wf-social-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
}
.wf-footer__mobile { display: none; }

@media (max-width: 767px) {
    body.admin-bar .wf-header { top: 46px; }

    /* Бегущая строка на мобильном — как на оригинале. */
    .wf-ticker {
        display: block;
        height: 47px;
        background: #050505;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
    }
    .wf-ticker__track {
        height: 47px;
        min-width: max-content;
        gap: 24px;
        padding: 0 12px;
        font-size: 17px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .1px;
        animation-duration: 24s;
    }
    .wf-header {
        position: sticky;
        top: 0;
        border-bottom: 0;
        box-shadow: 0 1px 0 rgba(0,0,0,.08);
    }
    .wf-header__main {
        position: relative;
        height: 56px;
        min-height: 56px;
        padding: 0 8px;
        display: flex;
        justify-content: space-between;
        gap: 0;
    }
    .wf-mobile-left { display: flex; gap: 12px; align-items: center; }
    .wf-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        justify-content: center;
    }
    .wf-logo { height: 44px; overflow: hidden; }
    .wf-logo__img { width: 38px; height: 42px; object-fit: contain; }
    .wf-desktop-nav, .wf-desktop-search, .wf-desktop-account { display: none; }
    .wf-header-actions { margin-left: auto; gap: 11px; }
    .wf-icon-button { width: 25px; height: 25px; }
    .wf-menu-toggle { width: 27px; height: 27px; }
    .wf-mobile-search-wrap { display: block; padding: 7px 8px 8px; }
    .wf-mobile-search {
        height: 38px;
        border: 1px solid #888;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        gap: 6px;
    }
    .wf-mobile-search .wf-search-icon { width: 16px; height: 16px; opacity: .45; flex: 0 0 16px; }
    .wf-mobile-search input { width: 100%; min-width: 0; border: 0; outline: 0; font-size: 16px; background: transparent; }
    .wf-categories {
        gap: 10px;
        min-height: 48px;
        padding: 3px 24px 10px;
        border-bottom: 1px solid #000;
    }
    .wf-categories a { font-size: 16px; padding: 8px 12px; min-height: 36px; }
    /* Полноэкранное бургер-меню, повторяющее оригинальный мобильный макет. */
    .wf-mobile-menu {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 100000;
        background: #fff;
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    body.admin-bar .wf-mobile-menu { top: 46px; }
    .wf-mobile-menu[hidden] { display: none !important; }

    .wf-mobile-menu__top {
        position: relative;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #dedede;
        background: #fff;
    }
    .wf-mobile-menu__logo {
        width: 42px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .wf-mobile-menu__logo img {
        width: 39px;
        height: 43px;
        object-fit: contain;
    }
    .wf-mobile-menu__close {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 33px;
        height: 33px;
        padding: 5px;
        border: 0;
        background: transparent;
        color: #111;
        cursor: pointer;
    }
    .wf-mobile-menu__close svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.2;
        stroke-linecap: round;
    }

    .wf-mobile-menu__body {
        padding: 24px 7px 42px;
    }
    .wf-mobile-menu__nav {
        display: flex;
        flex-direction: column;
    }
    .wf-mobile-menu__nav a {
        min-height: 54px;
        padding: 0 2px;
        border-bottom: 1px solid #d9d9d9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        text-transform: lowercase;
    }
    .wf-mobile-menu__nav a:first-child {
        color: #5b5b5b;
    }
    .wf-mobile-menu__arrow {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        color: #111;
    }
    .wf-mobile-menu__arrow svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .wf-mobile-menu__utility {
        display: flex;
        flex-direction: column;
        padding-top: 9px;
    }
    .wf-mobile-menu__utility a {
        min-height: 25px;
        display: flex;
        align-items: center;
        gap: 12px;
        border: 0;
        padding: 0 6px;
        font-size: 17px;
        line-height: 1.15;
        font-weight: 400;
    }
    .wf-mobile-menu__utility-icon {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        color: #050505;
    }
    .wf-mobile-menu__utility-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .wf-mobile-menu__socials {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 22px;
        padding-top: 16px;
    }
    .wf-mobile-menu__socials a,
    .wf-mobile-menu__socials span {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #050505;
        border: 0;
        padding: 0;
    }
    .wf-mobile-menu__socials svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .wf-hero {
        height: 242px;
        min-height: 242px;
        border-radius: 0 0 7px 7px;
    }
    .wf-hero__copy { display: none; }
    .wf-hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,.08)); }
    .wf-sound { left: 13px; bottom: 9px; width: 40px; height: 40px; }
    .wf-mobile-tagline {
        display: block;
        margin: 0;
        min-height: 63px;
        padding: 17px 15px 12px;
        text-align: center;
        font-size: 16px;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 700;
    }

    /* Подборка "Главная": на мобильном карточки идут строго столбиком. */
    .wf-editorial {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }
    .wf-editorial-card {
        position: relative;
        width: min(416px, calc(100vw - 14px));
        height: 450px;
        min-height: 450px;
        margin: 0 auto;
        overflow: hidden;
        background: #f6f6f6;
    }
    .wf-editorial-card__image {
        display: block;
        width: 100%;
        height: 450px;
        margin: 0;
        overflow: hidden;
    }
    .wf-editorial-card__image img {
        display: block;
        width: 100%;
        height: 450px;
        max-width: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center center;
    }
    .wf-buy {
        left: 13px;
        top: auto;
        bottom: 30px;
        transform: none;
        min-width: 89px;
        height: 33px;
        background: #000;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 800;
    }

    .wf-new { padding: 72px 4px 96px; }
    .wf-new > h2 { margin: 0 0 44px; font-size: 20px; }
    .wf-new__track { gap: 16px; }
    .wf-product-card {
        flex-basis: calc((100vw - 24px) / 2);
        width: calc((100vw - 24px) / 2);
    }
    .wf-product-card__image { aspect-ratio: 1 / 1.33; border-radius: 8px; }
    .wf-product-card__name { margin-top: 8px; font-size: 17px; line-height: 1.15; }
    .wf-product-card__price { font-size: 17px; line-height: 1.1; }

    .wf-story { padding: 51px 0 0; }
    .wf-story__inner { width: 100%; }
    .wf-story h2 { margin: 0 8px 26px; font-size: 28px; font-weight: 400; }
    .wf-story__text { padding: 0 8px; font-size: 16px; line-height: 1.46; font-weight: 700; }
    .wf-story__text p { margin: 0 0 34px; }
    .wf-story__image { width: 100%; height: auto; min-height: 266px; margin: 3px 0 0; object-fit: cover; }

    .wf-footer__desktop { display: none; }
    .wf-footer__mobile { display: block; padding: 25px 48px 66px; }
    .wf-footer-accordion details { border-bottom: 1px solid #d9dde0; }
    .wf-footer-accordion summary {
        list-style: none;
        position: relative;
        min-height: 45px;
        padding: 12px 10px;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
        cursor: pointer;
        text-transform: lowercase;
    }
    .wf-footer-accordion summary::-webkit-details-marker { display: none; }
    .wf-footer-accordion summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 21px; font-weight: 400; }
    .wf-footer-accordion details[open] summary::after { content: '−'; }
    .wf-footer-accordion details > div { display: flex; flex-direction: column; gap: 8px; padding: 0 10px 14px; font-size: 14px; }
    .wf-footer-mobile-brand { display: flex; flex-direction: column; align-items: flex-start; padding: 20px 0 0; }
    .wf-footer-mobile-brand .wf-footer-logo { width: 48px; height: 48px; align-self: center; margin-bottom: 20px; }
    .wf-footer-mobile-brand p { margin: 0 0 32px; font-size: 16px; line-height: 1.47; font-weight: 600; }
    .wf-footer-mobile-brand .wf-socials { gap: 13px; }
    .wf-footer-mobile-brand .wf-social-icon { width: 21px; height: 21px; flex-basis: 21px; }
}

@media (max-width: 360px) {
    .wf-categories { padding-left: 12px; padding-right: 12px; }
    .wf-footer__mobile { padding-left: 32px; padding-right: 32px; }
}

/* Global shell base: keeps the new header/footer identical on non-home pages. */
.wf-ticker, .wf-header, .wf-footer, .wf-mobile-menu {
    font-family: 'ProximaNova-Regular', Arial, sans-serif;
    color: var(--wf-text);
}
.wf-ticker *, .wf-header *, .wf-footer *, .wf-mobile-menu * { box-sizing: border-box; }
.wf-header a, .wf-footer a, .wf-mobile-menu a { color: inherit; text-decoration: none; }
.wf-header img, .wf-footer img, .wf-mobile-menu img { display: block; max-width: 100%; }
.wf-header button, .wf-header input, .wf-mobile-menu button, .wf-mobile-menu input { font: inherit; }

/* WAHHID: ticker restore desktop + mobile */
.wf-ticker {
    display: block !important;
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 31px;
    overflow: hidden !important;
    background: #050505;
    color: #fff;
    white-space: nowrap;
    contain: paint;
}

.wf-ticker__track {
    display: inline-flex !important;
    min-width: 200%;
    height: 31px;
    align-items: center;
    gap: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15px;
    will-change: transform;
    animation: wfTicker 34s linear infinite !important;
}

.wf-ticker__track span {
    flex: 0 0 auto;
}

@keyframes wfTicker {
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 767px) {
    .wf-ticker {
        display: block !important;
        height: 28px;
    }

    .wf-ticker__track {
        height: 28px;
        gap: 24px;
        font-size: 12px;
        animation-duration: 28s !important;
    }
}

/* =========================================================
 * WAHHID SHELL — MOBILE CONTROL RESET
 * Removes legacy Elementor/theme pink button outlines/backgrounds
 * only from native mobile menu and mobile footer controls.
 * ========================================================= */

.wf-menu-toggle,
.wf-menu-toggle:hover,
.wf-menu-toggle:focus,
.wf-menu-toggle:active,
.wf-mobile-menu button,
.wf-mobile-menu button:hover,
.wf-mobile-menu button:focus,
.wf-mobile-menu button:active,
.wf-footer__mobile button,
.wf-footer__mobile button:hover,
.wf-footer__mobile button:focus,
.wf-footer__mobile button:active,
.wf-footer-accordion button,
.wf-footer-accordion button:hover,
.wf-footer-accordion button:focus,
.wf-footer-accordion button:active,
.wf-footer-accordion summary,
.wf-footer-accordion summary:hover,
.wf-footer-accordion summary:focus,
.wf-footer-accordion summary:active {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Remove native / legacy summary marker squares */
.wf-footer-accordion summary {
    list-style: none !important;
}

.wf-footer-accordion summary::-webkit-details-marker {
    display: none !important;
}

.wf-footer-accordion summary::marker {
    content: "" !important;
}

/* Prevent inherited pink focus ring on burger icon itself */
.wf-menu-toggle *,
.wf-mobile-menu button * {
    outline: 0 !important;
    box-shadow: none !important;
}

/* Keep mobile shell controls transparent on iOS */
.wf-menu-toggle,
.wf-mobile-menu button,
.wf-footer__mobile button,
.wf-footer-accordion summary {
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* =========================================================
 * WAHHID NATIVE PRODUCT — remove unused PhotoSwipe shell
 * Native product gallery does not use PhotoSwipe.
 * ========================================================= */

body.single-product .pswp {
    display: none !important;
}


/* =========================================================
 * WAHHID MOBILE MENU — guaranteed visible close X
 * ========================================================= */

@media (max-width: 767px) {

    .wf-mobile-menu__close {
        display: block !important;
        position: relative !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        color: #000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 100003 !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    /*
     * We draw the X ourselves so Elementor/theme/SVG styles
     * cannot make it disappear.
     */
    .wf-mobile-menu__close svg {
        display: none !important;
    }

    .wf-mobile-menu__close::before,
    .wf-mobile-menu__close::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        width: 23px !important;
        height: 2px !important;
        background: #000 !important;
        border: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform-origin: center !important;
        pointer-events: none !important;
    }

    .wf-mobile-menu__close::before {
        transform:
            translate(-50%, -50%)
            rotate(45deg) !important;
    }

    .wf-mobile-menu__close::after {
        transform:
            translate(-50%, -50%)
            rotate(-45deg) !important;
    }
}

/* WAHHID MOBILE MENU — restore close button to right edge */
@media (max-width: 767px) {

    .wf-mobile-menu__top {
        position: relative !important;
    }

    .wf-mobile-menu__close {
        position: absolute !important;
        top: 50% !important;
        right: 16px !important;
        left: auto !important;
        margin: 0 !important;
        transform: translateY(-50%) !important;
    }
}

/* WAHHID CART HIDE DUPLICATE TITLE */
body.woocommerce-cart .page-header {
    display: none !important;
}

/* WAHHID CART — hide large duplicate page title */
body.woocommerce-cart h1.entry-title,
body.woocommerce-cart main > h1,
body.woocommerce-cart .site-main > h1 {
    display: none !important;
}

/* WAHHID MOBILE CATALOG ACCORDION START */

@media (max-width: 767px) {

    /*
     * Wrapper
     */

    .wf-mobile-menu__catalog {
        width: 100%;
        margin: 0;
        padding: 0;
    }


    /*
     * "Каталог" button — same dimensions
     * as other navigation rows.
     */

    .wf-mobile-menu__catalog-toggle,
    .wf-mobile-menu__catalog-toggle:hover,
    .wf-mobile-menu__catalog-toggle:focus,
    .wf-mobile-menu__catalog-toggle:active {

        width: 100% !important;
        min-height: 54px !important;

        margin: 0 !important;
        padding: 0 2px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: space-between !important;

        gap: 12px !important;

        border: 0 !important;
        border-bottom:
            1px solid #d9d9d9 !important;

        border-radius: 0 !important;

        outline: 0 !important;
        box-shadow: none !important;

        background:
            transparent !important;

        color: #111 !important;

        font-family:
            'ProximaNova-Regular',
            Arial,
            sans-serif !important;

        font-size: 18px !important;
        line-height: 1 !important;

        font-weight: 400 !important;

        text-align: left !important;
        text-transform: lowercase !important;

        cursor: pointer !important;

        -webkit-appearance: none !important;
        appearance: none !important;

        -webkit-tap-highlight-color:
            transparent !important;
    }


    /*
     * Main arrow rotates when open.
     */

    .wf-mobile-menu__catalog-toggle
    .wf-mobile-menu__arrow {

        transition:
            transform .22s ease !important;
    }


    .wf-mobile-menu__catalog-toggle[
        aria-expanded="true"
    ]
    .wf-mobile-menu__arrow {

        transform:
            rotate(90deg) !important;
    }


    /*
     * Dropdown list.
     */

    .wf-mobile-menu__catalog-list {

        width: 100% !important;

        margin: 0 !important;
        padding: 4px 0 8px !important;

        background:
            #f7f7f7 !important;

        border-bottom:
            1px solid #d9d9d9 !important;
    }


    .wf-mobile-menu__catalog-list[hidden] {

        display:
            none !important;
    }


    /*
     * Product category links.
     */

    .wf-mobile-menu__nav
    .wf-mobile-menu__catalog-link {

        width: 100% !important;

        min-height: 46px !important;

        margin: 0 !important;

        padding:
            0
            7px
            0
            calc(
                18px +
                (var(--wf-catalog-depth, 0) * 16px)
            ) !important;

        display: flex !important;

        align-items: center !important;
        justify-content: space-between !important;

        gap: 12px !important;

        border: 0 !important;
        border-bottom:
            1px solid rgba(0,0,0,.075) !important;

        background:
            transparent !important;

        color:
            #111 !important;

        font-size:
            16px !important;

        line-height:
            1.15 !important;

        font-weight:
            400 !important;

        text-transform:
            none !important;

        text-decoration:
            none !important;
    }


    .wf-mobile-menu__nav
    .wf-mobile-menu__catalog-link:last-child {

        border-bottom:
            0 !important;
    }


    /*
     * First item: Все товары
     */

    .wf-mobile-menu__nav
    .wf-mobile-menu__catalog-all {

        background:
            #fff !important;

        font-weight:
            600 !important;
    }


    /*
     * Arrow inside category.
     */

    .wf-mobile-menu__catalog-link-arrow {

        width: 17px !important;
        height: 17px !important;

        flex:
            0 0 17px !important;

        display:
            inline-flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;
    }


    .wf-mobile-menu__catalog-link-arrow svg {

        display:
            block !important;

        width:
            100% !important;

        height:
            100% !important;

        fill:
            none !important;

        stroke:
            #111 !important;

        stroke-width:
            1.8 !important;

        stroke-linecap:
            round !important;

        stroke-linejoin:
            round !important;
    }


    .wf-mobile-menu__catalog-link:active {

        background:
            #ececec !important;
    }

}

/* WAHHID MOBILE CATALOG ACCORDION END */

/* WAHHID MOBILE ORDER HELP START */

@media (max-width: 767px) {

    .wf-mobile-menu__order-help,
    .wf-mobile-menu__order-help:visited {

        width: 100% !important;
        min-height: 52px !important;

        margin: 22px 0 12px !important;
        padding: 0 18px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 10px !important;

        border: 1px solid #111 !important;
        border-radius: 2px !important;

        background: #111 !important;

        color: #fff !important;

        font-size: 14px !important;
        line-height: 1 !important;

        font-weight: 600 !important;

        letter-spacing: .04em !important;

        text-decoration: none !important;

        text-transform: uppercase !important;

        box-shadow: none !important;

        -webkit-tap-highlight-color:
            transparent !important;
    }


    .wf-mobile-menu__order-help:hover,
    .wf-mobile-menu__order-help:focus {

        background: #111 !important;
        color: #fff !important;

        text-decoration: none !important;
    }


    .wf-mobile-menu__order-help:active {

        transform: scale(.985);
    }


    .wf-mobile-menu__order-help-icon {

        width: 21px !important;
        height: 21px !important;

        flex: 0 0 21px !important;

        display: inline-flex !important;

        align-items: center !important;
        justify-content: center !important;
    }


    .wf-mobile-menu__order-help-icon svg {

        display: block !important;

        width: 21px !important;
        height: 21px !important;

        fill: #fff !important;
        color: #fff !important;

        stroke: #fff !important;
    }

}

/* WAHHID MOBILE ORDER HELP END */

/* WAHHID ORDER HELP WHATSAPP ICON START */

@media (max-width: 767px) {

    /*
     * Hide whatever old inline icon
     * Seraph may keep in cached HTML.
     */

    .wf-mobile-menu__order-help-icon > svg,
    .wf-mobile-menu__order-help-icon > i,
    .wf-mobile-menu__order-help-icon > img {

        display: none !important;
    }


    /*
     * Real WhatsApp mark.
     */

    .wf-mobile-menu__order-help-icon {

        position: relative !important;

        width: 22px !important;
        height: 22px !important;

        min-width: 22px !important;

        flex: 0 0 22px !important;

        display: inline-block !important;

        background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16.03 3C8.84 3 3 8.74 3 15.82c0 2.51.75 4.95 2.16 7.03L3 29l6.36-2.05a13.14 13.14 0 0 0 6.66 1.81h.01C23.22 28.76 29 23.02 29 15.93 29 8.84 23.22 3 16.03 3Zm0 23.58h-.01a10.9 10.9 0 0 1-5.56-1.52l-.4-.24-3.77 1.22 1.23-3.65-.26-.41a10.55 10.55 0 0 1-1.68-5.77c0-5.86 4.81-10.63 10.73-10.63 5.92 0 10.73 4.77 10.73 10.63 0 5.86-4.81 10.37-11.01 10.37Zm5.91-7.74c-.32-.16-1.92-.94-2.22-1.05-.3-.11-.52-.16-.74.16-.22.32-.85 1.05-1.04 1.27-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.59-1.59-.96-.84-1.6-1.89-1.79-2.21-.19-.32-.02-.49.14-.65.15-.15.32-.38.49-.57.16-.19.22-.32.32-.54.11-.22.05-.41-.03-.57-.08-.16-.74-1.76-1.01-2.41-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.41-.3.32-1.14 1.1-1.14 2.68s1.17 3.11 1.33 3.33c.16.22 2.3 3.48 5.57 4.88.78.33 1.39.53 1.86.68.78.24 1.49.21 2.05.13.63-.09 1.92-.78 2.19-1.54.27-.76.27-1.41.19-1.54-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E") !important;

        background-repeat:
            no-repeat !important;

        background-position:
            center !important;

        background-size:
            22px 22px !important;
    }

}

/* WAHHID ORDER HELP WHATSAPP ICON END */

/* WAHHID SAFE RIGHT SEARCH START */

@media (max-width: 767px) {

    /*
     * Существующий поиск остаётся flex,
     * высота/рамка/левая лупа не меняются.
     */
    .wf-mobile-search {
        position: relative !important;
    }


    /*
     * Только освобождаем место справа.
     */
    .wf-mobile-search input[type="search"] {
        padding-right: 44px !important;
    }


    /*
     * Правая функциональная лупа.
     */
    .wf-mobile-search__go,
    .wf-mobile-search__go:hover,
    .wf-mobile-search__go:focus,
    .wf-mobile-search__go:active {

        position: absolute !important;

        top: 50% !important;
        right: 7px !important;
        left: auto !important;

        transform:
            translateY(-50%) !important;

        z-index: 30 !important;

        width: 32px !important;
        height: 32px !important;

        min-width: 32px !important;
        min-height: 32px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border: 0 !important;

        border-radius: 0 !important;

        background:
            transparent !important;

        color:
            #111 !important;

        opacity: 1 !important;

        visibility:
            visible !important;

        pointer-events:
            auto !important;

        box-shadow:
            none !important;

        outline:
            none !important;

        cursor:
            pointer !important;

        -webkit-appearance:
            none !important;

        appearance:
            none !important;
    }


    .wf-mobile-search__go svg {

        display:
            block !important;

        width:
            19px !important;

        height:
            19px !important;

        fill:
            none !important;

        stroke:
            #111 !important;

        stroke-width:
            1.8 !important;

        stroke-linecap:
            round !important;

        stroke-linejoin:
            round !important;

        pointer-events:
            none !important;
    }


    .wf-mobile-search__go:active {
        opacity: .45 !important;
    }

}

/* WAHHID SAFE RIGHT SEARCH END */

/* WAHHID MOBILE UTILITY REFERENCE START */

@media (max-width: 767px) {

    /*
     * Верхняя линия как на референсе.
     */

    .wf-mobile-menu__utility {

        width: 100% !important;

        margin:
            22px 0 0 !important;

        padding:
            17px 0 0 !important;

        border-top:
            1px solid #dedede !important;

        display:
            block !important;
    }


    /*
     * Личный кабинет /
     * Отследить заказ
     */

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link,
    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link:visited {

        width: 100% !important;

        min-height:
            58px !important;

        margin: 0 !important;

        padding:
            0 2px !important;

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            flex-start !important;

        gap:
            16px !important;

        border:
            0 !important;

        background:
            transparent !important;

        color:
            #111 !important;

        font-size:
            19px !important;

        line-height:
            1.15 !important;

        font-weight:
            400 !important;

        text-decoration:
            none !important;

        text-transform:
            none !important;

        letter-spacing:
            0 !important;
    }


    /*
     * Иконки двух пунктов.
     */

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-icon {

        width:
            32px !important;

        height:
            32px !important;

        min-width:
            32px !important;

        flex:
            0 0 32px !important;

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        color:
            #111 !important;
    }


    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-icon svg {

        display:
            block !important;

        width:
            30px !important;

        height:
            30px !important;

        fill:
            none !important;

        stroke:
            #111 !important;

        stroke-width:
            1.8 !important;

        stroke-linecap:
            round !important;

        stroke-linejoin:
            round !important;
    }


    /*
     * WhatsApp —
     * белая кнопка с чёрной рамкой.
     */

    .wf-mobile-menu__order-help,
    .wf-mobile-menu__order-help:visited,
    .wf-mobile-menu__order-help:hover,
    .wf-mobile-menu__order-help:focus,
    .wf-mobile-menu__order-help:active {

        width:
            100% !important;

        min-height:
            60px !important;

        margin:
            14px 0 18px !important;

        padding:
            0 18px !important;

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        gap:
            11px !important;

        border:
            1.5px solid #111 !important;

        border-radius:
            12px !important;

        background:
            #fff !important;

        color:
            #111 !important;

        font-size:
            18px !important;

        line-height:
            1 !important;

        font-weight:
            400 !important;

        text-transform:
            none !important;

        letter-spacing:
            0 !important;

        text-decoration:
            none !important;

        box-shadow:
            none !important;

        transform:
            none !important;
    }


    /*
     * Независимая чёрная WhatsApp-иконка.
     * Даже если Seraph оставит старый SVG,
     * визуально будет именно эта.
     */

    .wf-mobile-menu__order-help-icon {

        width:
            27px !important;

        height:
            27px !important;

        min-width:
            27px !important;

        flex:
            0 0 27px !important;

        display:
            block !important;

        background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23111111' d='M16.03 3C8.84 3 3 8.74 3 15.82c0 2.51.75 4.95 2.16 7.03L3 29l6.36-2.05a13.14 13.14 0 0 0 6.66 1.81h.01C23.22 28.76 29 23.02 29 15.93 29 8.84 23.22 3 16.03 3Zm0 23.58h-.01a10.9 10.9 0 0 1-5.56-1.52l-.4-.24-3.77 1.22 1.23-3.65-.26-.41a10.55 10.55 0 0 1-1.68-5.77c0-5.86 4.81-10.63 10.73-10.63 5.92 0 10.73 4.77 10.73 10.63 0 5.86-4.81 10.37-11.01 10.37Zm5.91-7.74c-.32-.16-1.92-.94-2.22-1.05-.3-.11-.52-.16-.74.16-.22.32-.85 1.05-1.04 1.27-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.59-1.59-.96-.84-1.6-1.89-1.79-2.21-.19-.32-.02-.49.14-.65.15-.15.32-.38.49-.57.16-.19.22-.32.32-.54.11-.22.05-.41-.03-.57-.08-.16-.74-1.76-1.01-2.41-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.41-.3.32-1.14 1.1-1.14 2.68s1.17 3.11 1.33 3.33c.16.22 2.3 3.48 5.57 4.88.78.33 1.39.53 1.86.68.78.24 1.49.21 2.05.13.63-.09 1.92-.78 2.19-1.54.27-.76.27-1.41.19-1.54-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E") !important;

        background-repeat:
            no-repeat !important;

        background-position:
            center !important;

        background-size:
            27px 27px !important;
    }


    .wf-mobile-menu__order-help-icon
    > svg,
    .wf-mobile-menu__order-help-icon
    > img,
    .wf-mobile-menu__order-help-icon
    > i {

        display:
            none !important;
    }


    .wf-mobile-menu__order-help:active {

        opacity:
            .65 !important;
    }

}

/* WAHHID MOBILE UTILITY REFERENCE END */


/* WAHHID MOBILE UTILITY COMPACT START */

@media (max-width: 767px) {

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link {

        min-height: 49px !important;

        font-size: 17px !important;

        line-height: 1.1 !important;
    }

}

/* WAHHID MOBILE UTILITY COMPACT END */

/* WAHHID MOBILE MENU CATALOG SEARCH START */

@media (max-width: 767px) {

    .wf-mobile-menu__catalog-search {

        width: 100% !important;

        margin: 0 !important;
        padding: 10px 0 17px !important;
    }


    .wf-mobile-menu__search-title {

        margin: 0 0 9px !important;

        color: #111 !important;

        font-size: 15px !important;
        line-height: 1.15 !important;

        font-weight: 500 !important;

        letter-spacing: 0 !important;
    }


    /*
     * Отдельная форма.
     * Поиск на главной этот CSS не затрагивает.
     */

    .wf-mobile-menu__search-form {

        width: 100% !important;
        height: 38px !important;

        margin: 0 !important;
        padding: 0 6px 0 10px !important;

        display: flex !important;

        align-items: center !important;

        gap: 7px !important;

        border: 1px solid #888 !important;

        border-radius: 8px !important;

        background: #fff !important;

        box-sizing: border-box !important;
    }


    /*
     * Левая лупа.
     */

    .wf-mobile-menu__search-icon {

        width: 16px !important;
        height: 16px !important;

        min-width: 16px !important;

        flex: 0 0 16px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        opacity: .45 !important;

        color: #111 !important;
    }


    .wf-mobile-menu__search-icon svg {

        display: block !important;

        width: 16px !important;
        height: 16px !important;

        fill: none !important;

        stroke: currentColor !important;

        stroke-width: 1.8 !important;
    }


    /*
     * Поле.
     */

    .wf-mobile-menu__search-form
    input[type="search"] {

        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;

        height: 34px !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;

        border-radius: 0 !important;

        outline: 0 !important;

        background: transparent !important;

        box-shadow: none !important;

        color: #111 !important;

        font-size: 16px !important;
        line-height: 34px !important;

        -webkit-appearance: none !important;
        appearance: none !important;
    }


    .wf-mobile-menu__search-form
    input[type="search"]::placeholder {

        color: #777 !important;

        opacity: 1 !important;
    }


    /*
     * Правая функциональная лупа.
     */

    .wf-mobile-menu__search-submit,
    .wf-mobile-menu__search-submit:hover,
    .wf-mobile-menu__search-submit:focus,
    .wf-mobile-menu__search-submit:active {

        width: 30px !important;
        height: 30px !important;

        min-width: 30px !important;
        min-height: 30px !important;

        flex: 0 0 30px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border: 0 !important;

        border-radius: 0 !important;

        background: transparent !important;

        color: #111 !important;

        box-shadow: none !important;

        outline: none !important;

        cursor: pointer !important;

        opacity: 1 !important;

        -webkit-appearance: none !important;
        appearance: none !important;
    }


    .wf-mobile-menu__search-submit svg {

        display: block !important;

        width: 18px !important;
        height: 18px !important;

        fill: none !important;

        stroke: #111 !important;

        stroke-width: 1.8 !important;

        stroke-linecap: round !important;
        stroke-linejoin: round !important;

        pointer-events: none !important;
    }


    .wf-mobile-menu__search-submit:active {

        opacity: .45 !important;
    }

}

/* WAHHID MOBILE MENU CATALOG SEARCH END */

/* WAHHID MENU SEARCH UNDER LOGO START */

@media (max-width: 767px) {

    /*
     * Logo remains first row.
     */

    .wf-mobile-menu__top {

        position: relative !important;

        display: flex !important;

        align-items: center !important;

        justify-content: space-between !important;

        visibility: visible !important;

        opacity: 1 !important;
    }


    .wf-mobile-menu__logo {

        display: flex !important;

        visibility: visible !important;

        opacity: 1 !important;
    }


    /*
     * No separate title above search.
     */

    .wf-mobile-menu__search-title {

        display: none !important;
    }


    /*
     * Search immediately below logo/top row.
     */

    .wf-mobile-menu__catalog-search {

        width: 100% !important;

        margin: 0 !important;

        padding:
            7px 0 16px !important;
    }


    .wf-mobile-menu__search-form {

        width: 100% !important;

        height: 40px !important;

        margin: 0 !important;

        padding:
            0 7px 0 11px !important;

        display: flex !important;

        align-items: center !important;

        gap: 7px !important;

        border:
            1px solid #888 !important;

        border-radius:
            8px !important;

        background:
            #fff !important;

        box-sizing:
            border-box !important;
    }


    .wf-mobile-menu__search-form
    input[type="search"] {

        flex: 1 1 auto !important;

        width: auto !important;

        min-width: 0 !important;

        height: 36px !important;

        margin: 0 !important;

        padding: 0 !important;

        border: 0 !important;

        outline: 0 !important;

        background:
            transparent !important;

        box-shadow:
            none !important;

        color:
            #111 !important;

        font-size:
            16px !important;

        line-height:
            36px !important;
    }


    /*
     * Gray placeholder:
     * "Поиск по каталогу"
     */

    .wf-mobile-menu__search-form
    input[type="search"]::placeholder {

        color:
            #8b8b8b !important;

        opacity:
            1 !important;
    }


    .wf-mobile-menu__search-icon {

        width: 17px !important;
        height: 17px !important;

        min-width: 17px !important;

        flex: 0 0 17px !important;

        opacity:
            .48 !important;
    }


    .wf-mobile-menu__search-submit {

        width: 31px !important;
        height: 31px !important;

        min-width: 31px !important;
        min-height: 31px !important;

        flex: 0 0 31px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        border: 0 !important;

        background:
            transparent !important;

        color:
            #111 !important;
    }


    .wf-mobile-menu__search-submit svg {

        width: 18px !important;
        height: 18px !important;

        fill: none !important;

        stroke:
            #111 !important;

        stroke-width:
            1.8 !important;
    }

}

/* WAHHID MENU SEARCH UNDER LOGO END */

/* WAHHID MOBILE MENU TOP FINAL START */

@media (max-width: 767px) {

    /*
     * Верх мобильного меню.
     */

    .wf-mobile-menu__top {

        position: relative !important;

        width: 100% !important;

        display: flex !important;

        align-items: center !important;

        justify-content: flex-end !important;
    }


    /*
     * Логотип строго по центру,
     * независимо от крестика справа.
     */

    .wf-mobile-menu__logo {

        position: absolute !important;

        left: 50% !important;
        top: 50% !important;

        transform:
            translate(-50%, -50%) !important;

        margin: 0 !important;

        z-index: 1 !important;

        display: flex !important;

        align-items: center !important;

        justify-content: center !important;
    }


    /*
     * Крестик остаётся справа.
     */

    .wf-mobile-menu__close {

        position: relative !important;

        margin-left: auto !important;

        z-index: 3 !important;
    }


    /*
     * Убираем полоску над
     * "Личный кабинет".
     */

    .wf-mobile-menu__utility {

        border-top:
            0 !important;

        padding-top:
            0 !important;

        margin-top:
            16px !important;
    }

}

/* WAHHID MOBILE MENU TOP FINAL END */

/* WAHHID MOBILE UTILITY EXTRA COMPACT START */

@media (max-width: 767px) {

    /*
     * Весь блок компактнее.
     */

    .wf-mobile-menu__utility {

        margin-top: 11px !important;
        padding-top: 0 !important;

        border-top: 0 !important;
    }


    /*
     * Личный кабинет /
     * Отследить заказ
     */

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link,
    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link:visited {

        min-height: 40px !important;

        padding: 0 2px !important;

        gap: 11px !important;

        font-size: 15px !important;
        line-height: 1 !important;

        margin: 0 !important;
    }


    /*
     * Максимально уменьшаем
     * разрыв между двумя строками.
     */

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link
    + .wf-mobile-menu__utility-link {

        margin-top: -2px !important;
    }


    /*
     * Контейнер иконок.
     */

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-icon {

        width: 24px !important;
        height: 24px !important;

        min-width: 24px !important;

        flex: 0 0 24px !important;
    }


    /*
     * Сами иконки.
     */

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-icon svg {

        width: 23px !important;
        height: 23px !important;

        stroke-width: 1.7 !important;
    }

}

/* WAHHID MOBILE UTILITY EXTRA COMPACT END */

/* WAHHID UTILITY GAP FINE START */

@media (max-width: 767px) {

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link {

        min-height: 37px !important;
    }

    .wf-mobile-menu__utility
    .wf-mobile-menu__utility-link
    + .wf-mobile-menu__utility-link {

        margin-top: -4px !important;
    }

}

/* WAHHID UTILITY GAP FINE END */

/* WAHHID ORDER HELP WIDTH FINAL START */

@media (max-width: 767px) {

    .wf-mobile-menu__order-help,
    .wf-mobile-menu__order-help:visited,
    .wf-mobile-menu__order-help:hover,
    .wf-mobile-menu__order-help:focus,
    .wf-mobile-menu__order-help:active {

        width: calc(100% - 76px) !important;

        margin-left: 38px !important;
        margin-right: 38px !important;

        box-sizing: border-box !important;
    }

}

/* WAHHID ORDER HELP WIDTH FINAL END */

/* WAHHID CATALOG BOTTOM LINE START */

@media (max-width: 767px) {

    .wf-mobile-menu__catalog-toggle {

        border-bottom:
            1px solid #d9d9d9 !important;
    }

}

/* WAHHID CATALOG BOTTOM LINE END */

/* WAHHID CATALOG LINE HARD START */

@media (max-width: 767px) {

    .wf-mobile-menu__catalog-toggle {
        position: relative !important;
    }

    .wf-mobile-menu__catalog-toggle::after {

        content: "" !important;

        position: absolute !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        width: 100% !important;
        height: 1px !important;

        background: #d9d9d9 !important;

        display: block !important;

        opacity: 1 !important;

        pointer-events: none !important;

        z-index: 5 !important;
    }

}

/* WAHHID CATALOG LINE HARD END */

/* WAHHID ORDER HELP HEIGHT FINAL START */

@media (max-width: 767px) {

    .wf-mobile-menu__order-help,
    .wf-mobile-menu__order-help:visited,
    .wf-mobile-menu__order-help:hover,
    .wf-mobile-menu__order-help:focus,
    .wf-mobile-menu__order-help:active {

        min-height: 48px !important;
        height: 48px !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;

        border-radius: 10px !important;
    }

    .wf-mobile-menu__order-help-icon {

        width: 23px !important;
        height: 23px !important;

        min-width: 23px !important;
        flex-basis: 23px !important;

        background-size: 23px 23px !important;
    }

}

/* WAHHID ORDER HELP HEIGHT FINAL END */

/* WAHHID RETURN EXCHANGE EXACT DESIGN START */

.wf-return-exchange {

    width: 100% !important;

    margin: 0 !important;

    padding:
        42px 8px
        54px !important;

    background:
        #f4f4f2 !important;
}


/*
 * Заголовок страницы
 */

.wf-return-exchange
.wf-delivery__title {

    width: 100% !important;

    margin:
        0 0 24px !important;

    padding: 0 !important;

    color:
        #111 !important;

    font-size:
        34px !important;

    line-height:
        1 !important;

    font-weight:
        400 !important;

    text-transform:
        lowercase !important;

    letter-spacing:
        -.02em !important;
}


/*
 * Большая белая карточка
 */

.wf-return-exchange
.wf-delivery__tabs {

    width: 100% !important;

    margin: 0 !important;

    padding:
        26px !important;

    background:
        #fff !important;

    border:
        0 !important;

    border-radius:
        22px !important;

    box-shadow:
        none !important;

    overflow:
        hidden !important;
}


/*
 * Верхняя чёрная плашка
 */

.wf-return-exchange
.wf-delivery__tabs-head {

    width:
        100% !important;

    margin:
        0 0 14px !important;

    padding:
        0 !important;

    background:
        transparent !important;
}


.wf-return-exchange
.wf-delivery__tab,
.wf-return-exchange
.wf-delivery__tab:hover,
.wf-return-exchange
.wf-delivery__tab:focus,
.wf-return-exchange
.wf-delivery__tab:active {

    width:
        100% !important;

    min-height:
        50px !important;

    margin: 0 !important;

    padding:
        0 18px !important;

    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    border:
        0 !important;

    border-radius:
        0 !important;

    background:
        #000 !important;

    color:
        #fff !important;

    font-size:
        16px !important;

    line-height:
        1 !important;

    font-weight:
        500 !important;

    text-transform:
        uppercase !important;

    box-shadow:
        none !important;

    pointer-events:
        none !important;
}


/*
 * Светло-серый блок с текстом
 */

.wf-return-exchange
.wf-delivery__panel {

    width:
        100% !important;

    margin:
        0 !important;

    padding:
        18px 14px !important;

    background:
        #f5f5f5 !important;

    border:
        0 !important;

    border-radius:
        0 !important;

    box-shadow:
        none !important;
}


/*
 * Текст
 */

.wf-return-exchange
.wf-delivery__panel p {

    margin:
        0 0 17px !important;

    padding:
        0 !important;

    color:
        #111 !important;

    font-size:
        16px !important;

    line-height:
        1.52 !important;

    font-weight:
        400 !important;

    letter-spacing:
        0 !important;
}


.wf-return-exchange
.wf-delivery__panel p:last-child {

    margin-bottom:
        0 !important;
}


/*
 * MOBILE — в точности по пропорциям
 * твоего референса
 */

@media (max-width: 767px) {

    .wf-return-exchange {

        padding:
            48px 4px
            42px !important;
    }


    .wf-return-exchange
    .wf-delivery__title {

        margin:
            0 0 20px !important;

        padding-left:
            0 !important;

        font-size:
            29px !important;

        line-height:
            1.05 !important;
    }


    .wf-return-exchange
    .wf-delivery__tabs {

        padding:
            26px 25px !important;

        border-radius:
            20px !important;
    }


    .wf-return-exchange
    .wf-delivery__tab {

        min-height:
            49px !important;

        font-size:
            16px !important;
    }


    .wf-return-exchange
    .wf-delivery__tabs-head {

        margin-bottom:
            12px !important;
    }


    .wf-return-exchange
    .wf-delivery__panel {

        padding:
            18px 13px !important;
    }


    .wf-return-exchange
    .wf-delivery__panel p {

        margin-bottom:
            16px !important;

        font-size:
            15px !important;

        line-height:
            1.55 !important;
    }

}


/*
 * Узкие телефоны
 */

@media (max-width: 380px) {

    .wf-return-exchange
    .wf-delivery__tabs {

        padding:
            22px 20px !important;
    }


    .wf-return-exchange
    .wf-delivery__panel p {

        font-size:
            14px !important;
    }

}

/* WAHHID RETURN EXCHANGE EXACT DESIGN END */


/* WAHHID MOBILE LOGO LINE REMOVE START */

@media (max-width: 767px) {

    .wf-mobile-menu__top {
        border-bottom: 0 !important;
        box-shadow: none !important;
    }

    .wf-mobile-menu__top::before,
    .wf-mobile-menu__top::after {
        border: 0 !important;
        box-shadow: none !important;
    }

}

/* WAHHID MOBILE LOGO LINE REMOVE END */

/* WAHHID MOBILE FOOTER REFERENCE START */

@media (max-width: 767px) {

    /*
     * Существующие accordion-меню
     * выше НЕ трогаем.
     */

    .wf-footer-mobile-brand--new {

        width: 100% !important;

        margin: 0 !important;

        padding:
            32px 16px 18px !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        background: #fff !important;

        text-align: center !important;
    }


    /*
     * Logo
     */

    .wf-footer-mobile-brand--new
    .wf-footer-logo {

        display: block !important;

        width: 54px !important;
        height: 54px !important;

        margin:
            0 auto 22px !important;

        object-fit:
            contain !important;
    }


    /*
     * Brand copy
     */

    .wf-footer-mobile-about {

        width: 100% !important;

        margin:
            0 0 24px !important;

        padding: 0 !important;

        color: #111 !important;
    }


    .wf-footer-mobile-about p {

        margin:
            0 0 5px !important;

        padding: 0 !important;

        color: #111 !important;

        font-size:
            16px !important;

        line-height:
            1.35 !important;

        font-weight:
            400 !important;

        letter-spacing:
            0 !important;
    }


    .wf-footer-mobile-about p:last-child {

        margin-bottom:
            0 !important;
    }


    /*
     * Telegram CTA
     */

    .wf-footer-mobile-telegram,
    .wf-footer-mobile-telegram:visited,
    .wf-footer-mobile-telegram:hover,
    .wf-footer-mobile-telegram:focus,
    .wf-footer-mobile-telegram:active {

        width: 100% !important;

        min-height:
            54px !important;

        margin:
            0 0 22px !important;

        padding:
            0 16px !important;

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        border:
            1px solid #111 !important;

        border-radius:
            8px !important;

        background:
            #0b0b0b !important;

        color:
            #fff !important;

        font-size:
            16px !important;

        line-height:
            1 !important;

        font-weight:
            500 !important;

        text-decoration:
            none !important;

        letter-spacing:
            .01em !important;

        box-sizing:
            border-box !important;

        box-shadow:
            none !important;
    }


    .wf-footer-mobile-telegram:active {

        opacity:
            .78 !important;
    }


    /*
     * Socials
     */

    .wf-footer-mobile-socials {

        width: 100% !important;

        margin:
            0 0 22px !important;

        padding: 0 !important;

        display:
            flex !important;

        justify-content:
            center !important;

        align-items:
            center !important;

        gap:
            34px !important;
    }


    .wf-footer-mobile-socials
    .wf-social-icon {

        width:
            30px !important;

        height:
            30px !important;

        min-width:
            30px !important;

        margin: 0 !important;

        padding: 0 !important;

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        color:
            #111 !important;

        background:
            transparent !important;

        border:
            0 !important;
    }


    .wf-footer-mobile-socials
    .wf-social-icon svg {

        width:
            25px !important;

        height:
            25px !important;

        color:
            #111 !important;
    }


    /*
     * Legal block
     */

    .wf-footer-mobile-legal {

        width:
            100% !important;

        margin: 0 !important;

        padding:
            0 0 2px !important;

        color:
            #858585 !important;

        text-align:
            center !important;
    }


    .wf-footer-mobile-legal__links {

        width:
            100% !important;

        margin:
            0 0 7px !important;

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        flex-wrap:
            wrap !important;

        gap:
            4px !important;

        font-size:
            13px !important;

        line-height:
            1.35 !important;
    }


    .wf-footer-mobile-legal__links a,
    .wf-footer-mobile-legal__links a:visited {

        color:
            #858585 !important;

        text-decoration:
            none !important;

        font-weight:
            400 !important;
    }


    .wf-footer-mobile-legal__links a:active {

        color:
            #111 !important;
    }


    .wf-footer-mobile-legal__copyright {

        margin:
            0 !important;

        padding:
            0 !important;

        color:
            #858585 !important;

        font-size:
            13px !important;

        line-height:
            1.35 !important;

        font-weight:
            400 !important;
    }


    /*
     * Убираем лишнее пустое место
     * в самом низу mobile footer.
     */

    .wf-footer__mobile {

        padding-bottom:
            0 !important;
    }

}

/* WAHHID MOBILE FOOTER REFERENCE END */

/* WAHHID MOBILE FOOTER EXACT FINAL START */

@media (max-width: 767px) {

    /*
     * Нижний бренд-блок.
     */

    .wf-footer-mobile-brand--new {

        width: 100% !important;

        margin: 0 !important;

        padding:
            24px 14px 13px !important;

        box-sizing:
            border-box !important;
    }


    /*
     * Логотип.
     */

    .wf-footer-mobile-brand--new
    .wf-footer-logo {

        width:
            44px !important;

        height:
            44px !important;

        margin:
            0 auto 17px !important;
    }


    /*
     * Три строки текста.
     */

    .wf-footer-mobile-about {

        width:
            100% !important;

        max-width:
            410px !important;

        margin:
            0 auto 21px !important;

        padding:
            0 !important;
    }


    .wf-footer-mobile-about p {

        margin:
            0 0 3px !important;

        padding:
            0 !important;

        font-size:
            15px !important;

        line-height:
            1.3 !important;

        font-weight:
            400 !important;

        letter-spacing:
            -.01em !important;

        white-space:
            normal !important;
    }


    .wf-footer-mobile-about p:last-child {

        margin-bottom:
            0 !important;
    }


    /*
     * Telegram — уже и ниже,
     * как на референсе.
     */

    .wf-footer-mobile-telegram,
    .wf-footer-mobile-telegram:visited,
    .wf-footer-mobile-telegram:hover,
    .wf-footer-mobile-telegram:focus,
    .wf-footer-mobile-telegram:active {

        width:
            calc(100% - 52px) !important;

        max-width:
            380px !important;

        min-height:
            46px !important;

        height:
            46px !important;

        margin:
            0 auto 17px !important;

        padding:
            0 14px !important;

        border-radius:
            7px !important;

        font-size:
            15px !important;

        line-height:
            1 !important;

        font-weight:
            500 !important;
    }


    /*
     * Соцсети.
     */

    .wf-footer-mobile-socials {

        margin:
            0 0 15px !important;

        gap:
            29px !important;
    }


    .wf-footer-mobile-socials
    .wf-social-icon {

        width:
            26px !important;

        height:
            26px !important;

        min-width:
            26px !important;
    }


    .wf-footer-mobile-socials
    .wf-social-icon svg {

        width:
            23px !important;

        height:
            23px !important;
    }


    /*
     * Юридические ссылки.
     */

    .wf-footer-mobile-legal {

        width:
            100% !important;

        max-width:
            410px !important;

        margin:
            0 auto !important;

        padding:
            0 !important;
    }


    .wf-footer-mobile-legal__links {

        margin:
            0 0 5px !important;

        gap:
            3px !important;

        font-size:
            12.5px !important;

        line-height:
            1.25 !important;
    }


    .wf-footer-mobile-legal__copyright {

        font-size:
            12.5px !important;

        line-height:
            1.25 !important;
    }


    /*
     * Убираем пустоту снизу.
     */

    .wf-footer__mobile {

        padding-bottom:
            0 !important;

        margin-bottom:
            0 !important;
    }


    .wf-footer {

        padding-bottom:
            0 !important;

        margin-bottom:
            0 !important;
    }

}


/*
 * Для очень узких экранов.
 */

@media (max-width: 380px) {

    .wf-footer-mobile-about p {

        font-size:
            14px !important;
    }


    .wf-footer-mobile-telegram {

        width:
            calc(100% - 40px) !important;

        font-size:
            14px !important;
    }


    .wf-footer-mobile-legal__links,
    .wf-footer-mobile-legal__copyright {

        font-size:
            12px !important;
    }

}

/* WAHHID MOBILE FOOTER EXACT FINAL END */


/* WAHHID TELEGRAM BUTTON WHITE STYLE START */
@media (max-width: 767px) {

    .wf-footer-mobile-telegram,
    .wf-footer-mobile-telegram:visited,
    .wf-footer-mobile-telegram:hover,
    .wf-footer-mobile-telegram:focus,
    .wf-footer-mobile-telegram:active {

        background: #ffffff !important;
        color: #111111 !important;
        border: 1px solid #7d7d7d !important;
        box-shadow: none !important;
        text-decoration: none !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        min-height: 46px !important;
        height: 46px !important;
        border-radius: 8px !important;

        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
    }

    .wf-footer-mobile-telegram svg,
    .wf-footer-mobile-telegram path {
        fill: #111111 !important;
        stroke: #111111 !important;
        color: #111111 !important;
    }
}
/* WAHHID TELEGRAM BUTTON WHITE STYLE END */

/* WAHHID TELEGRAM EXACT ORDER HELP START */

@media (max-width: 767px) {

    .wf-footer-mobile-telegram,
    .wf-footer-mobile-telegram:visited,
    .wf-footer-mobile-telegram:hover,
    .wf-footer-mobile-telegram:focus,
    .wf-footer-mobile-telegram:active {

        /* такая же ширина, как Помощь с заказом */
        width: calc(100% - 76px) !important;

        max-width: none !important;

        margin-left: 38px !important;
        margin-right: 38px !important;
        margin-top: 0 !important;
        margin-bottom: 17px !important;

        box-sizing: border-box !important;


        /* такая же высота */
        height: 48px !important;
        min-height: 48px !important;


        /* такой же внутренний отступ */
        padding: 0 18px !important;


        /* такая же рамка */
        border: 1.5px solid #111 !important;


        /* такой же радиус */
        border-radius: 10px !important;


        /* белый вариант */
        background: #fff !important;
        color: #111 !important;


        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        box-shadow: none !important;

        text-decoration: none !important;

        transform: none !important;

        font-size: 15px !important;
        line-height: 1 !important;
        font-weight: 500 !important;

        letter-spacing: 0 !important;
    }


    .wf-footer-mobile-telegram:active {

        opacity: .65 !important;
    }

}

/* WAHHID TELEGRAM EXACT ORDER HELP END */

/* WAHHID FOOTER TEXT 3 LINES START */

@media (max-width: 767px) {

    .wf-footer-mobile-about {

        width: 100% !important;
        max-width: none !important;

        margin:
            0 auto 20px !important;

        padding: 0 !important;

        text-align: center !important;
    }


    .wf-footer-mobile-about p {

        width: 100% !important;

        margin:
            0 0 4px !important;

        padding: 0 !important;

        color: #111 !important;

        font-size: 14px !important;
        line-height: 1.22 !important;

        font-weight: 400 !important;

        letter-spacing: -0.01em !important;

        text-align: center !important;

        white-space: nowrap !important;
    }


    .wf-footer-mobile-about p:last-child {

        margin-bottom: 0 !important;
    }

}


/*
 * На совсем узких телефонах
 * чуть уменьшаем шрифт,
 * чтобы строки тоже помещались.
 */

@media (max-width: 360px) {

    .wf-footer-mobile-about p {

        font-size: 12.5px !important;

        letter-spacing: -0.015em !important;
    }

}

/* WAHHID FOOTER TEXT 3 LINES END */

/* WAHHID FOOTER LEGAL TWO ROWS START */

@media (max-width: 767px) {

    .wf-footer-mobile-legal {

        width: 100% !important;
        max-width: none !important;

        margin: 0 auto !important;
        padding: 0 !important;

        text-align: center !important;
    }


    /*
     * Первая строка:
     * Публичная оферта · Политика конфиденциальности
     */

    .wf-footer-mobile-legal__links {

        width: 100% !important;

        margin: 0 0 5px !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        flex-wrap: nowrap !important;

        gap: 4px !important;

        white-space: nowrap !important;

        font-size: 12px !important;
        line-height: 1.2 !important;
    }


    .wf-footer-mobile-legal__links a,
    .wf-footer-mobile-legal__links span {

        display: inline !important;

        flex: 0 0 auto !important;

        white-space: nowrap !important;
    }


    /*
     * Вторая строка:
     * © 2021–2026 Wahhid. Все права защищены.
     */

    .wf-footer-mobile-legal__copyright {

        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        white-space: nowrap !important;

        text-align: center !important;

        font-size: 12px !important;
        line-height: 1.2 !important;
    }

}


/*
 * На очень узких телефонах
 * чуть уменьшаем, но строки
 * всё равно не переносим.
 */

@media (max-width: 375px) {

    .wf-footer-mobile-legal__links,
    .wf-footer-mobile-legal__copyright {

        font-size: 11px !important;
    }

}

/* WAHHID FOOTER LEGAL TWO ROWS END */

/* WAHHID FOOTER BRAND CLEAN CENTER START */

@media (max-width: 767px) {

    .wf-footer__mobile
    .wf-footer-mobile-brand.wf-footer-mobile-brand--new {

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;

        width: 100% !important;

        text-align: center !important;
    }


    /*
     * Делаем текстовый блок чуть шире,
     * но оставляем его строго по центру.
     */

    .wf-footer__mobile
    .wf-footer-mobile-brand--new
    .wf-footer-mobile-about {

        position: static !important;

        display: block !important;

        width: calc(100% + 44px) !important;
        max-width: calc(100vw - 16px) !important;

        align-self: center !important;

        margin:
            0 0 20px !important;

        padding: 0 !important;

        transform: none !important;

        box-sizing: border-box !important;

        text-align: center !important;
    }


    /*
     * Ровно три строки как на референсе.
     */

    .wf-footer__mobile
    .wf-footer-mobile-brand--new
    .wf-footer-mobile-about > p {

        display: block !important;

        width: 100% !important;

        margin:
            0 0 4px !important;

        padding: 0 !important;

        color: #111 !important;

        font-size: 13px !important;
        line-height: 1.28 !important;

        font-weight: 400 !important;

        letter-spacing: -0.01em !important;

        text-align: center !important;
        text-align-last: center !important;

        white-space: nowrap !important;

        overflow: visible !important;

        transform: none !important;
    }


    .wf-footer__mobile
    .wf-footer-mobile-brand--new
    .wf-footer-mobile-about > p:last-child {

        margin-bottom: 0 !important;
    }

}


/*
 * На совсем узком экране сохраняем
 * те же три строки.
 */

@media (max-width: 360px) {

    .wf-footer__mobile
    .wf-footer-mobile-brand--new
    .wf-footer-mobile-about > p {

        font-size: 11.5px !important;
        letter-spacing: -0.015em !important;
    }

}

/* WAHHID FOOTER BRAND CLEAN CENTER END */

/* WAHHID THREE PAGES NO HERO START */

/*
 * Hidden technical anchor occupies zero space.
 */

.wf-no-hero-anchor {
    display: none !important;
}


/*
 * Магазины
 */

.wf-stores
> .wf-no-hero-anchor
+ .wf-stores__section {

    margin-top: 0 !important;
    padding-top: 24px !important;
}


/*
 * Контакты
 */

.wf-contacts
> .wf-no-hero-anchor
+ .wf-contacts__section {

    margin-top: 0 !important;
    padding-top: 24px !important;
}


/*
 * Публичная оферта
 */

.wf-public-offer
> .wf-no-hero-anchor
+ .wf-privacy__content {

    margin-top: 0 !important;
    padding-top: 24px !important;
}


@media (max-width: 767px) {

    .wf-stores
    > .wf-no-hero-anchor
    + .wf-stores__section,

    .wf-contacts
    > .wf-no-hero-anchor
    + .wf-contacts__section,

    .wf-public-offer
    > .wf-no-hero-anchor
    + .wf-privacy__content {

        margin-top: 0 !important;
        padding-top: 14px !important;
    }

}

/* WAHHID THREE PAGES NO HERO END */

/* WAHHID IOS CONTACT META FIX START */

/*
 * iPhone/Safari иногда распознаёт ИНН/ОГРНИП
 * как телефон и перекрашивает цифры.
 * Исправляем только реквизиты на странице Контакты.
 */

.wf-contacts-card__meta,
.wf-contacts-card__meta strong,
.wf-contacts-card__meta a,
.wf-contacts-card__meta a:visited,
.wf-contacts-card__meta [x-apple-data-detectors],
.wf-contacts-card__meta [x-apple-data-detectors="true"] {

    color: #111 !important;
    text-decoration: none !important;

    -webkit-text-fill-color: #111 !important;

    border-bottom: 0 !important;
    background: transparent !important;
}

/* WAHHID IOS CONTACT META FIX END */

