/* =========================================================
   xl-system.css — единая дизайн-система (silver_new)
   Перебивает предыдущие слои: одна сетка, крупнее акценты
   ========================================================= */

:root {
  --xl-container: 1520px;
  --xl-gutter: 32px;
  --xl-gap: 56px;
  --xl-gap-sm: 28px;
  --xl-teal: #0e8a96;
  --xl-teal-soft: #eef8f9;
  --xl-orange-500: #E86622;
  --xl-graphite-950: #171513;
  --xl-graphite-900: #211E1B;
  --xl-text: #201D1A;
  --xl-muted: #756E68;
  --xl-line: #E7DED3;
  --xl-warm-white: #FAF7F2;
  --xl-font-sans: "Manrope", Arial, Helvetica, sans-serif;
  --xl-radius-lg: 18px;
  --xl-radius-xl: 24px;
  --xl-shadow: 0 14px 36px rgba(32, 29, 26, 0.08);
  --xl-shadow-hover: 0 22px 48px rgba(32, 29, 26, 0.14);
}

@media (min-width: 1680px) {
  :root { --xl-container: 1600px; }
}
@media (min-width: 1920px) {
  :root { --xl-container: 1680px; }
}

/* ---------- 1. Единая контейнерная сетка ---------- */
body.xl-redesign .xl-wrap,
body.xl-redesign table#middle,
body.xl-redesign .xl-footer__main,
body.xl-redesign .xl-footer__bottom-inner,
body.xl-redesign .xl-nav__panel-inner {
  width: min(calc(100% - (var(--xl-gutter) * 2)), var(--xl-container)) !important;
  max-width: var(--xl-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.xl-redesign .xl-footer__main,
body.xl-redesign .xl-footer__bottom-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.xl-redesign,
body.xl-redesign #container.xl-redesign {
  margin: 0 !important;
  background: var(--xl-warm-white) !important;
}

body.xl-redesign #container.xl-redesign {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

@media (min-width: 901px) {
  body.xl-redesign table#middle {
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }
  body.xl-redesign table#middle td.one {
    width: 200px !important;
    padding: 0 28px 0 0 !important;
    vertical-align: top !important;
  }
  body.xl-redesign table#middle td.three {
    width: 260px !important;
    padding: 0 0 0 28px !important;
    vertical-align: top !important;
  }
  body.xl-redesign table#middle td.two {
    width: auto !important;
    padding: 0 !important;
    vertical-align: top !important;
  }
}

/* ---------- Цветовая система ---------- */
/* Orange = только важные действия */
body.xl-redesign .xl-cta,
body.xl-redesign .xl-btn--primary,
body.xl-redesign .xl-hero__actions .xl-btn--primary,
body.xl-redesign .xl-product-grid dt.itemImage a.button,
body.xl-redesign .xl-product-grid .xl-card__buy a.button,
body.xl-redesign #content dl.itemNewProductsDefault a.button,
body.xl-redesign .xl-nav__foot-cta {
  background: var(--xl-orange-500) !important;
  color: #fff !important;
  border: 0 !important;
}
body.xl-redesign .xl-catalog,
body.xl-redesign .xl-mmenu {
  background: var(--xl-graphite-900) !important;
  color: #fff !important;
}
/* Teal = сервис / вторичное */
body.xl-redesign .xl-section__link,
body.xl-redesign #right .xl-svc--accent .xl-svc__t {
  color: var(--xl-teal) !important;
}
body.xl-redesign #right .xl-svc--accent {
  background: var(--xl-teal-soft) !important;
  border-color: #d2e7ea !important;
}

/* ---------- 16+ ---------- */
body.xl-redesign .xl-age--header {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px #111 !important;
}

/* ---------- Ритм ---------- */
body.xl-redesign .xl-header { margin-bottom: 36px !important; }
body.xl-redesign .xl-hero { margin-bottom: var(--xl-gap) !important; }
body.xl-redesign .xl-section { margin-bottom: var(--xl-gap) !important; }
body.xl-redesign .xl-promo { margin: 8px 0 var(--xl-gap) !important; }
body.xl-redesign .social { margin-bottom: var(--xl-gap-sm) !important; }
body.xl-redesign .xl-trust { margin-bottom: 0 !important; }
body.xl-redesign .xl-seo { margin-top: var(--xl-gap) !important; margin-bottom: var(--xl-gap) !important; }

