@media (max-width: 767px) {

  .site-header {
    padding: 0;
    margin-top: 0;
  }
  /* Только в шапке: #site-navigation и .mobile-menu-placeholder — соседи <header>, не потомки .site-header */
  .site-header .header-favorite {
    display: none !important;
  }
  .site-header .social-links p {
    display: none;
  }
  .site-header .social-links .social-button {
    background: #ffffff !important;
  }
  .site-footer {
    padding-top: var(--space-16) !important;
    padding-bottom: 0 !important;
    background-color: var(--c-footer-bg) !important;
    font-size: 0.8em !important;
    color: var(--c-footer) !important;
  }
  .site-footer .social-links .social-buttons {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }
  .social-links .social-buttons {
    top: 0;
  }
  .site-footer .social-links .social-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    position: static;
    height: 32px !important;
  }
  .site-footer .social-links .social-button--instagram {
    position: relative;
  }
  .site-footer .social-links .social-button::before {
    display: block !important;
  }
  .footer-widget .social-links .social-button::before {
    width: 32px;
    height: 32px;
    margin: 0;
    filter: brightness(0.5);
  }
  .site-header-inner {
    padding-top: 0;
    height: auto;
    min-height: 92px;
  }
  .site-branding {
    justify-content: flex-start;
    width: fit-content;
    padding: 6px 0;
  }
  .site-logotype a {
    width: 80px;
    height: 80px;
  }

  /* WooCommerce: уведомления — внешние отступы задаёт контейнер */
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-store-notice {
    margin: 0 !important;
  }

  .site-content-inner {
    margin-top: 0;
  }

  body.blog:not(.bono-child-is-front) .site-content {
    padding-top: var(--space-8);
  }

  body.single.single-post .site-content {
    padding-top: var(--space-10);
  }

  body.vb-legal-page .site-content {
    padding-top: var(--space-16);
  }

  body.search #primary.content-area {
    padding-top: var(--space-16);
  }

  body.page-favorite .site-content {
    padding-top: var(--space-12);
  }

  body.woocommerce-page .site-content {
    padding-top: var(--space-8);
    padding-bottom: var(--space-32);
  }

  .woocommerce,
  .woocommerce-page {
    font-size: var(--text-sm);
  }

  .woocommerce form .form-row input,
  .woocommerce-page form .form-row input,
  .woocommerce form .form-row textarea,
  .woocommerce-page form .form-row textarea {
    font-size: var(--text-sm);
  }

  .woocommerce-EditAccountForm fieldset legend {
    margin-bottom: var(--space-3);
  }

  legend {
    font-size: var(--text-xl);
  }

  h2,
  .woocommerce h2,
  .woocommerce-page h2 {
    font-size: var(--text-xl);
    margin-bottom: var(--space-5);
  }

  body.page-favorite h1.page-title {
    margin: 0 0 var(--space-10) !important;
  }

  /* Карточка товара: Customizer добавляет :hover без media — на тач-экранах после тапа :hover «залипает».
     Сбрасываем к базовому виду родителя: фон #fff у .shop-item__icons-*, не transparent. */
  .shop-item__icons-favorite:not(.in-favorite):hover,
  .shop-item__icons-quick:not(.in-favorite):hover,
  .shop-item__icons-compare:not(.in-favorite):hover {
    background-color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: inherit;
  }

  .product-favorite-btn:not(.in-favorite):hover,
  .product-favorite-btn:not(.in-favorite):focus:not(:focus-visible) {
    color: var(--c-text) !important;
  }

  body.single.single-post .entry-content h2 {
    margin-top: var(--space-12);
    font-size: var(--text-2xl);
    letter-spacing: -0.02em;
    color: var(--c-title);
  }

  .entry-image {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: var(--space-5);
    padding: 0 var(--space-5);
  }

  .table-of-contents ol .level-1 {
    counter-increment: point;
    counter-reset: sublist;
    margin: 0 0 var(--space-3) 0;
  }

  .table-of-contents__list .level-1:before {
    width: 20px;
  }

  .table-of-contents ol li:before {
    display: inline-block;
    content: counter(point) ". ";
    opacity: .5;
    margin-right: 0px;
    margin-left: 0;
  }

  .widget-area {
    max-width: unset;
  }
  
  .site-content-inner > .product {
    margin-top: var(--space-2);
  }
  .product-info {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 var(--space-3) var(--space-6);
  }

  .product-info .cart {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-info .cart .single_add_to_cart_button {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    width: fit-content;
    display: block;
    margin: 0px 0 0;
  }

  body.single-product .quantity input.qty,
  body.single-product .quantity input[type="number"] {
    border-radius: var(--r-pill);
    height: 40px;
    font-size: var(--text-sm);
  }

  .woocommerce-tabs .wc-tabs li {
    display: inline-block;
    margin: 0 0.3em;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.5em var(--space-3);
  }
  .related-products__header:first-child {
    margin-top: 0;
    padding: 0 var(--space-3);
  }
  .site-header-inner > .humburger {
    left: unset;
    right: 13px;
    margin: 36px 0;
    top: 0;
  }
  .site-header-inner > .header-cart,
  .site-header-inner > .site-header-cart {
    left: unset;
    right: 20px;
    margin: 33px 27px 33px 0;
    top: 0;
  }
  .site-header-cart__floating,
  .ite-header-cart__floating {
    right: 16px !important;
    top: calc(100% - 188px) !important;
    padding: 14px !important;
    border-radius: 50px !important;
    width: 56px !important;
    height: 56px !important;
  }
  .scrolltop {
    right: 16px !important;
    width: 56px !important;
    height: 56px !important;
    bottom: 57px !important;
  }
  .header-cart__link {
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    border-radius: 3em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #111;
    white-space: nowrap;
    padding: 0px;
  }
  .site-header-cart__floating .header-cart__link,
  .ite-header-cart__floating .header-cart__link {
    margin: 0;
    width: 36px;
    height: 36px;
  }
  .woocommerce-mini-cart-item {
    padding: 0;
    margin-bottom: 10px;
    background: var(--vb-bg-2);
    border-radius: var(--r-md);
  }
  .woocommerce-mini-cart-item:hover {
    padding: 0;
    margin-bottom: 10px;
    background: var(--vb-bg-1);
    border-radius: var(--r-md);
  }
  .woocommerce-mini-cart-item .woocommerce-mini-cart-item__name {
    display: flex;
    align-items: center;
    line-height: 1.3em;
    padding: 10px 0;
    font-size: var(--text-xs);
    font-weight: 400;
  }
  .woocommerce-mini-cart-item .quantity {
    text-align: left;
    font-size: var(--text-xs);
    font-weight: 600;
  }
  .woocommerce-mini-cart-item .remove {
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
    border-radius: var(--r-pill);
    opacity: 1;
    background: #fff;
    margin: 0 10px;
  }
  .widget_shopping_cart_content .woocommerce-mini-cart-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex: 0 0 56px;
    margin: 0 5px;
    border-radius: var(--r-sm);
  }
  .site-header-cart-hidden .widget_shopping_cart_content {
    padding: 12px 25px 25px;
  }
  .site-header-cart-hidden .header-cart__title {
    padding: 32px 25px 32px;
  }
  .woocommerce-mini-cart__total {
    border: none;
    padding: 8px;
    margin-bottom: 14px;
    font-size: 1.2em;
  }
  .woocommerce-mini-cart__buttons {
    padding: 0 0 0 3px;
  }
  .woocommerce-mini-cart__close {
    position: absolute;
    top: 33px;
    right: 25px;
    font-size: 26px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.5;
  }
  .site-header .header-customer-account,
  .site-header a.header-customer-account {
    display: none !important;
  }
  .header-phone {
    width: fit-content;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0;
    top: 14px;
    position: absolute;
    font-size: 0.9em;
    justify-content: center;
  }
  /* Только при открытом дропдауне поднимаем слой выше мобильного меню (nav 9998); иначе гамбургер остаётся кликабельным */
  .header-phone:has(.header-phone__item.is-open) {
    z-index: 10000;
  }
  .header-phone .header-phone__item {
    position: relative;
    margin: auto 0;
    padding-top: 0;
    text-align: center;
    left: 6px;
  }
  .header-phone .header-phone__toggle {
    column-gap: 2px;
    padding-left: 19px;
  }

  .header-phone .header-phone__toggle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url("../../icons/remix/phone-fill.svg");
    mask-image: url("../../icons/remix/phone-fill.svg");
  }

  .header-phone .header-phone__toggle .header-phone__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--c-text-third);
    margin: 0 auto;
    width: fit-content;
    grid-column: 1;
    grid-row: 1;
  }
  .header-phone .header-phone-menu {
    position: absolute;
    top: calc(100% + -16px);
    left: 5px;
    min-width: 165px;
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    padding: 12px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    background-color: #f8f8f5db;
    backdrop-filter: blur(5px);
  }
  .work-schedule {
    display: block;
    font-size: 13px;
    font-weight: 300;
    width: fit-content;
    margin: 0 auto;
    padding-top: 6px;
  }
  .header-mobile-items-container {
    display: none;
  }
  .header-html-1,
  .header-html-2 {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  /* Соцсети в шапке скрыты. Поиск в шапке — только прямой ребёнок .site-header-inner (не трогаем поиск внутри #site-navigation, если блок перенесён в шапку). */
  .site-header-inner .social-links {
    display: none !important;
  }
  .site-header-inner > .header-search {
    display: none !important;
  }
  .mobile-menu-header-tools {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: var(--space-3) var(--space-5);
    box-sizing: border-box;
    flex-shrink: 0;
    background: var(--vb-bg-1);
    box-shadow: inset 0px 0px 10px 0px rgb(45 36 26 / 8%);
  }
  /* Родительская тема: .header-search{display:none} на мобиле — показываем только в панели меню (класс .header-search--mobile-menu-row в header-search-block.php). */
  .mobile-menu-header-tools .header-search--mobile-menu-row {
    display: block !important;
    position: relative !important;
    /* flex: 1 1 auto; */
    width: 50%;
    bottom: auto;
    left: auto;
    margin: 0 !important;
    /* flex-grow: 1; */
    gap: 12px;
  }
  .mobile-menu-header-tools .header-search--compact .header-search-ico,
  .mobile-menu-header-tools .header-search--mobile-menu-row.header-search--compact .header-search-ico {
    display: none !important;
  }
  .mobile-menu-header-tools .header-search--compact form,
  .mobile-menu-header-tools .header-search--compact .search-form,
  .mobile-menu-header-tools .header-search--mobile-menu-row.header-search--compact form,
  .mobile-menu-header-tools .header-search--mobile-menu-row.header-search--compact .search-form {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    z-index: 1;
  }
  .mobile-menu-header-tools .search-form label,
  .mobile-menu-header-tools .header-search--mobile-menu-row .search-form label {
    position: relative;
    display: block;
  }
  .mobile-menu-header-tools .search-form .search-field,
  .mobile-menu-header-tools .header-search--mobile-menu-row .search-form .search-field {
    background: var(--c-bg-tips);
    padding-left: var(--space-5);
  }
  .mobile-menu-header-tools__actions {
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    /* Не даём flex сжимать колонку иконок при открытой мобильной панели. */
    min-width: 80px;
    min-height: 38px;
    align-self: center;
  }
  /* Избранное и ЛК в панели меню (дубли в шапке скрыты через .site-header … выше) */
  #site-navigation-mobile .mobile-menu-header-tools .header-favorite,
  .mobile-menu-header-tools .header-favorite {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  #site-navigation-mobile .mobile-menu-header-tools .header-customer-account,
  .mobile-menu-header-tools .header-customer-account {
    display: inline-flex !important;
    align-items: center;
    margin: 0;
    padding: 0 0.55em 0 0.45em;
    font-size: 11px;
    line-height: 1.15;
    flex: 1 1 auto;
    height: 38px !important;
    box-sizing: border-box;
    min-width: 38px;
  }
  .mobile-menu-header-tools .header-customer-account__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  /* Нижняя полоса: соцсети под пунктами меню (как прежняя правая колонка верхней полосы) */
  .mobile-menu-footer-tools {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--space-2);
    width: 100%;
    padding: var(--space-3) var(--space-4);
    box-sizing: border-box;
    flex-shrink: 0;
    background: var(--vb-bg-1);
    box-shadow: inset 0px 0px 10px 0px rgb(45 36 26 / 8%);
    border-top: 1px solid rgba(45, 36, 26, 0.06);
    border-bottom-left-radius: var(--r-lg);
    border-bottom-right-radius: var(--r-lg);
  }
  .mobile-menu-footer-tools__social-title {
    margin: 0;
    min-width: 0;
    font-size: var(--text-xs);
    font-weight: 500;
    line-height: 1.2;
    color: var(--c-text-third);
    text-align: left;
    display: block;
    padding-left: 0;
  }
  .mobile-menu-footer-tools__social-title::before,
  .mobile-menu-footer-tools__social-title::after {
    content: none !important;
    display: none !important;
  }
  .mobile-menu-footer-tools .social-links {
    position: static;
    right: auto;
    bottom: auto;
    width: auto;
    flex: 0 0 auto;
    margin-top: 0;
    font-size: 1.3em;
    display: flex;
  }
  .mobile-menu-footer-tools .social-links p {
    display: none;
  }
  .mobile-menu-footer-tools .social-buttons {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 4px;
    width: auto;
    max-width: none;
  }
  /* Иконки в меню — <img> из functions.php (обход сломанных background в смерженном CSS). */
  .mobile-menu-footer-tools .social-button.social-button--vb-img::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }
  .mobile-menu-footer-tools .social-button__icon {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    pointer-events: none;
  }
  input[type="search"] {
    padding: 0.375em 0.75em;
    height: 36px;
  }
  .search-form .search-submit:before {
    background-color: var(--c-text-third);
  }
  .site-footer .social-links {
    position: static;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 0;
  }
  .site-footer .footer-bottom {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .site-footer .footer-widgets {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .footer-widget {
    width: 50%;
    padding-right: var(--space-3);
    padding-left: var(--space-2);
    box-sizing: border-box;
  }
  .footer-widget {
    margin-bottom: var(--space-8);
  }
  .widget {
    margin-bottom: 1.5rem;
  }
  .footer-widget .widget {
    margin-bottom: 0.8rem;
  }
  .footer-widget .widget .textwidget {
    font-size: var(--text-xs);
  }
  .widget-header {
    color: var(--c-footer) !important;
    font-weight: 700;
    font-size: 1.05em;
    margin-bottom: 0.7em;
  }
  .site-footer .footer-widget:nth-child(1) {
    order: 3; /* Информация */
  }
  .site-footer .footer-widget:nth-child(2) {
    order: 2; /* Контакты */
  }
  .site-footer .footer-widget:nth-child(3) {
    order: 4; /* График работы */
  }
  .site-footer .footer-widget:nth-child(4) {
    order: 1; /* Логотип */
  }
  .footer-contacts .media {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
  }
  .footer-contacts .ri-icon {
    width: 18px;
    height: 18px;
    background-color: var(--c-footer) !important;
    flex: 0 0 20px;
  }
  .mobile-menu-placeholder {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    flex: 1 1 auto;
  }
  .main-navigation + .mobile-menu-placeholder.open,
  .site-header + .mobile-menu-placeholder.open {
    margin-top: 0;
  }
  .main-navigation {
    margin-bottom: 0;
    border-bottom: none;
    background-color: var(--vb-bg-1) !important;
  }
  .main-navigation-inner {
    padding: 0 var(--space-2) var(--space-2) var(--space-5);
  }

  /* Горизонтальные отступы основных контейнеров (перебивает vb-late-overrides и шортхэнд у .main-navigation-inner) */
  .block-after-site,
  .main-navigation-inner,
  .related-posts,
  .section-block,
  .section-html,
  .site-content,
  .site-footer-inner,
  .site-header-inner,
  .super-header-inner {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }

  .main-navigation.full {
    z-index: 9998 !important;
    border-bottom-left-radius: var(--r-lg);
    border-bottom-right-radius: var(--r-lg);
    margin-bottom: -10px;
    padding: 0;
    box-shadow: inset 0 0px 10px 0px oklab(0.91 0 0.02);
  }
  .main-navigation ul li a {
    font-family: var(--font-first) !important;
    font-size: var(--text-sm) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  .main-navigation ul li > a {
    padding: 16px 10px;
    border-top: 1px dotted var(--c-border);
  }
  .main-navigation ul li > span {
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 600 !important;
    font-size: var(--text-sm) !important;
    color: var(--c-text) !important;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 1;
    padding: 16px 10px;
    border-top: 1px dotted var(--c-border);
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce-page #respond input#submit,
  .woocommerce-page a.button,
  .woocommerce-page button.button,
  .woocommerce-page input.button {
    font-size: var(--text-sm);
    line-height: 1.3em;
  }

  .woocommerce-pagination {
    margin-top: var(--space-4);
    margin-bottom: var(--space-8);
    padding: 0;
  }

  h1,
  .woocommerce h1 {
    font-size: var(--text-2xl);
  }

  .woocommerce-page h1 {
    font-size: var(--text-2xl);
    margin: var(--space-2) 0 var(--space-6) !important;
    letter-spacing: -0.02em;
  }

  h1:first-child {
    margin-top: 0;
    padding: 0;
  }

  .entry-title,
  .page-title {
    margin: var(--space-4) 0 var(--space-6) !important;
    color: var(--c-title);
    letter-spacing: -0.02em;
  }

  h1.woocommerce-products-header__title.page-title {
    padding: 0 !important;
    font-size: var(--text-3xl);
    margin: 0 0 var(--space-4) !important;
  }

  /* «Мой аккаунт»: только страница входа / регистрации (гость) */
  body.woocommerce-account:not(.logged-in).woocommerce-page h1 {
    font-size: var(--text-3xl);
    margin: 0 0 var(--space-10) !important;
    letter-spacing: -0.02em;
  }

  .shop-sorting {
    margin-top: -1em;
    margin-bottom: var(--space-6);
    /* font-size: 0.9em; */
  }

  body.page-favorite .shop-sorting .woocommerce-result-count {
    color: var(--c-text-fourth);
    text-align: center;
  }

  .orderby-dropdown__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-width: 170px;
    padding: 0.5rem 1.25rem 0.5rem 1rem;
    border-radius: var(--r-pill);
    border: 1px solid var(--c-border-tips);
    background-color: #fff;
    color: var(--c-text-third);
    font-size: var(--text-sm);
    line-height: 1;
    font-family: var(--font-first);
    cursor: pointer;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6%209%2012%2015%2018%209'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
    height: 34px;
  }

  .orderby-dropdown__option {
    margin: 0;
    padding: 0.45rem 0.7rem;
    font-size: var(--text-sm);
    font-family: var(--font-first);
    color: var(--c-text);
    cursor: pointer;
    white-space: nowrap;
  }

  .shop-item__badge--hit,
  .single-product__badge--hit,
  .shop-item__badges .onsale,
  .single-product__badge--onsale,
  .shop-item__badge--new,
  .single-product__badge--new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 8px 2px;
    border-radius: var(--r-pill);
    border: 1px solid rgb(0 0 0 / 0%);
    font-weight: 500;
    white-space: nowrap;
    font-size: 12px;
  }

  .shop-item__buttons-cart:before {
    background-color: currentColor;
    width: 16px;
    height: 16px;
  }

  
  .site-footer-wave__svg {
    height: 10px;
    margin-bottom: -1px;
  }

  
  :where(.vb-section) {
    padding: var(--section-padding-y-sm) 0;
  }
  .section-block:first-child {
    padding-top: 0;
    margin-top: 0;
  }

  [class*="section-id--"]:not(.section-id--main-banner) {
    padding: var(--space-12) 0;
  }

  .main-banner__body-inner {
    padding: var(--space-12) var(--space-6) var(--space-16);
  }
  .main-banner__title + .main-banner__excerpt,
  .main-banner__price + .main-banner__excerpt {
    margin-top: var(--space-3);
    margin-bottom: var(--space-4);
    padding: 0 clamp(var(--space-6), 23vw, var(--space-24)) 0 0;
  }
  :where(.custom__button, .custom__button2) {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-top: var(--space-2);
    padding: var(--space-3) var(--space-5);
    border-radius: var(--r-btn);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font: 500 1.1rem / 1 var(--font-first);
    z-index: 7;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }
  :where(.vb-section__inner) {
    width: min(var(--container), calc(100% - var(--space-5)));
  }

  :where(.vb-section__head) {
    margin-bottom: var(--section-head-margin-bottom-sm);
  }

  :where(.vb-section__title) {
    font-size: var(--text-2xl);
    line-height: 1.2;
  }
  .section-block__title {
    font-size: var(--text-3xl);
  }

  .sections__subtitle {
    max-width: 760px;
    margin: 0 auto var(--space-6);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    color: var(--c-text-second);
    text-align: center;
  }

  .useful-title {
    font-size: var(--text-3xl);
  }

  .useful-kicker {
    margin: 0 auto var(--space-6);
    font-size: var(--text-base);
    color: var(--c-text-second);
    font-family: var(--font-first);
  }

  .useful-card-title {
    font-size: var(--text-lg);
  }

  .useful-swiper {
    padding: var(--space-3) 0 var(--space-6);
  }

  .swiper-pagination-bullet {
    background: var(--c-primary);
  }

  .vb-recipes-swiper .swiper-slide {
    height: auto;
    padding: 0 32px;
  }

  :where(.vb-section__lead) {
    font-size: var(--text-sm);
  }

  
  .h2-heading span,
  .aboutpage-title span,
  .vb-why-flat__title span,
  .vb-section__title span,
  .section-block__title span,
  .main-banner__title span {
    font-size: 1.1em;
  }

  .aboutpage-title {
    margin: 0 auto var(--space-8);
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
  }

  .section-id--o-nas-about-company .h2-heading,
  .section-id--main-about-company .h2-heading,
  .section-id--products .section-block__title {
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
    margin: 0 auto var(--space-2);

  }

  .section-id--shops .h2-heading {
    font-size: var(--text-2xl);
    line-height: 1.2;
    margin-bottom: var(--space-4);
  }

  .section-id--about-certs .aboutpage-title {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--c-title);
    width: auto;
    text-align: center;
    margin: 0 auto var(--space-2);
    line-height: var(--leading-tight);
  }

  .section-id--about-recipes .aboutpage-title {
    color: var(--c-primary);
    margin: 0 auto var(--space-2);
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
  }

  .section-id--about-recipes .btn-vk {
    padding: var(--space-3) var(--space-5);
    font: 500 1.1rem / 1 var(--font-first);
  }

  .section-id--about-media .aboutpage-title {
    color: var(--c-primary);
    margin: 0 auto var(--space-2);
  }

  .section-id--about-certs .aboutpage-text-center {
    text-align: center;
    z-index: -1;
    max-width: 780px;
    margin: 0 auto var(--space-8);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    color: var(--c-text-second);
  }

  .aboutpage-certs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-2);
    max-width: 1000px;
    margin: 0 auto var(--space-6);
  }

  .aboutpage-social-item {
    display: flex;
    gap: 8px;
    font-size: var(--text-sm);
    color: var(--c-title);
  }

  .aboutpage-icon-heart {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: var(--c-primary);
    margin: 0;
  }

  .aboutpage-social-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: unset;
    align-items: center;
    margin: 0;
  }

  .aboutpage-social-profiles-wrap .social-buttons {
    flex-direction: row;
    align-items: center;
    display: flex;
    align-content: center;
    margin: var(--space-6) auto;
    gap: 6px;
  }

  .aboutpage-social-profiles-wrap .social-links .social-button {
    width: 50px;
    height: 50px;
    max-width: 280px;
    justify-content: center;
  }

  .aboutpage-lead {
    font-size: var(--text-sm);
    margin-bottom: var(--space-5);
  }

  .aboutpage-social-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 var(--space-8);
    font-size: var(--text-sm);
    align-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
  }

  .section-id--o-nas-about-company .vb-container,
  .section-id--main-about-company .vb-container {
    width: calc(100% - var(--space-5));
    padding: 0 var(--space-2);
  }

  .section-id--o-nas-about-company .vb-row,
  .section-id--main-about-company .vb-row {
    gap: var(--space-2);
  }

  .section-id--o-nas-about-company .image-container,
  .section-id--main-about-company .image-container {
    margin-bottom: var(--space-5);
  }

  .section-id--o-nas-about-company .media-body {
    font-size: var(--text-sm);
  }

  .section-id--main-about-company .media-body {
    font-size: var(--text-sm);
  }

  .section-id--o-nas-about-company .text-container,
  .section-id--main-about-company .text-container {
    padding-bottom: var(--space-8);
  }

  
  .vb-why-flat__wrap {
    width: 100%;
    max-width: none;
    padding: 0 var(--space-4);
  }

  .vb-why-flat__title {
    width: 100%;
    max-width: none;
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
    margin: 0 auto var(--space-2);
  }

  .vb-why-flat__subtitle {
    font-size: var(--text-sm);
  }

  .section-id--why-ghee .vb-why-flat__icon {
    width: 70px;
    height: 70px;
    --vb-why-flat-icon-size: 44px;
  }

  .vb-why-flat__head {
    margin-bottom: var(--space-8);
  }

  .vb-why-flat__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-6) var(--space-3);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 var(--space-4);
  }

  .vb-why-flat__item h3 {
    font-size: var(--text-base);
    margin: var(--space-3) 0 var(--space-2);
  }

  .vb-why-flat__item p {
    font-size: var(--text-sm);
    line-height: 1.3em;
  }

  .section-id--about-ghee::after,
  .section-id--why-ghee::after {
    opacity: 0.03;
  }

  
  .section-id--products .section-block__description--top {
    font-size: var(--text-base);
    margin-bottom: var(--space-10);
  }

  .vb-section-products__description {
    font-size: var(--text-sm);
    margin: 0 auto var(--space-6);
  }

  .vb-section-products__catalog-btn-wrap {
    margin-top: var(--space-2);
    padding-top: var(--space-2);
    text-align: center;
  }

  .vb-section-products--carousel .vb-products-swiper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding: var(--space-3) 0 var(--space-10);
  }

  .product-category,
  .shop-item {
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .shop-item--type-standard .shop-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 13px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-card) !important;
  }

  .shop-item__image img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: var(--r-sm);
  }

  .shop-item__title {
    font-weight: 500;
    margin-bottom: var(--space-2);
    letter-spacing: var(--leading-snug);
    font-size: var(--text-sm);
    line-height: 1.35em;
  }

  .shop-item__price-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0;
    margin-bottom: 0.35em;
    flex-direction: column;
  }

  .price del {
    color: var(--c-text) !important;
    margin-bottom: var(--space-2);
  }

  .section-id--where-to-buy {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .section-id--where-to-buy .wherebuy-title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-4);
  }

  .section-id--where-to-buy .wherebuy-lead {
    font-size: var(--text-sm);
    margin-bottom: var(--space-6);
  }

  .section-id--where-to-buy .wherebuy-filterbox {
    padding: var(--space-4) var(--space-5);
  }

  .section-id--where-to-buy .wherebuy-cta-box {
    padding: var(--space-8) var(--space-5);
    margin-top: var(--space-8);
  }

  .section-id--where-to-buy .wherebuy-cta-actions {
    flex-direction: column;
    align-items: center;
  }
  .section-id--where-to-buy .wherebuy-grid {
    gap: var(--space-3);
    width: 100%;
    max-width: 100%;
  }
  .section-id--where-to-buy .wherebuy-card__top {
    margin-bottom: var(--space-3);
  }
  .section-id--where-to-buy .wherebuy-card .vb-ico {
    width: 17px;
    height: 17px;
  }
  .section-id--where-to-buy .wherebuy-card__map.button {
    font-size: var(--text-xs);
    padding: var(--space-2) var(--space-3);
  }

  .section-id--where-to-buy .wherebuy-card__city {
    white-space: normal;
  }

  .section-id--where-to-buy .wherebuy-card__site {
    max-width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wc-pill {
    padding: 0.5rem 1.2rem;
    font-size: var(--text-sm);
  }
  .section-id--where-to-buy .wherebuy-search__input {
    padding: 0.2em 0.75em 0.2em 38px;
    line-height: 1.5;
    background: var(--vb-bg-0);
    font-size: var(--text-sm);
    height: 34px;
  }

  .section-id--where-to-buy .wherebuy-city__select,
  .section-id--where-to-buy .wherebuy-city-dropdown__trigger {
    padding: 0.2em 2.5em 0.2em 0.75em;
    line-height: 1.5;
    background-color: var(--vb-bg-0);
    background-image: url("../../icons/remix/arrow-down-s-line.svg");
    background-repeat: no-repeat;
    background-position: right var(--space-3) center;
    background-size: 16px 16px;
    font-size: var(--text-sm);
    height: 34px;
  }

  .section-id--where-to-buy .wherebuy-city-dropdown__list {
    padding: var(--space-1);
    border-radius: var(--r-lg);
  }

  .section-id--where-to-buy .wherebuy-city-dropdown__option {
    padding: 0.3em 0.75em;
    font-size: var(--text-sm);
  }

  .section-id--where-to-buy .wherebuy-card__head {
    gap: var(--space-3);
  }

  .section-id--where-to-buy .wherebuy-card__logo-wrap {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .section-id--where-to-buy .wherebuy-card__logo {
    max-width: 56px;
    max-height: 56px;
  }

  .vb-acc-trigger {
    width: 100%;
    border: 0;
    background: var(--vb-bg-3);
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--space-3);
    align-items: center;
    padding: var(--space-4) var(--space-3) var(--space-4) var(--space-6);
    text-align: left;
    font-weight: 600;
    color: var(--c-text);
    font-size: var(--text-base);
  }

  .vb-acc-body {
    padding: 0 var(--space-5) var(--space-8) var(--space-6);
    color: var(--c-text-second);
    background: var(--vb-bg-3);
    font-size: var(--text-sm);
  }

  .vb-acc-body li {
    margin: 0 0 var(--space-2) 0;
  }

  
  .vb-about-features {
    padding: var(--space-10) var(--space-4);
  }

  .vb-about__title {
    font-size: var(--text-xl);
  }

  .vb-feature-item {
    padding: var(--space-3) var(--space-4);
  }

  
  .section-id--contacts .vb-contacts {
    padding: 0;
    margin-top: var(--space-10);
    margin-bottom: var(--space-16);
  }

  .section-id--contacts .vb-card {
    padding: var(--space-8) var(--space-6);
  }

  .section-id--contacts .vb-card--shop::after,
  .section-id--contacts .vb-card--partners::after,
  .section-id--contact .vb-card--shop::after,
  .section-id--contact .vb-card--partners::after {
    content: none !important;
    display: none !important;
  }

  
  .section-id--shops .custom__button2 {
    margin-top: var(--space-4);
  }

  .section-id--main-about-company .custom__button2 {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--space-10);
  }

  .section-id--o-nas-about-company .custom__button2 {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  
  .section-id--o-nas-about-company .banner-wave,
  .section-id--main-about-company .banner-wave {
    height: 50px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  
  .section-id--partners-invite {
    padding: var(--space-6) var(--space-4) var(--space-5);
  }
  .section-id--partners-invite .vb-partners__wrap {
    gap: var(--space-6);
  }
  .section-id--partners-invite .vb-partners__content,
  .section-id--partners-invite .vb-partners__media {
    padding: var(--space-4);
  }
  .section-id--partners-invite .vb-partners__title {
    font-size: var(--text-xl);
  }
  .section-id--partners-invite .vb-partners__subtitle {
    font-size: var(--text-sm);
    margin-bottom: var(--space-3);
  }
  .section-id--partners-invite .vb-partners__media {
    min-height: 180px;
  }
  .section-id--partners-invite .vb-partners__btn {
    padding: var(--space-3) var(--space-5);
    font-size: var(--text-sm);
  }

  .section-id--partners-problems {
    padding: var(--space-10) var(--space-4) var(--space-12);
  }
  .section-id--partners-problems::after {
    right: 0%;
    opacity: .03;
  }
  .partners-problems__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-10);
    max-width: 100%;
  }
  .partners-problems__grid {
    gap: var(--space-6);
    padding: 0 var(--space-8);
  }
  .partners-problems__item {
    font-size: var(--text-base);
    padding-left: var(--space-10);
  }
  .partners-problems__item::before {
    width: 24px;
    height: 24px;
  }

  .section-id--partners-benefits {
    padding: var(--space-10) var(--space-4) var(--space-12);
  }
  .section-id--partners-benefits::after {
    right: 0;
    left: 0%;
    opacity: .03;
  }
  .partners-benefits__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-10);
    padding: 0 var(--space-4);
  }
  .partners-benefits__grid {
    gap: var(--space-6);
    padding: 0 var(--space-8);
  }
  .partners-benefits__item {
    font-size: var(--text-base);
    padding-left: var(--space-10);
  }
  .partners-benefits__item::before {
    width: 24px;
    height: 24px;
  }

  .section-id--partners-market {
    padding: var(--space-10) var(--space-4) var(--space-16);
  }
  .partners-market__wrap {
    padding: 0 var(--space-5);
  }
  .partners-market__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-6);
  }
  .partners-market__row {
    gap: 0;
  }
  .partners-market__text {
    font-size: var(--text-base);
  }
  .partners-market__lead {
    margin-bottom: var(--space-3);
  }

  .pma {
    padding: 0 0 var(--space-2);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .pma__logo {
    padding: var(--space-3);
    width: 120px;
    height: 74px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 8%);
    border: none;
  }

  .pma__group {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-2) var(--space-2);
  }

  .section-id--partners-production {
    padding: var(--space-10) var(--space-4);
  }
  .partners-production__wrap {
    padding: 0 var(--space-5);
  }
  .partners-production__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-4);
  }
  .partners-production__subtitle {
    font-size: var(--text-lg);
    margin-bottom: var(--space-6);
  }
  .partners-production__row {
    gap: var(--space-6);
  }
  .partners-production__text {
    font-size: var(--text-base);
  }
  .partners-production__list {
    margin-bottom: var(--space-6);
  }

  .section-id--partners-steps {
    padding: var(--space-10) var(--space-4);
  }
  .partners-steps__wrap {
    padding: 0 var(--space-5);
  }
  .partners-steps__body {
    position: relative;
    z-index: 0;
  }
  .partners-steps__body::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 34px;
    bottom: 0px;
    border-left: 2px dotted var(--c-primary);
    opacity: 0.25;
    pointer-events: none;
    z-index: -1;
    height: 257px;
  }
  .partners-steps__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-8);
  }
  .partners-steps__row--top,
  .partners-steps__row--bottom {
    gap: var(--space-5);
    margin-bottom: var(--space-5);
  }
  .partners-steps__cardTitle {
    font-size: var(--text-base);
  }
  .partners-steps__badge {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1;
  }
  .partners-steps__badge::before {
    width: 14px;
    height: 14px;
  }

  .section-id--partners-testimonials {
    padding: var(--space-10) var(--space-4);
  }
  .partners-testimonials__wrap {
    padding: 0 var(--space-4);
  }
  .partners-testimonials__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-6);
  }
  .partners-testimonials__sliderWrap {
    padding: 0 var(--space-2);
  }
  .partners-testimonials__slide {
    padding: var(--space-5);
    gap: var(--space-5);
  }
  .partners-testimonials__photo {
    width: 100px;
    height: 100px;
  }
  .partners-testimonials__text {
    font-size: var(--text-xs);
  }
  .partners-testimonials__author {
    margin-top: var(--space-3);
    font-size: var(--text-sm);
  }

  .section-id--partners-club {
    padding: var(--space-10) var(--space-4) var(--space-12);
  }
  .partners-club__wrap {
    padding: 0 var(--space-4);
  }
  .partners-club__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-16);
  }
  .partners-club__grid {
    gap: var(--space-16);
  }
  .partners-club__card {
    padding: var(--space-10) var(--space-6) var(--space-6);
  }
  .partners-club__star {
    width: 70px;
    height: 70px;
    top: -35px;
  }
  .partners-club__star span {
    font-size: var(--text-lg);
  }
  .partners-club__cardTitle {
    font-size: var(--text-base);
    margin-bottom: var(--space-4);
  }
  .partners-club__list li {
    font-size: var(--text-sm);
  }
  .partners-club__button {
    margin-top: var(--space-8);
  }

  .section-id--partners-faq {
    padding: var(--space-10) var(--space-4) var(--space-16);
  }
  .partners-faq__wrap {
    padding: 0 var(--space-4);
  }
  .partners-faq__title {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-6);
  }
  .partners-faq__tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-3);
    margin-bottom: var(--space-6);
  }
  .partners-faq__tab {
    font-size: var(--text-sm);
    padding-bottom: var(--space-2);
  }
  .partners-faq__item {
    padding: var(--space-4) 0;
  }
  .partners-faq__item label {
    font-size: var(--text-sm);
  }
  .partners-faq__item input:checked ~ .partners-faq__answer {
    max-height: 500px;
  }
  .partners-faq__button {
    margin-top: var(--space-8);
  }
  .footer-info,
  .footer-info a {
    text-align: center;
  }
  .footer-counter,
  .footer-counters {
    display: block;
    width: 100%;
    text-align: center;
    top: 0;
    position: relative;
  }

  .section-id--main-banner {
    min-height: 356px;
    padding-top: var(--space-8);
    padding-left: 0;
    padding-right: 0;
  }
  .main-banner__title {
    font-size: 2rem;
    max-width: 100%;
    padding: 0;
    letter-spacing: -0.04em;
    font-weight: 800;
    line-height: 1.2;
  }
  .main-banner__excerpt {
    max-width: 100%;
    font-size: clamp(0.9375rem, 3.8vw, 1rem);
    line-height: 1.5;
  }
  .main-banner__excerpt + .custom__button,
  .main-banner__excerpt + a {
    margin-top: var(--space-3);
  }
  .section-id--main-banner .banner-wave {
    bottom: 0;
    height: 3.125rem;
    min-height: 3.125rem;
  }
  .section-id--main-banner .section-html__body::before {
    top: 45%;
    right: 25%;
    bottom: 0px;
    transform: translateX(50%);
    width: min(65%, 14rem);
    max-height: 55%;
    height: 100%;
    background-position: 50% 100%;
  }

  /* Bono style.min: псевдо 10em у p / ul / ol без класса — убираем на мобильной (меню и пр.). */
  ol.wp-block-list::before,
  ol.wp-block-list:before,
  ol:not([class])::before,
  ol:not([class]):before,
  p::before,
  p:before,
  ul.wp-block-list::before,
  ul.wp-block-list:before,
  ul:not([class])::before,
  ul:not([class]):before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    overflow: visible !important;
  }
}

/* vb-promo-toast: mobile.css идёт последним в цепочке — закрепляем слой поверх секций */
body > .vb-promo-toast {
  z-index: 100060 !important;
  color: #fff !important;
  font: 600 var(--text-sm) / var(--leading-snug) var(--font-first, system-ui, sans-serif) !important;
}
