/* Правая колонка — сервисные карточки по макету */

body.xl-redesign #right .xl-rbanners,
body.xl-redesign #right .xl-reviews-card {
  display: none !important;
}

body.xl-redesign #right .xl-svcstack {
  display: grid !important;
  gap: 12px !important;
  margin: 0 0 16px !important;
}

body.xl-redesign #right .xl-svcstack a.xl-svc,
body.xl-redesign #right a.xl-svc {
  display: grid !important;
  grid-template-columns: 1fr 52px !important;
  gap: 12px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 16px 14px !important;
  border: 1px solid #ece4da !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(32, 29, 26, 0.05) !important;
  text-decoration: none !important;
  color: #1f1f1f !important;
  box-sizing: border-box !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

body.xl-redesign #right .xl-svcstack a.xl-svc:hover,
body.xl-redesign #right a.xl-svc:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(32, 29, 26, 0.1) !important;
  border-color: rgba(255, 106, 0, 0.35) !important;
  color: #1f1f1f !important;
  text-decoration: none !important;
}

body.xl-redesign #right a.xl-svc--accent {
  background: #fff !important;
}

body.xl-redesign #right .xl-svc__main {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
}

body.xl-redesign #right .xl-svc__stars {
  display: block !important;
  margin: 0 0 6px !important;
  color: #ff6a00 !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
}

body.xl-redesign #right .xl-svc__t {
  display: block !important;
  margin: 0 0 5px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #1a1816 !important;
}

body.xl-redesign #right a.xl-svc--accent .xl-svc__t {
  color: #1a1816 !important;
}

body.xl-redesign #right .xl-svc__d {
  display: block !important;
  margin: 0 0 10px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #6f6a64 !important;
}

body.xl-redesign #right .xl-svc__cta {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ff6a00 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  transition: color .15s ease, transform .15s ease !important;
}

body.xl-redesign #right a.xl-svc:hover .xl-svc__cta {
  color: #e85a00 !important;
  transform: translateX(2px) !important;
  background: transparent !important;
}

body.xl-redesign #right .xl-svc__ico,
body.xl-redesign .xl-svcstack .xl-svc__ico {
  width: 56px !important;
  height: 56px !important;
  border-radius: 14px !important;
  background: #fff1e8 !important;
  border: 0 !important;
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  transition: transform .18s ease, background .18s ease !important;
  overflow: visible !important;
}

body.xl-redesign #right a.xl-svc:hover .xl-svc__ico {
  transform: scale(1.04) !important;
  background: #ffe8d8 !important;
}

body.xl-redesign #right .xl-svc__ico img,
body.xl-redesign .xl-svcstack .xl-svc__ico img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.xl-redesign #right .xl-svcstack a.xl-svc {
  grid-template-columns: 1fr 56px !important;
}

/* Главная: крошки/навигация полностью убраны, баннер вровень с колонками */
body.xl-redesign.xl-home #navigation,
body.xl-redesign.xl-home .xl-pagehead,
body.xl-redesign.xl-home #content .naviM,
body.xl-redesign #content:has(> .xl-hero) > .xl-pagehead,
body.xl-redesign td.two:has(.xl-hero) > #navigation {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

body.xl-redesign.xl-home #wrapper,
body.xl-redesign.xl-home #content,
body.xl-redesign td.two:has(.xl-hero) #wrapper,
body.xl-redesign td.two:has(.xl-hero) #content,
body.xl-redesign #content:has(> .xl-hero) {
  margin: 0 !important;
  padding: 0 !important;
}

body.xl-redesign.xl-home .xl-hero,
body.xl-redesign #content:has(> .xl-hero) > .xl-hero,
body.xl-redesign td.two:has(.xl-hero) .xl-hero {
  margin-top: 0 !important;
}

body.xl-redesign.xl-home table#middle td.two,
body.xl-redesign table#middle td.two:has(.xl-hero) {
  vertical-align: top !important;
  padding: 0 !important;
}

/* внутряки: pagehead сверху */
body.xl-redesign #content > .xl-pagehead {
  margin: 0 0 12px;
}
body.xl-redesign #content > .xl-pagehead:empty {
  display: none !important;
  margin: 0 !important;
}