body.xl-redesign .xl-section__title,
body.xl-redesign .xl-product-heading,
body.xl-redesign .xl-product-heading a,
body.xl-redesign #content > h1 {
  font-family: var(--xl-font-sans) !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--xl-text) !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}
body.xl-redesign .xl-product-heading { margin: 0 0 28px !important; }
body.xl-redesign .xl-section__head {
  margin-bottom: 28px !important;
  align-items: end !important;
}
body.xl-redesign .xl-section__link {
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* ---------- 4. Hero ---------- */
body.xl-redesign .xl-hero {
  position: relative !important;
  min-height: 540px !important;
  padding: 72px 64px !important;
  border-radius: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: hidden !important;
  background-color: #0b1220 !important;
  background-image:
    linear-gradient(105deg, rgba(8, 12, 22, 0.82) 0%, rgba(8, 12, 22, 0.55) 42%, rgba(8, 12, 22, 0.18) 72%, rgba(8, 12, 22, 0.08) 100%),
    url("../img/hero-fireworks.jpg") !important;
  background-size: cover !important;
  background-position: 70% center !important;
  box-shadow: 0 28px 60px rgba(8, 12, 22, 0.28) !important;
}
body.xl-redesign .xl-hero__eyebrow {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #f0d59a !important;
  margin: 0 0 20px !important;
}
body.xl-redesign .xl-hero__title {
  max-width: 820px !important;
  margin: 0 0 22px !important;
  font-size: 64px !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.4);
}
body.xl-redesign .xl-hero__text {
  max-width: 540px !important;
  margin: 0 0 36px !important;
  font-size: 19px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 500 !important;
}
body.xl-redesign .xl-hero__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}
body.xl-redesign .xl-hero__actions .xl-btn {
  height: 58px !important;
  padding: 0 32px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
}
body.xl-redesign .xl-hero__actions .xl-btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(6px);
}
body.xl-redesign .xl-hero__actions .xl-btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
body.xl-redesign .xl-hero__actions .xl-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

/* ---------- 8. Категории ---------- */
body.xl-redesign #icSet2.catalog,
body.xl-redesign table#icSet2 {
  gap: 22px !important;
}
body.xl-redesign #icSet2 a {
  min-height: 248px !important;
  padding: 32px 18px 26px !important;
  border-radius: 22px !important;
  border: 1px solid #ebe4da !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(32, 29, 26, 0.05) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
body.xl-redesign #icSet2 a:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(14, 138, 150, 0.4) !important;
  box-shadow: var(--xl-shadow-hover) !important;
}
body.xl-redesign #icSet2 img {
  width: 136px !important;
  height: 136px !important;
  object-fit: contain !important;
  transition: transform .25s ease !important;
}
body.xl-redesign #icSet2 a:hover img {
  transform: scale(1.12) translateY(-4px) !important;
}
body.xl-redesign #icSet2 span {
  margin-top: 14px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: var(--xl-text) !important;
}

/* ---------- 5. Карточки товаров ---------- */
body.xl-redesign .xl-product-grid .pageItem,
body.xl-redesign #content .page .pageItem {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}
@media (min-width: 1280px) {
  body.xl-redesign .xl-product-grid .pageItem,
  body.xl-redesign #content .page .pageItem {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.xl-redesign .xl-product-grid dl.itemNewProductsDefault,
body.xl-redesign #content dl.itemNewProductsDefault {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 0 20px !important;
  min-height: 100% !important;
  border-radius: 22px !important;
  border: 1px solid #ebe4da !important;
  background: #fff !important;
  box-shadow: var(--xl-shadow) !important;
  overflow: hidden !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
body.xl-redesign .xl-product-grid dl.itemNewProductsDefault:hover,
body.xl-redesign #content dl.itemNewProductsDefault:hover {
  transform: translateY(-6px) !important;
  border-color: #ddd4c8 !important;
  box-shadow: var(--xl-shadow-hover) !important;
}

