/* Адаптив ZORGEPRO — ПК (≥1025) в zorgepro-home.css, не трогаем.
   Мобильный: ≤991px | Планшет: 992–1024px */

.zp-burger {
  display: none;
}

/* ===== Планшет и ПК: преимущества — сетка без Swiper ===== */
@media (min-width: 992px) {
  .zp-home-adv.zp-home-adv-swiper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
  }

  .zp-home-adv-swiper .swiper-wrapper {
    display: contents !important;
    transform: none !important;
  }

  .zp-home-adv-swiper .swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  /* О бренде: ПК и планшет — исходная 3-колоночная сетка из zorgepro-home.css */
  .zp-home-about__sign--mobile,
  .zp-home-about__btn--mobile {
    display: none !important;
  }

  .zp-home-about__sign--desktop img {
    display: block;
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    height: auto;
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .zp-home-adv.zp-home-adv-swiper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ===== Планшет: 992–1024 (второй макет) ===== */
@media (min-width: 992px) and (max-width: 1024px) {
  .zp-wrap {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }

	.zp-promo-block__carousel .swiper-slide {
min-height: 318px;
}
.zp-hero-slide__pod .zp-pod__title {
    font-size: 22px;
	}
.zp-home-adv__icon {
    margin-bottom: 15px;
}
.zp-section {
    padding: 0px 0 40px;
}
.zp-bestsellers-shell .zp-bestsellers__arrow--prev {
    transform: translate(-15%, -50%);
}
.zp-bestsellers-shell .zp-bestsellers__arrow--next {
    transform: translate(15%, -50%);
}
	.zp-hero-main-shell .zp-hero-main__arrow--prev {
transform: translate(-15%, -50%);
}
.zp-head-right {
    gap: 8px;
}

  .zp-head-main {
    flex-direction: row;
    align-items: stretch;
    gap: 12px 16px;
    padding: 14px 12px 10px;
  }

  .zp-head-logo svg {
    width: 106px;
    height: auto;
  }

  .zp-header-mid {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "catalog search icons";
    gap: 10px 12px;
  }

  .zp-burger {
    display: none !important;
  }

  .zp-topbar__inner {
    font-size: 12px;
    gap: 8px 12px;
  }

  .zp-topbar__link,
  .zp-dropdown__trigger {
    font-size: 16px;
  }

  .zp-topbar__video {
    font-size: 16px;
    padding: 5px 10px;
  }

  .zp-topbar__phone {
    font-size: 16px;
  }

  .zp-soc svg {
    width: 28px;
    height: 28px;
  }

  .zp-btn-catalog {
    font-size: 11px;
    padding: 10px 12px;
  }

  .zp-icon-link {
    width: 42px;
    height: 42px;
  }

  .zp-nav__inner {
    padding: 0 12px 4px;
  }

  .zp-nav ul {
    gap: 8px 14px;
    padding: 0px 0;
  }

  .zp-nav a {
  font-size: 16px;
  }

  .zp-search-inner .zp-search-input {
    font-size: 14px;
    padding: 10px 12px;
  }

  .zp-search-inner .zp-search-submit {
    flex-basis: 42px;
  }

  .zp-slogan-bar__inner {
    padding: 28px 12px;
  }

  .zp-slogan-bar__title {
    font-size: 22px;
  }

  .zp-slogan-bar__delivery {
    font-size: 18px;
  }

  /* Герой — баннер и «Товары дня» в ряд */
  .zp-hero-slider {
    padding: 12px 0 24px;
  }

  .zp-hero-slide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 30%);
    gap: 12px;
    min-height: 0;
    max-height: none;
  }

  .zp-hero-slide__pod {
    order: 0;
    min-height: 240px;
    max-height: none;
    padding: 12px;
  }

  .zp-hero-slide__banner {
    min-height: 240px;
    height: auto;
    max-height: none;
    padding: 14px 16px;
  }

  .zp-pod__title {
    font-size: 18px;
  }

  .zp-pod__timer {
    font-size: 13px;
  }

  .zp-pod-card__img {
    flex-basis: 96px;
    width: 96px;
    height: 170px;
  }

  .zp-price-current {
    font-size: 17px;
  }

  .zp-pod-card__name {
    font-size: 13px;
  }

  .zp-hero-main__arrow {
    width: 40px;
    height: 40px;
  }

  .zp-hero-main__arrow--next {
    right: calc(30% + 16px);
  }

  /* —— Главная: категории (планшет) —— */
  .zp-section.zp-home-categories {
    padding: 48px 0 56px;
  }

  .zp-section.zp-home-categories .zp-home-categories__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .zp-section.zp-home-categories .zp-home-cat-card {
    min-height: 168px;
    max-height: none;
    padding: 14px 10px 12px;
    border-radius: 22px;
  }

  .zp-section.zp-home-categories .zp-home-cat-card__title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.2;
  }

  .zp-section.zp-home-categories .zp-home-cat-card__media {
    min-height: 96px;
  }

  .zp-section.zp-home-categories .zp-home-cat-card__img {
    max-height: 96px;
  }

  .zp-section.zp-home-categories .zp-home-cat-card--all {
    padding-bottom: 28px;
  }

  .zp-section.zp-home-categories .zp-home-cat-card__action {
    width: 38px;
    height: 38px;
    right: 12px;
    bottom: 12px;
  }

  .zp-section.zp-home-categories .zp-home-categories__all-btn {
    display: none;
  }

  /* —— Главная: о бренде (планшет) —— */
  .zp-home-section {
    padding: 48px 0;
  }

  .zp-home-about {
    grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) minmax(130px, 160px);
    gap: 20px;
  }

  .zp-home-about__content {
    padding-right: 4px;
  }

  .zp-home-about__content h2 {
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 1;
  }

  .zp-home-about__text p {
    font-size: 16px;
    line-height: 1.2;
    max-width: none;
    margin-bottom: 10px;
  }

  .zp-home-about__btn--desktop {
    margin-top: 8px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .zp-home-about__media img {
    height: auto;
    max-height: 545px;
    aspect-ratio: 1 / 4;
  }

  .zp-home-about__aside img {
    max-height: 180px;
    border-radius: 20px;
  }

  .zp-home-about__sign--desktop img {
    max-width: 140px;
  }
}