/* ---------- Правая колонка: Новинки / Лидеры / Производитель ---------- */
body.xl-redesign #right .xl-rprod,
body.xl-redesign #right #boxWhatsNew.xl-rprod,
body.xl-redesign #right #boxFeatured.xl-rprod {
  display: block !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 1px solid #ece4da !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(32, 29, 26, 0.05) !important;
  overflow: hidden !important;
  filter: none !important;
}

body.xl-redesign #right .xl-rprod__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 16px 16px 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  filter: none !important;
}

body.xl-redesign #right .xl-rprod__title,
body.xl-redesign #right .xl-rprod__head .xl-rprod__title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #1f1f1f !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

body.xl-redesign #right .xl-rprod__all {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--xl-orange-500) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.xl-redesign #right .xl-rprod__all:hover {
  color: #c65314 !important;
}

body.xl-redesign #right .xl-rprod__body,
body.xl-redesign #right #boxWhatsNewContent.xl-rprod__body,
body.xl-redesign #right #boxFeaturedContent.xl-rprod__body {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  padding: 14px 16px 16px !important;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body.xl-redesign #right .xl-rprod__img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px !important;
  min-height: 160px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #f7f2ea 0%, #fff 100%) !important;
  text-decoration: none !important;
}

body.xl-redesign #right .xl-rprod__img img,
body.xl-redesign #right #boxWhatsNewContent img,
body.xl-redesign #right #boxFeaturedContent img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 150px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.xl-redesign #right .xl-rprod__name,
body.xl-redesign #right #boxWhatsNewContent .xl-rprod__name,
body.xl-redesign #right #boxFeaturedContent .xl-rprod__name {
  display: inline !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

body.xl-redesign #right .xl-rprod__name:hover {
  color: var(--xl-orange-500) !important;
}

body.xl-redesign #right .xl-rprod__price,
body.xl-redesign #right .xl-rprod__price .b-rub {
  margin: 0 !important;
  padding: 0 !important;
  color: #1f1f1f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.xl-redesign #right .xl-rprod__meta {
  display: none !important;
}

body.xl-redesign #right .xl-rprod__dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 4px 0 0 !important;
}

body.xl-redesign #right .xl-rprod__dots i {
  display: block !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #d9d2c8 !important;
}

body.xl-redesign #right .xl-rprod__dots i.is-on {
  background: var(--xl-orange-500) !important;
}

/* Производитель */
body.xl-redesign #right .xl-rman,
body.xl-redesign #right #boxManufacturers.xl-rman {
  display: block !important;
  margin: 0 0 12px !important;
  padding: 16px !important;
  border: 1px solid #ece4da !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(32, 29, 26, 0.05) !important;
  overflow: visible !important;
  filter: none !important;
}

body.xl-redesign #right .xl-rman__title,
body.xl-redesign #right #boxManufacturers .xl-rman__title,
body.xl-redesign #right #boxManufacturers p.hD {
  display: block !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
  color: #1f1f1f !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  text-transform: none !important;
  filter: none !important;
}

body.xl-redesign #right .xl-rman__body,
body.xl-redesign #right #boxManufacturersContent {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.xl-redesign #right #boxManufacturersContent form,
body.xl-redesign #right #boxManufacturersContent #manufacturers {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
}

body.xl-redesign #right #boxManufacturersContent select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 36px 0 14px !important;
  border: 1px solid #e2d9ce !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.2 1.2L6 6l4.8-4.8'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px 8px !important;
  color: #6b6560 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 44px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

body.xl-redesign #right #boxManufacturersContent select:focus {
  outline: none !important;
  border-color: var(--xl-orange-500) !important;
  box-shadow: 0 0 0 3px rgba(232, 102, 34, 0.14) !important;
  color: #1f1f1f !important;
}

/* убрать старые заголовки/ссылки внутри новых карточек */
body.xl-redesign #right .xl-rprod .boxWhatsNewHeader,
body.xl-redesign #right .xl-rprod > p.hD,
body.xl-redesign #right .xl-rprod > h5 {
  display: none !important;
}