/* бейдж */
body.xl-redesign .xl-product-grid dl.itemNewProductsDefault .xl-card__badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 3 !important;
  height: 28px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: var(--xl-orange-500) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  display: inline-flex !important;
  align-items: center !important;
  box-shadow: 0 6px 14px rgba(232, 102, 34, 0.35);
}
body.xl-redesign .xl-product-grid dl.itemNewProductsDefault .xl-card__badge--sale {
  background: #B3261E !important;
  box-shadow: 0 6px 14px rgba(179, 38, 30, 0.3);
}

body.xl-redesign .xl-product-grid dt.itemImage,
body.xl-redesign #content dl.itemNewProductsDefault dt.itemImage {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 28px 24px 16px !important;
  min-height: 320px !important;
  aspect-ratio: 1 / 1 !important;
  background: linear-gradient(180deg, #f3efe8 0%, #fff 70%) !important;
  text-align: center !important;
}
body.xl-redesign .xl-product-grid dt.itemImage a.f_image,
body.xl-redesign #content dl.itemNewProductsDefault dt.itemImage a.f_image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
}
body.xl-redesign .xl-product-grid dt.itemImage a.f_image img,
body.xl-redesign #content dl.itemNewProductsDefault dt.itemImage > a.f_image img {
  width: auto !important;
  max-width: 92% !important;
  max-height: 280px !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform .25s ease !important;
}
body.xl-redesign .xl-product-grid dl.itemNewProductsDefault:hover dt.itemImage img {
  transform: scale(1.06) !important;
}

/* прячем старые контролы внутри фото — переносим в .xl-card__buy */
body.xl-redesign .xl-product-grid dt.itemImage > br,
body.xl-redesign .xl-product-grid dt.itemImage > input,
body.xl-redesign .xl-product-grid dt.itemImage > a.button,
body.xl-redesign .xl-product-grid .extra_effects3 {
  display: none !important;
}

body.xl-redesign .xl-product-grid dd.itemDescription,
body.xl-redesign .xl-product-grid dd.itemDescriptionPrice,
body.xl-redesign .xl-product-grid .xl-card__buy {
  padding-left: 22px !important;
  padding-right: 22px !important;
  margin: 0 !important;
}

/* название */
body.xl-redesign .xl-product-grid dd.itemDescription:first-of-type,
body.xl-redesign .xl-product-grid dd.xl-card__title {
  margin-top: 6px !important;
}
body.xl-redesign .xl-product-grid dd.itemDescription > a,
body.xl-redesign .xl-product-grid dd.xl-card__title > a {
  display: block !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: var(--xl-text) !important;
  text-decoration: none !important;
  min-height: 2.6em !important;
}
/* короткое описание */
body.xl-redesign .xl-product-grid dd.itemDescription:nth-of-type(2),
body.xl-redesign .xl-product-grid dd.xl-card__desc {
  margin-top: 8px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: var(--xl-muted) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
/* скрыть налоговые/доставку в карточке */
body.xl-redesign .xl-product-grid dd.itemDescription:nth-of-type(n+3),
body.xl-redesign .xl-product-grid dd.itemDescription:has(img),
body.xl-redesign .xl-product-grid dd.itemDescription:has(a[href*="shipping"]) {
  display: none !important;
}

/* цена */
body.xl-redesign .xl-product-grid dd.itemDescriptionPrice {
  margin-top: 14px !important;
  margin-bottom: 4px !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--xl-text) !important;
  line-height: 1.1 !important;
}
body.xl-redesign .xl-product-grid dd.itemDescriptionPrice s,
body.xl-redesign .xl-product-grid dd.itemDescriptionPrice strike,
body.xl-redesign .xl-product-grid dd.itemDescriptionPrice .oldPrice,
body.xl-redesign .xl-product-grid dd.itemDescriptionPrice span[style*="line-through"] {
  display: inline-block !important;
  margin-right: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #9a928a !important;
}

/* кнопка покупки */
body.xl-redesign .xl-product-grid .xl-card__buy {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: auto !important;
  padding-top: 16px !important;
}
body.xl-redesign .xl-product-grid .xl-card__buy input[name="products_qty"] {
  width: 52px !important;
  height: 48px !important;
  border: 1px solid var(--xl-line) !important;
  border-radius: 12px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
body.xl-redesign .xl-product-grid .xl-card__buy a.button,
body.xl-redesign .xl-product-grid .xl-card__buy .button {
  flex: 1 1 auto !important;
  height: 48px !important;
  min-width: 0 !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(232, 102, 34, 0.32) !important;
  transition: transform .15s ease, filter .15s ease !important;
}
body.xl-redesign .xl-product-grid .xl-card__buy a.button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* ---------- 7. Левая колонка ---------- */
body.xl-redesign #left {
  font-family: var(--xl-font-sans) !important;
}
body.xl-redesign #left .boxStyle {
  margin: 0 0 4px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}