/* ===== ПК и планшет: футер 4 колонки (≥992) ===== */
@media (min-width: 992px) {
  .zp-footer__inner {
    padding: 34px var(--zp-space) 12px;
  }

  .zp-footer__top {
    display: grid !important;
    grid-template-columns: minmax(130px, 180px) minmax(180px, 1fr) minmax(180px, 1fr) minmax(240px, 340px);
    gap: 26px;
    align-items: start;
  }

  .zp-footer__brand-col {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    order: unset;
  }

  .zp-footer__brand {
    display: block !important;
  }

  .zp-footer__brand .zp-logo svg {
    width: 107px;
    height: auto;
  }

  .zp-footer__socials {
    order: unset;
    margin-top: 18px;
  }

  .zp-footer__social-list {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 8px;
  }

  .zp-footer__social,
  .zp-footer__social--viber,
  .zp-footer__social--tg,
  .zp-footer__social--wa,
  .zp-footer__social--yt {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px;
    box-shadow: none;
  }

  .zp-footer__social img,
  .zp-footer__social svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

  .zp-footer__accordion {
    order: unset;
    border-top: none;
    padding: 0;
  }

  .zp-footer__accordion summary {
    display: block;
    pointer-events: none;
    cursor: default;
    list-style: none;
    padding: 0;
  }

  .zp-footer__accordion summary::-webkit-details-marker {
    display: none;
  }

  .zp-footer__accordion summary::after {
    display: none !important;
  }

  .zp-footer__accordion .zp-footer__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
  }

  .zp-footer__accordion-body {
    padding: 0;
  }

  .zp-footer__col ul {
    gap: 8px;
  }

  .zp-footer__col a,
  .zp-footer__col span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #111827;
  }

  .zp-footer__accordion-body .p_footer,
  .zp-footer__col .p_footer {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #70767d;
  }

  .zp-footer__contacts {
    order: unset;
    display: grid;
    text-align: right;
  }

  .zp-footer__contacts .p_footer,
  .zp-footer__contacts .footer_phone {
    text-align: right;
  }

  .zp-footer__contacts .p_footer {
    font-size: 16px;
    color: #70767d;
    font-weight: 500;
  }

  .zp-footer__contacts .footer_phone {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #1c1e21;
  }

  .zp-footer__contacts .footer_phone--row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }

  .zp-footer__contacts .footer_phone__sep {
    display: none;
  }

  .zp-footer__contacts .mar_top {
    margin-top: 20px;
  }

  .zp-footer__bottom {
    margin-top: 26px;
    padding-top: 12px;
    border-top: 1px solid #d8d8d8;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px 24px;
  }

  .zp-footer__copy,
  .zp-footer__meta {
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px 26px;
    font-size: 16px;
    line-height: 1.35;
    order: unset;
  }

  .zp-footer__bottom .zp-footer__legal-copy,
  .zp-footer__bottom .zp-footer__legal-dev,
  .zp-footer__bottom .zp-footer__legal-terms,
  .zp-footer__bottom .zp-footer__legal-privacy {
    order: unset;
    font-size: inherit;
    color: inherit;
  }

  .zp-footer__copy a,
  .zp-footer__meta a {
    font-size: inherit;
    color: #1f2937;
    text-decoration: none;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .zp-footer__inner {
    padding: 28px 12px 12px;
  }

  .zp-footer__top {
    grid-template-columns: minmax(96px, 120px) minmax(0, 1fr) minmax(0, 1fr) minmax(170px, 240px);
    gap: 16px 20px;
  }

  .zp-footer__brand .zp-logo svg {
    width: 80px;
  }

  .zp-footer__social {
    width: 26px !important;
    height: 26px !important;
  }

  .zp-footer__accordion .zp-footer__title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .zp-footer__col a,
  .zp-footer__col span,
  .zp-footer__accordion-body .p_footer,
  .zp-footer__col .p_footer {
    font-size: 14px;
    line-height: 1.3;
  }

  .zp-footer__contacts .p_footer {
    font-size: 12px;
  }

  .zp-footer__contacts .footer_phone {
    font-size: 14px;
  }

  .zp-footer__contacts .mar_top {
    margin-top: 12px;
  }

  .zp-footer__bottom {
    margin-top: 20px;
    padding-top: 10px;
  }

  .zp-footer__copy,
  .zp-footer__meta {
    font-size: 12px;
    gap: 8px 16px;
  }

  .zp-footer__copy a,
  .zp-footer__meta a {
    font-size: 12px;
  }
}