body.xl-redesign #left .boxStyle p.hD,
body.xl-redesign #left .boxStyle h5 {
  height: 42px !important;
  background: transparent !important;
  color: #8a837c !important;
  border: 0 !important;
  border-bottom: 1px solid #ece6de !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  padding: 0 !important;
  margin: 0 !important;
  filter: none !important;
  background-image: none !important;
  cursor: pointer;
}
body.xl-redesign #left .boxStyle.active p.hD,
body.xl-redesign #left .boxStyle.xl-open p.hD {
  color: var(--xl-text) !important;
  border-bottom-color: var(--xl-teal) !important;
}
body.xl-redesign #left .bPg { background: transparent !important; }
body.xl-redesign #left .bPg::after { border-color: #9a928a !important; }

body.xl-redesign #boxHolidays > div,
body.xl-redesign #boxPrices > div,
body.xl-redesign #boxZalp > div {
  display: none !important;
}
body.xl-redesign #boxHolidays.active > div,
body.xl-redesign #boxHolidays.xl-open > div,
body.xl-redesign #boxPrices.active > div,
body.xl-redesign #boxPrices.xl-open > div,
body.xl-redesign #boxZalp.active > div,
body.xl-redesign #boxZalp.xl-open > div {
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  padding: 10px 0 14px !important;
  margin: 0 !important;
}
body.xl-redesign #left .boxStyle ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.xl-redesign #left .boxStyle ul li a {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  padding: 9px 10px !important;
  border-radius: 10px !important;
  color: #3f3a35 !important;
  text-decoration: none !important;
}
body.xl-redesign #left .boxStyle ul li a:hover {
  background: var(--xl-teal-soft) !important;
  color: var(--xl-teal) !important;
}

/* Каталог слева — акцент */
body.xl-redesign #left #boxCategories {
  margin-bottom: 18px !important;
}
body.xl-redesign #left #boxCategories p.hD {
  background: var(--xl-graphite-900) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 0 16px !important;
  height: 48px !important;
  margin-bottom: 10px !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
}
body.xl-redesign #left #boxCategories > div {
  display: block !important;
  background: #fff !important;
  border: 1px solid #ece6de !important;
  border-radius: 14px !important;
  padding: 10px !important;
  box-shadow: 0 8px 20px rgba(32, 29, 26, 0.04);
}
body.xl-redesign #left #boxCategories .bPg::after {
  border-color: #fff !important;
}
body.xl-redesign #left #boxCategories ul li a {
  font-size: 14px !important;
  padding: 10px 12px !important;
}

/* ---------- 6. Правая колонка ---------- */
body.xl-redesign #right {
  font-family: var(--xl-font-sans) !important;
}
body.xl-redesign #right br { display: none !important; }
body.xl-redesign #right #vk_groups,
body.xl-redesign #right .yashare-auto-init,
body.xl-redesign #right [align="center"] > script {
  display: none !important;
}

body.xl-redesign #right .xl-svc {
  display: block !important;
  padding: 18px 18px !important;
  margin: 0 0 12px !important;
  border: 1px solid #e5eef0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}
body.xl-redesign #right .xl-svc:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(32, 29, 26, 0.08);
}
body.xl-redesign #right .xl-svc__t {
  display: block !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: var(--xl-text) !important;
  margin-bottom: 4px !important;
}
body.xl-redesign #right .xl-svc__d {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: var(--xl-muted) !important;
}

body.xl-redesign #right .boxStyle,
body.xl-redesign #right #boxWhatsNew,
body.xl-redesign #right #boxBestsellers,
body.xl-redesign #right #boxReviews,
body.xl-redesign #right .xl-side-card,
body.xl-redesign #right .xl-reviews-card {
  border: 1px solid #e5eef0 !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 22px rgba(32, 29, 26, 0.04) !important;
  background: #fff !important;
  margin: 0 0 14px !important;
  overflow: hidden !important;
  filter: none !important;
}

body.xl-redesign #right .boxWhatsNewHeader,
body.xl-redesign #right #boxBestsellers h5,
body.xl-redesign #right #boxReviews h5,
body.xl-redesign #right .boxStyle h5,
body.xl-redesign #right .boxStyle p.hD,
body.xl-redesign #right .xl-reviews-card__h {
  height: auto !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  color: var(--xl-text) !important;
  border: 0 !important;
  border-bottom: 1px solid #eef2f3 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  padding: 14px 18px !important;
  margin: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  filter: none !important;
  background-image: none !important;
}

body.xl-redesign #right #boxWhatsNewContent,
body.xl-redesign #right #boxBestsellersContent,
body.xl-redesign #right #boxReviewsContent,
body.xl-redesign #right .boxStyle > div:not(.boxWhatsNewHeader),
body.xl-redesign #right .xl-reviews-card__b {
  padding: 16px 18px 18px !important;
  border: 0 !important;
  background: #fff !important;
}

body.xl-redesign #right #boxWhatsNewContent img {
  width: 100% !important;
  height: auto !important;
  max-height: 180px !important;
  object-fit: contain !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #f3efe8, #fff);
  padding: 12px;
  margin: 0 0 12px !important;
  box-sizing: border-box;
}
body.xl-redesign #right #boxWhatsNewContent a,
body.xl-redesign #right #boxBestsellersContent a {
  color: var(--xl-text) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
}
body.xl-redesign #right #boxWhatsNewContent p {
  margin: 0 0 8px !important;
  font-size: 14px !important;
  color: var(--xl-text) !important;
}
body.xl-redesign #right #boxWhatsNewContent p:has(> a[href*="new_products"]),
body.xl-redesign #right #boxWhatsNewContent > a[href*="products_new"],
body.xl-redesign #right #boxWhatsNewContent > a:last-child {
  display: inline-flex !important;
  margin-top: 10px !important;
  color: var(--xl-teal) !important;
  font-weight: 800 !important;
  font-size: 13px !important;
}
body.xl-redesign #right #boxBestsellersContent .BestsellersContentRight {
  border-bottom: 1px solid #f0f3f4 !important;
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
}
body.xl-redesign #right #boxBestsellersContent .BestsellersContentRight:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* современная карточка отзывов вместо png */
body.xl-redesign #right .xl-reviews-card__b {
  display: block !important;
  text-decoration: none !important;
}
body.xl-redesign #right .xl-reviews-card__stars {
  color: #E86622 !important;
  font-size: 18px !important;
  letter-spacing: 2px !important;
  margin-bottom: 8px !important;
}
body.xl-redesign #right .xl-reviews-card__t {
  display: block !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: var(--xl-text) !important;
  margin-bottom: 6px !important;
}
body.xl-redesign #right .xl-reviews-card__d {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: var(--xl-muted) !important;
  margin-bottom: 12px !important;
}
body.xl-redesign #right .xl-reviews-card__link {
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--xl-teal) !important;
}

/* старый баннер отзывов — прячем, если остался */
body.xl-redesign #right a[href="/reviews.php"] img[src*="reviews.png"] {
  display: none !important;
}

/* ---------- Trust ---------- */
body.xl-redesign .xl-trust {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
}
body.xl-redesign .xl-trust__item {
  padding: 22px 18px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #ebe4da !important;
  box-shadow: 0 8px 20px rgba(32, 29, 26, 0.04);
}
body.xl-redesign .xl-trust__item strong {
  display: block !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  margin-bottom: 6px !important;
  color: var(--xl-text) !important;
}
body.xl-redesign .xl-trust__item span {
  font-size: 14px !important;
  color: var(--xl-muted) !important;
  line-height: 1.4 !important;
}