/* ===== Мобильный: ≤991 (шапка + слоган + герой) ===== */
@media (max-width: 991px) {
  .zp-wrap {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
	.zp-hero-main__arrow--prev {

    transform: translate(-20%, -50%)!important;
}
.zp-hero-main__arrow--next {
    transform: translate(20%, -50%)!important;
}
	.zp-search-inner .zp-search-input {
max-height: 35px;
}
	.zp-bestsellers-swiper .zp-btn-cart {
padding: 7px 16px;
font-size: 14px !important;
}
.zp-fav {
    width: 23px;
    height: 23px;
	}
.zp-hit-card__name {
    font-size: 12px;
	}
	.zp-search-inner .zp-search-submit {
flex: 0 0 31px !important;
	}
.zp-bestsellers .zp-hit-card__price-current {
    font-size: 14px !important;
	}
	.zp-bestsellers .zp-hit-badge {
font-size: 10px;
}
	.zp-hit-card {
padding: 0px;
}
.zp-hero-slide__title br {
  display: none !important;
}
.zp-bestsellers .zp-hit-card__price-current {
    font-size: 14px;
	}

.zp-specs {
    font-size: 10px;
	}
.zp-hero-slide__title {
  display: block !important;
}

.zp-hero-slide__title img,
.zp-hero-slide__title span,
.zp-hero-slide__title .col_p {
  display: inline !important;
  vertical-align: middle !important;
}

.zp-hero-slide__title img {
  height: 1.2em !important;
  width: auto !important;
  margin: 0 4px !important;
}

  /* —— Шапка: лого слева, город/телефон + каталог/поиск справа —— */
  .zp-head-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 10px 12px;
    padding: 12px 12px 10px;
    align-items: start;
  }

  .zp-head-logo {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
  }

  .zp-head-logo svg {
    width: 78px;
    height: auto;
  }

  .zp-head-right {
    display: contents;
  }

  .zp-topbar__inner {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
  }

  .zp-topbar__left,
  .zp-topbar__right {
    gap: 8px;
    min-width: 0;
  }

  .zp-topbar__left .zp-dropdown,
  .zp-topbar__right .zp-dropdown,
  .zp-topbar__video,
  .zp-topbar__messengers {
    display: none !important;
  }

  .zp-topbar__geo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .zp-topbar__link {
    font-size: 14px;
    font-weight: 500;
    color: #1c1e21;
  }

  .zp-topbar__phone {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  .zp-header-mid {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "catalog search";
    gap: 8px;
    align-items: center;
  }

  .zp-burger,
  .zp-icons {
    display: none !important;
  }

  .zp-btn-catalog {
    grid-area: catalog;
    width: 35px;
        height: 35px;
    padding: 0;
    gap: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 14px;
    flex-shrink: 0;
font-size: 0px !important;
  }
.zp-pod__title {
    font-size: 20px !important;

	}
  .zp-btn-catalog__ico {
    width: 20px;
    height: 20px;
  }

  .zp-search {
    grid-area: search;
    min-width: 0;
  }

  .zp-search-inner .zp-search-form {
    border-radius: 14px;
  }

  .zp-search-inner .zp-search-input {
    font-size: 14px;
    padding: 10px 12px;
  }

  .zp-search-inner .zp-search-submit {
    flex-basis: 40px;
    margin: 3px;
    border-radius: 10px;
  }

  .zp-nav {
    display: none !important;
  }

  /* —— Слоган под шапкой —— */
  section.zp-wrap[aria-label="Слоган"] {
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .zp-slogan-bar__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 0 24px;
    gap: 6px;
  }

  .zp-slogan-bar__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
           max-width: 18rem;
    color: #1c1e21;
  }

  .zp-slogan-bar__delivery {
    font-size: 16px;
    font-weight: 700;
    white-space: normal;
    justify-content: center;
  }

  .zp-slogan-bar__delivery svg {
    width: 18px;
    height: 18px;
  }

  /* —— Герой: баннер, затем «Товары дня» —— */
  .zp-hero-slider {
    padding: 12px 0 20px;
  }

  .zp-hero-main:not(.swiper-initialized) > .swiper-wrapper {
    display: block !important;
    height: auto !important;
  }

  .zp-hero-main:not(.swiper-initialized) .zp-hero-slide,
  .zp-hero-main:not(.swiper-initialized) .zp-hero-slide__banner,
  .zp-hero-main:not(.swiper-initialized) .zp-hero-slide__pod {
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
  }

  .zp-hero-slide {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
  }

  .zp-hero-slide__banner {
    order: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(108px, 38%);
    grid-template-rows: auto;
    gap: 10px;
    align-items: center;
    min-height: 0;
    height: auto;
    max-height: none;
    padding: 14px;
  }

  .zp-hero-slide__banner--media-single,
  .zp-hero-slide__banner--media-duo,
  .zp-hero-slide__banner--text-right.zp-hero-slide__banner--media-single,
  .zp-hero-slide__banner--text-right.zp-hero-slide__banner--media-duo {
    grid-template-columns: minmax(0, 1fr) minmax(108px, 38%);
  }

  .zp-hero-slide__banner .zp-hero-slide__content,
  .zp-hero-slide__banner--text-right.zp-hero-slide__banner--media-single .zp-hero-slide__content,
  .zp-hero-slide__banner--text-right.zp-hero-slide__banner--media-duo .zp-hero-slide__content {
    grid-column: 1;
    grid-row: 1;
    order: unset;
  }

  .zp-hero-slide__banner--media-single .zp-hero-slide__media,
  .zp-hero-slide__banner--text-right.zp-hero-slide__banner--media-single .zp-hero-slide__media {
    grid-column: 2;
    grid-row: 1;
    order: unset;
    height: 155px !important;
    min-height: 155px;
    max-height: 155px;
  }

  .zp-hero-slide__banner--media-duo > .zp-hero-slide__media-item--small {
    display: none !important;
  }

  .zp-hero-slide__banner--media-duo > .zp-hero-slide__media-item--large,
  .zp-hero-slide__banner--text-right.zp-hero-slide__banner--media-duo > .zp-hero-slide__media-item--large {
    grid-column: 2;
    grid-row: 1;
    order: unset;
    height: 155px !important;
    min-height: 155px;
    max-height: 155px;
  }

  .zp-hero-slide__banner--media-single .zp-hero-slide__media-item,
  .zp-hero-slide__banner--media-duo > .zp-hero-slide__media-item--large {
    height: 155px !important;
    min-height: 155px;
    max-height: 155px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zp-hero-slider .zp-hero-slide__banner img {
    display: block;
    width: 100%;
    height: 155px !important;
    min-height: 155px;
    max-height: 155px !important;
    max-width: 100%;
    object-fit: contain !important;
  }

  .zp-hero-slide__content {
    padding-right: 0;
  }

  .zp-hero-slide__title {
    margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
  }

  .zp-hero-slide__text {
    display: none;
  }

  .zp-hero-slide__btn,
  .zp-hero-slide__btn--static {
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 12px;
  }

  .zp-hero-slide__pod {
    order: 2;
    min-height: 0;
    max-height: none;
    padding: 12px;
    background: #f7f7f7;
    border-color: transparent;
  }

  .zp-pod__title {
    font-size: 20px;
  }

  .zp-pod__timer {
    font-size: 14px;
    padding: 4px 8px;
  }

  .zp-pod-card {
    min-height: 0;
    position: relative;
    padding-bottom: 36px;
  }

  .zp-pod-card__img {
    flex-basis: 110px;
    width: 110px;
    height: auto;
    min-height: 140px;
  }

  .zp-pod-card__name {
    font-size: 14px;
  }

  .zp-price-current {
    font-size: 18px;
  }

  .zp-pod__nav {
    left: auto;
    right: 0;
    bottom: 0;
  }

  .zp-hero-main__arrow {
    width: 34px;
    height: 34px;
    top: 42%;
  }

  .zp-hero-main__arrow--next {
    right: 10px;
    transform: translate(0, -50%);
  }

  .zp-hero-main__arrow--prev {
    left: 10px;
    transform: translate(0, -50%);
  }

  /* —— Хиты продаж: 2 слайда + край 3-го —— */
  .zp-bestsellers-shell {
    margin-right: -12px;
  }

  .zp-bestsellers__arrow {
    display: none;
  }

  /* —— Промо: баннер слева + карусель товаров —— */
  .zp-section.zp-promo-block .zp-wrap {
    overflow: visible;
  }

  .zp-promo-block__shell {
    margin-right: -12px;
  }

  .zp-promo-block__carousel {
    margin-right: 0;
    padding-right: 0;
  }

  /* —— Преимущества: карусель 1 + половина следующего —— */
  .zp-home-adv-shell {
    margin-right: -12px;
  }

  .zp-home-adv.zp-home-adv-swiper {
    display: block !important;
    grid-template-columns: unset !important;
    gap: 0 !important;
    overflow: hidden;
  }

  .zp-home-adv-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
  }

  .zp-home-adv-swiper .zp-home-adv__item {
    height: 100%;
    min-height: 0;
  }

  .zp-home-adv__icon {
    margin-bottom: 24px;
  }

  .zp-home-adv__item h3 {
    font-size: 16px;
  }

  .zp-home-adv__item p {
    font-size: 13px;
  }

  /* —— О бренде: мобильный макет —— */
  .zp-home-section:has(.zp-home-about) {
    padding: 32px 0 40px;
  }

  .zp-home-about {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 10px;
  }

  .zp-home-about__media,
  .zp-home-about__aside,
  .zp-home-about__content,
  .zp-home-about__btn--mobile {
    min-width: 0;
  }

  .zp-home-about__content {
    grid-column: 1 / -1;
  }

  .zp-home-about__media {
    grid-column: 1;
    grid-row: 2;
  }

  .zp-home-about__aside {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    display: block;
    gap: 0;
  }

  .zp-home-about__sign--desktop,
  .zp-home-about__btn--desktop {
    display: none !important;
  }

  .zp-home-about__label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #9ca3af;
  }

  .zp-home-about__head {
    margin-bottom: 0;
  }

  .zp-home-about__content h2 {
    margin: 0 0 6px;
    font-size: clamp(22px, 6.4vw, 30px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #1C1E21;
  }

  .zp-home-about__sign--mobile {
    text-align: right;
    line-height: 0;
    margin: 0 0 14px;
  }

  .zp-home-about__sign--mobile img {
    display: inline-block;
    width: auto;
    max-width: 118px;
    height: auto;
    border-radius: 0;
  }

  .zp-home-about__text p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.35;
    color: #70767D;
    max-width: none;
  }

  .zp-home-about__text p:last-child {
    margin-bottom: 0;
  }

  .zp-home-about__media img,
  .zp-home-about__aside img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 20px;
    display: block;
  }

  .zp-home-about__btn--mobile {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding: 14px 20px;
    border-radius: 12px;
    background: #A58D02;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
  }

  .zp-home-about__btn--mobile:hover {
    background: #887402;
  }

  /* —— Категории: 3 карточки + кнопка «Смотреть все» —— */
  .zp-section.zp-home-categories {
    padding: 32px 0 40px;
  }

  .zp-home-categories {
    padding: 0;
  }

  .zp-home-categories__shell {
    margin-right: 0;
  }

  .zp-home-categories__scroll {
    overflow: visible;
  }

  .zp-home-categories__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .zp-home-categories__item:nth-child(n + 4):not(.zp-home-categories__item--all-desktop) {
    display: none;
  }

  .zp-home-categories__item--all-desktop {
    display: none !important;
  }

  .zp-home-categories__all-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: 12px;
    padding: 16px 18px;
    border-radius: 20px;
    background: #FDFCF3;
    color: #111827;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
  }

  .zp-home-categories__all-btn-action {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #A58D02;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(107, 124, 58, 0.28);
  }

  .zp-home-categories__list .zp-home-cat-card {
    min-height: 0;
    height: 100%;
    padding: 12px 8px 10px;
    border-radius: 20px;
  }

  .zp-home-categories__list .zp-home-cat-card__title {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }

  .zp-home-categories__list .zp-home-cat-card__media {
    min-height: 72px;
  }

  .zp-home-categories__list .zp-home-cat-card__img {
    max-height: 80px;
  }

  /* —— Подвал: мобильный макет —— */
  .zp-footer__inner {
    padding: 24px 12px 16px;
  }

  .zp-footer__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .zp-footer__brand-col {
    display: contents;
  }

  .zp-footer__brand {
    display: none;
  }

  .zp-footer__contacts {
    order: 1;
    text-align: left;
  }

  .zp-footer__contacts .p_footer,
  .zp-footer__contacts .footer_phone {
    text-align: left;
  }

  .zp-footer__contacts .p_footer {
    font-size: 13px;
    line-height: 1.3;
    color: #6b7280;
  }

  .zp-footer__contacts .footer_phone {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
  }

  .zp-footer__contacts .mar_top {
    margin-top: 14px;
  }

  .zp-footer__socials {
    order: 2;
    margin-top: 0;
  }

  .zp-footer__social-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .zp-footer__social,
  .zp-footer__social--viber,
  .zp-footer__social--tg,
  .zp-footer__social--wa,
  .zp-footer__social--yt {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }

  .zp-footer__social img,
  .zp-footer__social svg {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .zp-footer__contacts .footer_phone--row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
  }

  .zp-footer__contacts .footer_phone__sep {
    font-weight: 700;
    color: #111827;
  }

  .zp-footer__accordion {
    order: 3;
    border-top: 1px solid #d1d5db;
    padding: 0;
  }

  .zp-footer__accordion:nth-of-type(2) {
    order: 4;
  }

  .zp-footer__accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    cursor: pointer;
    list-style: none;
  }

  .zp-footer__accordion summary::-webkit-details-marker {
    display: none;
  }

  .zp-footer__accordion summary::after {
    content: "";
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    border-right: 2px solid #111827;
    border-bottom: 2px solid #111827;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }

  .zp-footer__accordion[open] summary::after {
    transform: rotate(-135deg);
    margin-top: 4px;
  }

  .zp-footer__accordion .zp-footer__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .zp-footer__accordion-body {
    padding: 0 0 14px;
  }

  .zp-footer__accordion .zp-footer__col .p_footer,
  .zp-footer__accordion-body .p_footer {
    font-size: 14px;
    line-height: 1.35;
    color: #111827;
  }

  .zp-footer__col ul {
    gap: 10px;
  }

  .zp-footer__col a,
  .zp-footer__col span {
    font-size: 14px;
    line-height: 1.35;
  }

  .zp-footer__bottom {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #d1d5db;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .zp-footer__copy,
  .zp-footer__meta {
    display: contents;
  }

  .zp-footer__bottom .zp-footer__legal-copy {
    order: 1;
    font-size: 12px;
    line-height: 1.4;
    color: #6b7280;
  }

  .zp-footer__bottom .zp-footer__legal-terms {
    order: 2;
  }

  .zp-footer__bottom .zp-footer__legal-privacy {
    order: 3;
  }

  .zp-footer__bottom .zp-footer__legal-dev {
    order: 4;
    font-size: 12px;
    line-height: 1.4;
    color: #6b7280;
  }

  .zp-footer__bottom .zp-footer__legal-terms,
  .zp-footer__bottom .zp-footer__legal-privacy {
    font-size: 12px;
    line-height: 1.4;
    color: #6b7280;
    text-decoration: none;
  }

  .zp-footer__bottom .zp-footer__legal-dev a {
    font-size: 12px;
    color: #6b7280;
    text-decoration: none;
  }
}

/* Сверхузкие экраны внутри мобильного диапазона */
@media (max-width: 374px) {
  .zp-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }


  .zp-bestsellers-shell {
    margin-right: -8px;
  }

  .zp-promo-block__shell {
    margin-right: -8px;
  }

  .zp-promo-block__banner {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }

  .zp-home-adv-shell {
    margin-right: -8px;
  }

  .zp-head-main {
    padding: 10px 10px 8px;
  }

  .zp-head-logo svg {
    width: 64px;
  }

  .zp-topbar__phone {
    font-size: 11px;
  }

  .zp-btn-catalog {
    font-size: 10px;
  }

  .zp-slogan-bar__title {
    font-size: 16px;
  }

  .zp-slogan-bar__delivery {
    font-size: 13px;
  }

  .zp-icon-link {
    width: 38px;
    height: 38px;
  }

  .zp-pod-card__img {
    flex-basis: 80px;
    width: 80px;
    height: 130px;
  }

  .zp-pod__nav {
    left: 96px;
  }
}

html.zp-mobile-nav-open {
  overflow: hidden;
}

.zp-hero-main	.zp-hero-slide__title img {
    height: 15px !important;
      max-height: 15px !important;
    min-height: 15px !important;
}