/* ---------- 3. SEO / нижние текстовые блоки ---------- */
body.xl-redesign .xl-seo {
  background: #fff !important;
  border: 1px solid #ebe4da !important;
  border-radius: 24px !important;
  padding: 40px 44px !important;
  box-shadow: 0 10px 28px rgba(32, 29, 26, 0.04);
}
body.xl-redesign .xl-seo h1,
body.xl-redesign .xl-seo h2,
body.xl-redesign .xl-seo h3,
body.xl-redesign .xl-seo .h1,
body.xl-redesign .xl-seo .h2 {
  font-family: var(--xl-font-sans) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: var(--xl-text) !important;
  margin: 0 0 16px !important;
  line-height: 1.2 !important;
}
body.xl-redesign .xl-seo h2 + h2,
body.xl-redesign .xl-seo h3 {
  margin-top: 32px !important;
  padding-top: 28px !important;
  border-top: 1px solid #ece6de !important;
  font-size: 22px !important;
}
body.xl-redesign .xl-seo p,
body.xl-redesign .xl-seo li,
body.xl-redesign .xl-seo td,
body.xl-redesign .xl-seo div {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #4a453f !important;
}
body.xl-redesign .xl-seo a {
  color: var(--xl-teal) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
body.xl-redesign .xl-seo a:hover { text-decoration: underline !important; }
body.xl-redesign .xl-seo table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
}

/* ---------- 2. Футер + белый зазор ---------- */
@media (min-width: 901px) {
  body.xl-redesign .xl-tabbar {
    display: none !important;
  }
  body.xl-redesign,
  body.xl-redesign #container.xl-redesign,
  html body.xl-redesign {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

body.xl-redesign #niz,
body.xl-redesign #footer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

body.xl-redesign .xl-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: var(--xl-graphite-950) !important;
  color: #f4efe8 !important;
  font-family: var(--xl-font-sans) !important;
}
body.xl-redesign .xl-footer__main {
  padding-top: 56px !important;
  padding-bottom: 13px !important;
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1.1fr 1fr 1fr !important;
  gap: 32px 28px !important;
}
body.xl-redesign .xl-footer__brand-name {
  font-size: 20px !important;
  margin-bottom: 14px !important;
}
body.xl-redesign .xl-footer__promise {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: 18px !important;
  max-width: 280px;
}
body.xl-redesign .xl-footer__col-title {
  font-size: 13px !important;
  margin-bottom: 16px !important;
  color: #fff !important;
}
body.xl-redesign .xl-footer__col li { margin: 0 0 10px !important; }
body.xl-redesign .xl-footer__col a {
  font-size: 14px !important;
  font-weight: 600 !important;
}
body.xl-redesign .xl-footer__phone {
  font-size: 18px !important;
  margin-bottom: 8px !important;
}
body.xl-redesign .xl-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 18px 0 !important;
  margin: 0 !important;
}
body.xl-redesign .xl-footer__bottom-inner {
  padding-bottom: 8px !important;
}

/* убрать любой хвост после футера на десктопе */
body.xl-redesign .xl-footer ~ *:not(.xl-tabbar):not(#footer):not(.xl-nav__panel):not(script):not(style) {
  /* leave alone */
}
html body.xl-redesign {
  background: var(--xl-warm-white);
}
html body.xl-redesign::after {
  content: none !important;
}

/* ---------- Promo tiles ---------- */
body.xl-redesign .xl-promo a {
  min-height: 128px !important;
  padding: 24px 22px !important;
  border-radius: 18px !important;
}
body.xl-redesign .xl-promo__t {
  font-size: 18px !important;
  font-weight: 800 !important;
}
body.xl-redesign .xl-promo__d {
  font-size: 14px !important;
}

/* ---------- Кнопки единый стиль ---------- */
body.xl-redesign .xl-btn,
body.xl-redesign .xl-cta,
body.xl-redesign a.button {
  font-family: var(--xl-font-sans) !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* ---------- Responsive top ---------- */
@media (max-width: 1200px) {
  body.xl-redesign .xl-hero {
    min-height: 420px !important;
    padding: 48px 32px !important;
  }
  body.xl-redesign .xl-hero__title { font-size: 42px !important; }
  body.xl-redesign .xl-trust {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body.xl-redesign .xl-seo {
    padding: 28px 24px !important;
  }
}

/* Fix: no white strip under footer (page shorter than viewport) */
html {
  background: #171513 !important;
  padding-bottom: 0 !important;
}
body.xl-redesign {
  background: #171513 !important;
  min-height: 100vh !important;
}
body.xl-redesign #container.xl-redesign {
  background: var(--xl-warm-white) !important;
}
body.xl-redesign #container.xl-redesign > div[style*="16.png"] {
  display: none !important;
}
