:root {
  --refresh-bg: #f4f7fb;
  --refresh-surface: #ffffff;
  --refresh-surface-soft: #f8fbff;
  --refresh-text: #17324d;
  --refresh-muted: #698097;
  --refresh-border: rgba(16, 55, 88, 0.1);
  --refresh-border-strong: rgba(16, 55, 88, 0.16);
  --refresh-primary: #0b4e80;
  --refresh-primary-strong: #093c63;
  --refresh-accent: #e24b4a;
  --refresh-shadow-sm: 0 10px 24px rgba(10, 45, 72, 0.08);
  --refresh-shadow-md: 0 16px 40px rgba(10, 45, 72, 0.12);
  --refresh-shadow-lg: 0 24px 60px rgba(10, 45, 72, 0.18);
  --refresh-radius-sm: 12px;
  --refresh-radius-md: 18px;
  --refresh-radius-lg: 26px;
}

body {
  background: linear-gradient(180deg, #f8fbff 0%, var(--refresh-bg) 100%);
  color: var(--refresh-text);
}

body,
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}

a {
  color: var(--refresh-primary);
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: var(--refresh-primary-strong);
}

h1,
h2,
h3,
h4 {
  color: #102b44;
  font-weight: 700;
}

.container {
  width: min(100%, 1170px);
}

.home-page.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* Головна: карусель і «Популярні розділи» в один ліній з логотипом і «Каталог» */
.home-page__row {
  margin-left: 0;
  margin-right: 0;
}

.home-page__content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
}

.home-page #column-left,
.home-page #column-right {
  display: none !important;
}

.heading {
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #13304d;
}

.heading:after {
  border-bottom: solid 1px rgba(11, 78, 128, 0.12);
}

.uni-item,
.uni-item-bg,
.home-intro,
.category-info,
.menu-module__ul,
.div-text-empty {
  border-radius: var(--refresh-radius-md);
  box-shadow: var(--refresh-shadow-sm);
}

.uni-item {
  border: 1px solid var(--refresh-border);
  background: var(--refresh-surface);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.uni-item:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 78, 128, 0.18);
  box-shadow: var(--refresh-shadow-md);
}

.uni-item-bg,
.div-text-empty,
.category-info {
  border: 1px solid var(--refresh-border);
  background: rgba(255, 255, 255, 0.88);
}

.btn {
  border-radius: 12px;
}

.btn-primary,
.product-thumb__add-to-cart,
.header-search__btn,
.header-menu__btn,
.menu__header,
.uni-form__btn,
#cart .btn-primary {
  background: linear-gradient(135deg, var(--refresh-primary) 0%, #13639f 100%);
  color: #fff;
}

.btn-primary:hover,
.product-thumb__add-to-cart:hover,
.header-search__btn:hover,
.header-menu__btn:hover,
#cart .btn-primary:hover {
  background: linear-gradient(135deg, var(--refresh-primary-strong) 0%, var(--refresh-primary) 100%);
  color: #fff;
}

.top-menu {
  background: linear-gradient(180deg, #2584c5 0%, #2d8dce 100%);
  border-bottom: 0;
  backdrop-filter: none;
}

.top-menu .container {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.top-menu__links,
.top-menu__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.header-topnav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.header-topnav__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.header-topnav__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.14);
}

.header-topnav__link:active {
  background-color: rgba(255, 255, 255, 0.22);
}

.header-topnav__link--hits {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #e11d48 0%, #f97316 100%);
  box-shadow: 0 2px 10px rgba(225, 29, 72, 0.35);
  animation: ra99-hits-pulse 2.4s ease-in-out infinite;
}

.header-topnav__link--hits:hover,
.header-topnav__link--hits:focus,
.header-topnav__link--hits:active {
  color: #fff !important;
  background: linear-gradient(135deg, #be123c 0%, #ea580c 100%);
  box-shadow: 0 3px 14px rgba(225, 29, 72, 0.45);
}

@keyframes ra99-hits-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.heading--hits {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #e11d48 0%, #f97316 100%);
  box-shadow: 0 4px 18px rgba(225, 29, 72, 0.28);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.top-menu__btn {
  min-height: 32px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.top-menu__btn:hover,
#top .open .btn-group__btn {
  background: transparent;
  color: #fff;
}

.top-menu__btn-text {
  font-size: 12px;
  font-weight: 500;
}

.top-menu__cart {
  display: flex;
  align-items: center;
}

.top-menu__wishlist,
.top-menu__compare {
  display: none;
}

.top-links__a,
.top-menu__wishlist-btn,
.top-menu__compare-btn {
  color: rgba(255, 255, 255, 0.92);
}

.top-links__a:hover,
.top-menu__wishlist-btn:hover,
.top-menu__compare-btn:hover {
  color: #fff;
}

header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(11, 78, 128, 0.08);
}

.header-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-main {
  display: grid;
  width: 100%;
  flex: 0 0 auto;
  grid-template-columns: minmax(220px, 280px) minmax(160px, 1fr) minmax(270px, 340px) auto;
  grid-template-areas: "logo services phone tools";
  gap: 16px 22px;
  align-items: center;
}

.header-utility-row {
  display: grid;
  grid-template-columns: minmax(208px, 220px) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  width: 100%;
}

.header-utility-row__catalog {
  position: relative;
  min-width: 0;
  grid-area: catalog;
}

.header-utility-row__search,
.header-block__item-search {
  min-width: 0;
  width: 100%;
  max-width: none;
  flex: 1 1 auto;
  padding: 0 !important;
  grid-area: search;
}

.header-utility-row__search .header-search,
.header-utility-row__search #search {
  width: 100%;
  max-width: none;
}

.header-utility-row__search .header-search__form {
  width: 100%;
}

.header-block__item-logo {
  grid-area: logo;
}

.header-services {
  grid-area: services;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-block__item-telephone {
  grid-area: phone;
  justify-self: end;
  align-self: stretch;
}

.header-tools {
  grid-area: tools;
  justify-self: end;
  align-self: start;
}

.header-block__item {
  display: flex;
  align-items: center;
}

.header-block__item-logo {
  display: block;
  max-width: none;
  overflow: visible;
}

.header-brand {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  width: 100%;
  max-width: 100%;
}

.header-logo,
.header-brand__caption {
  align-self: flex-start;
}

.header-logo {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.header-brand__caption {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 360px;
  white-space: nowrap;
}

.ra99-brand-mark {
  color: #d0021b;
  font-weight: 800;
}

.header-brand__caption .ra99-brand-mark {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-brand__caption-dash {
  color: #7b8fa3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header-brand__caption-label {
  color: #7b8fa3;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header-catalog-btn {
  display: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--refresh-primary) 0%, #13639f 100%);
  color: #fff !important;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(10, 45, 72, 0.22);
  text-shadow: none;
  overflow: visible;
  transition: box-shadow 0.15s ease, background 0.15s ease;
}

.header-catalog-btn:hover,
.header-catalog-btn:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #2a93d4 0%, #1570b8 100%);
  outline: none;
  box-shadow: 0 4px 16px rgba(10, 45, 72, 0.28);
}

.header-catalog-btn__icon {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
}

.header-catalog-btn__text {
  flex-shrink: 0;
  overflow: visible;
}

.header-catalog-wrap {
  position: relative;
  width: 100%;
}

.header-catalog-panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10050;
  width: min(980px, calc(100vw - 32px));
  max-width: 1000px;
}

.header-catalog-panel.is-open {
  display: block;
}

.header-catalog-panel,
.header-catalog-panel button,
.header-catalog-panel a {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.header-catalog-panel__inner {
  display: flex;
  min-height: 380px;
  max-height: min(74vh, 560px);
  overflow: hidden;
  border: 1px solid var(--refresh-border-strong);
  border-radius: var(--refresh-radius-sm);
  background: var(--refresh-surface);
  box-shadow: var(--refresh-shadow-lg);
}

.header-catalog-panel__nav-wrap {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-right: 1px solid var(--refresh-border);
  background: #f6f7f9;
}

.header-catalog-panel__nav-title {
  flex-shrink: 0;
  margin: 0;
  padding: 14px 20px 12px;
  border-bottom: 1px solid var(--refresh-border);
  color: var(--refresh-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-catalog-panel__nav {
  flex: 1 1 auto;
  margin: 0;
  padding: 6px 0 10px;
  list-style: none;
  overflow-y: auto;
}

.header-catalog-panel__item {
  margin: 0;
  border-bottom: 1px solid rgba(23, 50, 77, 0.06);
}

.header-catalog-panel__item.is-even {
  background: transparent;
}

.header-catalog-panel__icon {
  display: flex;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--refresh-border);
  box-shadow: none;
  overflow: hidden;
}

.header-catalog-panel__icon img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}

.header-catalog-panel__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 12px;
  color: var(--refresh-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.header-catalog-panel__link-text {
  flex: 1 1 auto;
  min-width: 0;
}

.header-catalog-panel__chevron {
  flex-shrink: 0;
  color: var(--refresh-muted);
  font-size: 16px;
  opacity: 0.55;
  transition: transform 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.header-catalog-panel__item.is-active .header-catalog-panel__link,
.header-catalog-panel__link:hover {
  background: #fff;
  color: var(--refresh-primary-strong);
  font-weight: 700;
  border-left-color: var(--refresh-accent);
}

.header-catalog-panel__item.is-active .header-catalog-panel__chevron,
.header-catalog-panel__link:hover .header-catalog-panel__chevron {
  color: var(--refresh-primary);
  opacity: 1;
  transform: translateX(2px);
}

.header-catalog-panel__subs {
  flex: 1 1 auto;
  min-width: 0;
  overflow-y: auto;
  background: var(--refresh-surface);
}

.header-catalog-panel__sub {
  display: none;
  padding: 0 0 20px;
  pointer-events: none;
  visibility: hidden;
}

.header-catalog-panel__sub.is-active {
  display: block;
  pointer-events: auto;
  visibility: visible;
}

.header-catalog-panel__sub[hidden] {
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}

.header-catalog-panel__sub-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 18px 24px 14px;
  border-bottom: 1px solid var(--refresh-border);
  background: var(--refresh-surface);
}

.header-catalog-panel__sub-head-icon {
  display: flex;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--refresh-border);
  box-shadow: none;
  overflow: hidden;
}

.header-catalog-panel__sub-head-icon img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.header-catalog-panel__sub-head-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}

.header-catalog-panel__sub-title {
  margin: 0;
  color: var(--refresh-primary-strong);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.header-catalog-panel__sub-count {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f0f2f5;
  color: var(--refresh-muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.header-catalog-panel__sub-list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 12px;
}

.header-catalog-panel__sub-item {
  margin: 0;
  min-width: 0;
}

.header-catalog-panel__sub-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: var(--refresh-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
}

.header-catalog-panel__sub-item:hover .header-catalog-panel__sub-link,
.header-catalog-panel__sub-link:hover,
.header-catalog-panel__sub-link:focus-visible {
  background: #f3f5f8;
  color: var(--refresh-primary-strong);
}

.header-catalog-panel__sub-link-text {
  display: block;
}

.header-catalog-panel__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 24px 0;
  padding: 11px 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--refresh-primary) 0%, #13639f 100%);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(11, 78, 128, 0.22);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.header-catalog-panel__all:hover {
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(11, 78, 128, 0.28);
}

.header-catalog-panel__all .fa {
  font-size: 12px;
}

.header-catalog-btn.is-open {
  background: linear-gradient(135deg, #2a93d4 0%, #1570b8 100%);
}

/* Выбор категории в поиске отключён — разделы через кнопку «Каталог» */
header #search .header-search__category,
header .header-search__form > .header-search__category {
  display: none !important;
}

.header-search__form .header-search__input {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 6px 0 0 6px;
}

header #search .header-search__form .header-search__input.hide-on-mobile,
header #search .header-search__form .header-search__input {
  border-radius: 6px 0 0 6px;
}

header.header-catalog-menu-open #search .dropdown-menu {
  display: none !important;
  visibility: hidden !important;
}

header.header-catalog-menu-open #search .live-search {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
}

@media (min-width: 992px) {
  .header-block {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(160px, 1fr) minmax(270px, 340px);
    grid-template-areas:
      "logo services phone"
      "catalog search search";
    gap: 12px 18px;
    align-items: stretch;
  }

  .header-main,
  .header-utility-row {
    display: contents;
  }

  .header-block__item-logo {
    grid-area: logo;
  }

  .header-services {
    grid-area: services;
  }

  .header-block__item-telephone {
    grid-area: phone;
    justify-self: end;
  }

  .header-tools {
    display: none;
  }

  .header-utility-row__catalog {
    grid-area: catalog;
    align-self: stretch;
  }

  .header-utility-row__search {
    grid-area: search;
    align-self: stretch;
  }

  .header-phones.has-addit .header-phones__show-phone {
    display: none;
  }

  .header-phones--card {
    padding-right: 14px;
  }

  .header-catalog-btn {
    display: flex;
    min-width: 208px;
    max-width: 100%;
    width: 100%;
    min-height: 46px;
    padding-left: 14px;
    padding-right: 14px;
    gap: 8px;
    font-size: 15px;
  }

  .header-utility-row__search .header-search__form {
    min-height: 46px;
    width: 100%;
  }

  .header-block:not(:has(.header-utility-row__catalog)) {
    grid-template-areas:
      "logo services phone"
      "search search search";
  }

  /* Панель «Каталог» (как electrika24): своё выпадающее меню, штатная полоса меню скрыта */
  header .header-catalog-panel {
    display: none;
  }

  header .header-catalog-panel.is-open {
    display: block;
  }

  header.header-catalog-menu-open .header-block,
  header.header-catalog-menu-open > .container {
    overflow: visible !important;
  }

  header > .container .main-menu {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .header-catalog-panel__nav-wrap {
    flex-basis: 300px;
  }

  .header-catalog-panel__sub-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 24px;
  }

  .header-catalog-panel__sub-title {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .header-catalog-panel {
    width: min(1000px, calc(100vw - 48px));
  }

  .header-catalog-panel__link {
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.header-block__item-search {
  min-width: 0;
}

.header-block__item-telephone {
  justify-content: flex-end;
}

.header-logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-logo__img {
  display: block;
  width: 265px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left top;
}


.header-service {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(11, 78, 128, 0.09);
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
  color: #54708a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-service:hover {
  border-color: rgba(11, 78, 128, 0.16);
  box-shadow: 0 6px 16px rgba(10, 45, 72, 0.07);
  text-decoration: none;
  transform: translateY(-1px);
}

.header-service__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #cf9b2c;
  font-size: 22px;
}

.header-service:last-child .header-service__icon {
  color: #2f8ccc;
}

.header-service__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.header-service__content strong {
  color: #5f6f7f;
  font-size: 13px;
  font-weight: 500;
}

.header-service__content span {
  color: #2e88c8;
  font-size: 13px;
  font-weight: 500;
}

.header-search-band {
  display: none;
}

.header-search-row__spacer {
  display: block;
  min-height: 1px;
}

.header-menu-wrap {
  display: none;
}

.header-search {
  position: relative;
  width: 100%;
}

.header-search-prompt {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 20;
  display: block;
  max-width: calc(100% - 88px);
  overflow: hidden;
  color: #5f7388;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  transform: translateY(-50%);
}

.header-search-prompt.is-hidden {
  display: none;
}

.header-search__form {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 46px;
  border: 1px solid #c5d2de;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(10, 45, 72, 0.08);
}

.header-search__category {
  flex: 0 0 auto;
}

.header-search__category-btn {
  height: 42px;
  padding: 0 14px;
  border: 0;
  border-right: 1px solid #e3e9ef;
  background: #fff;
  color: #768898;
  font-weight: 500;
}

.header-search__category-span {
  display: inline-block;
  max-width: 128px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.header-search__input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 44px 0 14px;
  border: 0;
  font-size: 14px;
  color: #333;
  background: #fff !important;
  box-shadow: none !important;
}

.header-search__input::placeholder {
  color: #7f93a8 !important;
  opacity: 1 !important;
}

.header-search__btn {
  right: 2px;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: transparent;
  color: #2f8ccc;
  box-shadow: none;
}

.header-phones {
  position: relative;
  min-width: 0;
  max-width: 100%;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
}

.header-phones:before {
  content: none;
  display: none;
}

.header-phones--card {
  padding: 12px 14px 10px;
  border: 1px solid rgba(11, 78, 128, 0.1);
  border-radius: 14px;
  background: linear-gradient(145deg, #fbfdff 0%, #eef4fa 100%);
  box-shadow: 0 6px 18px rgba(10, 45, 72, 0.06);
}

.header-phones__label {
  margin: 0 0 8px;
  color: #7d91a5;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.header-phones__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-phones__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0f5a8f 0%, #0b4e80 100%);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(11, 78, 128, 0.2);
}

.header-phones__numbers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.header-phones--managers .header-phones__show-phone,
.header-phones--managers .header-phones__ul {
  display: none !important;
}

.header-phones--managers.has-addit {
  padding-right: 0;
}

.header-phones--managers .header-phones__numbers {
  align-items: stretch;
  gap: 4px;
  min-width: 0;
  width: 100%;
}

.header-phones__manager {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: 100%;
  min-width: 0;
}

.header-phones__msg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.header-phones__msg:hover {
  transform: scale(1.08);
  opacity: 0.92;
  text-decoration: none;
}

.header-phones__msg--tg {
  color: #fff;
  background: #2aabee;
}

.header-phones__msg--wa {
  color: #fff;
  background: #25a85a;
}

.header-phones__main {
  display: block;
  color: var(--refresh-primary);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
}

.header-phones__main--named {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.header-phones__main--named:hover {
  color: var(--refresh-primary-strong);
  text-decoration: none;
}

.header-phones__num {
  display: inline-block;
  min-width: 11.8em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.header-phones__name {
  color: #3a5f7a;
  font-weight: 600;
  letter-spacing: 0;
}

.header-phones__main:hover {
  color: var(--refresh-primary-strong);
}

.header-phones__main.two-line {
  font-size: 16px;
  font-weight: 700;
  color: #2f6f9a;
}

.header-phones__extras {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 8px;
}

.header-phones__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 4px 9px;
  border: 1px solid rgba(11, 78, 128, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #4d647a;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.header-phones__chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-phones__chip:hover {
  border-color: rgba(11, 78, 128, 0.22);
  color: var(--refresh-primary);
  text-decoration: none;
  background: #fff;
}

.header-phones__chip--mail i {
  color: #6d8193;
}

.header-phones__chip--tg {
  border-color: rgba(42, 155, 214, 0.25);
  color: #1f7eb5;
}

.header-phones__chip--tg i {
  color: #2a9bd6;
}

.header-phones__chip--wa {
  border-color: rgba(37, 168, 90, 0.25);
  color: #1f8a4d;
}

.header-phones__chip--wa i {
  color: #25a85a;
}

.header-phones__chip--vb {
  border-color: rgba(123, 81, 193, 0.25);
  color: #6f4bb5;
}

.header-phones__chip--callback {
  border-color: rgba(11, 78, 128, 0.18);
  color: var(--refresh-primary);
}

.header-contacts-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 5px;
}

.header-contacts-inline__link {
  color: #6d8193;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.header-contacts-inline__link:hover {
  text-decoration: none;
}

.header-contacts-inline--accent .header-contacts-inline__link {
  color: #2f8ccc;
}

.header-phones__meta {
  display: none;
}

.header-phones__callback-link {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f8ccc;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  transform-origin: left center;
  animation: ra99CallbackShake 4.5s ease-in-out infinite;
}

.header-phones__callback-link:hover {
  color: var(--refresh-primary-strong);
  animation-play-state: paused;
}

.header-phones__show-phone {
  position: absolute;
  top: 28px;
  right: 0;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #8aa4b6;
  cursor: pointer;
}

.header-phones__ul {
  margin-top: 10px;
  border: 1px solid rgba(11, 78, 128, 0.1);
  border-radius: 16px;
  box-shadow: var(--refresh-shadow-sm);
}

.header-phones__a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--refresh-primary);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.header-phones__a:hover {
  text-decoration: none;
}

.header-phones__additionals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.header-phones__additional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(11, 78, 128, 0.08);
  border-radius: 999px;
  background: rgba(11, 78, 128, 0.05);
  color: #62788e;
  font-size: 12px;
  font-weight: 700;
}

.header-phones__additional.selected {
  background: rgba(11, 78, 128, 0.12);
  color: var(--refresh-primary);
}

.header-tools {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 2px;
}

.header-cart__btn,
.header-account,
.header-wishlist,
.header-compare {
  color: var(--refresh-primary);
}

.header-cart__total-items,
.header-wishlist__total-items,
.header-compare__total-items,
.uni-badge {
  background: rgba(226, 75, 74, 0.12);
  color: #b7313a;
  font-weight: 700;
}

.header-account,
.header-wishlist,
.header-compare {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe7ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.top-menu__cart .header-cart {
  color: #fff;
}

.top-menu__cart .header-cart__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 36px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.top-menu__cart .header-cart__btn:hover {
  color: #fff;
}

.top-menu__cart .header-cart__icon {
  color: #f0be3b;
  font-size: 22px;
  line-height: 1;
}

.top-menu__cart .header-cart__summary {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.top-menu__cart .header-cart__label,
.top-menu__cart .header-cart__total-items {
  display: none;
}

.header-cart__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--refresh-primary) 0%, #13639f 100%);
  color: #fff;
  box-shadow: none;
}

.header-cart__btn:hover {
  color: #fff;
}

.header-cart__icon {
  font-size: 18px;
}

.header-cart__label {
  display: none;
}

.header-cart__summary {
  display: none;
}

.header-cart__total-items {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 11px;
}

.menu {
  min-height: 58px;
}

.menu__header {
  height: 56px;
  padding: 0 18px;
  border-radius: 18px 18px 0 0;
  box-shadow: var(--refresh-shadow-sm);
}

.menu__collapse {
  top: 56px;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  box-shadow: var(--refresh-shadow-md);
}

.menu__level-1-li {
  border-top-color: rgba(11, 78, 128, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.menu__level-1-li:hover {
  background: rgba(11, 78, 128, 0.04);
}

.menu__level-1-a,
.menu__level-2-a,
.menu__level-3-a {
  color: #18344f;
}

main {
  padding-top: 26px;
}

.home-page .row,
.breadcrumb-h1,
.category-page .row {
  row-gap: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.home-page.container #content {
  min-width: 0;
  overflow: hidden;
}

.home-hero-carousel-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Заборонено: повноширинний слайдер поза .home-page (лише --e24 всередині контейнера) */
.home-page.container ~ .home-hero-carousel-wrap,
.home-hero-carousel-wrap:not(.home-hero-carousel-wrap--e24) {
  display: none !important;
}

.home-hero-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid var(--refresh-border);
  border-radius: var(--refresh-radius-sm);
  background: #f7fafc;
  box-shadow: var(--refresh-shadow-sm);
}

.home-hero-carousel__track {
  position: relative;
  width: 100%;
  min-height: 200px;
  height: clamp(240px, 42vw, 520px);
  transition: height 0.25s ease;
}

.home-hero-carousel__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  background: #e8f1f8;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.home-hero-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.home-hero-carousel__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.home-hero-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: -18px;
  padding: 0;
  border: 1px solid var(--refresh-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--refresh-primary);
  font-size: 14px;
  cursor: pointer;
  box-shadow: var(--refresh-shadow-sm);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.home-hero-carousel__arrow:hover {
  background: #fff;
  border-color: rgba(11, 78, 128, 0.25);
}

.home-hero-carousel__arrow--prev {
  left: 10px;
}

.home-hero-carousel__arrow--next {
  right: 10px;
}

.home-hero-carousel__dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.home-hero-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 78, 128, 0.25);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.home-hero-carousel__dot.is-active {
  background: var(--refresh-primary);
  transform: scale(1.2);
}

/* Головна: баннер на всю ширину контенту (як на початковому макеті) */
.home-hero-carousel-wrap--e24 {
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px;
}

.home-hero-carousel--e24 {
  border: 1px solid var(--refresh-border);
  border-radius: var(--refresh-radius-sm);
  background: #e8f1f8;
  box-shadow: var(--refresh-shadow-sm);
}

.home-hero-carousel--e24 .home-hero-carousel__track {
  min-height: 200px;
  height: clamp(240px, 42vw, 520px);
}

.home-hero-carousel--e24 .home-hero-carousel__slide {
  padding: 0;
  background: #e8f1f8;
}

.home-hero-carousel--e24 .home-hero-carousel__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 767px) {
  .home-hero-carousel-wrap,
  .home-hero-carousel-wrap--e24 {
    margin-bottom: 12px;
  }

  .home-hero-carousel__track,
  .home-hero-carousel--e24 .home-hero-carousel__track {
    min-height: 160px;
    height: clamp(180px, 50vw, 360px);
  }

  .home-hero-carousel__slide {
    padding: 0;
  }

  .home-hero-carousel__arrow {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-size: 12px;
  }

  .home-hero-carousel__arrow--prev {
    left: 6px;
  }

  .home-hero-carousel__arrow--next {
    right: 6px;
  }
}

.home-intro {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(226, 75, 74, 0.1), transparent 24%),
    radial-gradient(circle at left center, rgba(19, 99, 159, 0.08), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f5faff 100%);
}

.home-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 78, 128, 0.08);
  color: var(--refresh-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-intro__title {
  max-width: 760px;
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #102842;
}

.home-intro__text {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--refresh-muted);
  font-size: 14px;
  line-height: 1.65;
}

.home-intro__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-intro__metric {
  min-width: 180px;
  padding: 10px 12px;
  border: 1px solid rgba(11, 78, 128, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #3f5870;
  font-size: 13px;
  line-height: 1.45;
}

.home-intro__metric strong {
  display: block;
  margin-bottom: 2px;
  color: #102842;
  font-size: 15px;
}

.home-categories {
  margin: 0 0 30px;
}

.home-categories__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 480px) {
  .home-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width: 768px) {
  .home-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .home-categories__media {
    max-height: 170px;
  }

  .home-categories__content {
    min-height: 88px;
    padding: 10px 10px 12px;
  }

  .home-categories__name {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 1200px) {
  .home-categories__media {
    max-height: 185px;
  }

  .home-categories__name {
    font-size: 13px;
  }
}

.home-categories__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 1px solid var(--refresh-border);
  border-radius: var(--refresh-radius-sm);
  background: var(--refresh-surface);
  box-shadow: var(--refresh-shadow-sm);
  overflow: hidden;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-categories__item.has-thumb {
  border-top: 3px solid var(--refresh-primary);
}

.home-categories__item:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 78, 128, 0.22);
  box-shadow: var(--refresh-shadow-md);
}

.home-categories__item.has-thumb:hover {
  border-top-color: var(--refresh-accent);
}

.home-categories__media {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 190px;
  min-height: 120px;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  border-bottom: 1px solid var(--refresh-border);
  border-radius: 0;
  background: linear-gradient(180deg, #f3f8fc 0%, #e8f1f8 100%);
  overflow: hidden;
}

.home-categories__media.has-image {
  background: linear-gradient(180deg, #fafcfe 0%, #eef4fa 55%, #e3edf6 100%);
}

.home-categories__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.home-categories__letter {
  color: var(--refresh-primary);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.home-categories__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
  min-height: 92px;
  padding: 12px 10px 14px;
}

.home-categories__name {
  flex: 1 1 auto;
  color: var(--refresh-text);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
}

.home-categories__link {
  flex: 0 0 auto;
  margin-top: auto;
  color: var(--refresh-muted);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.home-categories__item:hover .home-categories__name {
  color: var(--refresh-primary);
}

.home-categories__item:hover .home-categories__link {
  color: var(--refresh-accent);
}

/* Главная: сетка категорий как на electrika24.ru */
.home-categories--e24 {
  margin-bottom: 24px;
}

.home-categories--e24 .heading {
  margin-bottom: 14px;
  font-size: 18px;
}

.home-categories--e24 .home-categories__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 576px) {
  .home-categories--e24 .home-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 992px) {
  .home-categories--e24 .home-categories__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
  }
}

.home-categories--e24 .home-categories__item {
  min-height: 0;
  border: 1px solid #dce4ec;
  border-radius: 6px;
  box-shadow: none;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home-categories--e24 .home-categories__item.has-thumb {
  border-top: 1px solid #dce4ec;
}

.home-categories--e24 .home-categories__item:hover {
  transform: none;
  border-color: rgba(11, 78, 128, 0.35);
  box-shadow: 0 4px 14px rgba(10, 45, 72, 0.08);
}

.home-categories--e24 .home-categories__content {
  flex: 0 0 auto;
  min-height: 0;
  padding: 10px 8px 8px;
}

.home-categories--e24 .home-categories__name {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  -webkit-line-clamp: 3;
}

.home-categories--e24 .home-categories__link {
  display: none;
}

.home-categories--e24 .home-categories__media {
  flex: 1 1 auto;
  aspect-ratio: auto;
  max-height: none;
  min-height: 110px;
  padding: 10px 8px 12px;
  border-bottom: 0;
  background: #fff;
}

.home-categories--e24 .home-categories__media.has-image {
  background: #fff;
}

.home-categories--e24 .home-categories__img {
  width: 100%;
  height: 100%;
  min-height: 90px;
  max-height: 120px;
  object-fit: contain;
  object-position: center bottom;
}

.home-categories--e24 .home-categories__letter {
  font-size: 32px;
}

@media (max-width: 767px) {
  .home-categories--e24 .home-categories__grid {
    gap: 10px;
  }

  .home-categories--e24 .home-categories__media {
    min-height: 88px;
    padding: 8px 6px 10px;
  }

  .home-categories--e24 .home-categories__name {
    font-size: 11px;
  }
}

/* Головна: акцент «Более 30000 товаров» */
.home-scale {
  margin: 14px 0 8px;
}

.home-scale__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(11, 78, 128, 0.14);
  background:
    linear-gradient(120deg, rgba(226, 75, 74, 0.1) 0%, rgba(11, 78, 128, 0.08) 45%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 12px 28px rgba(11, 78, 128, 0.08);
}

.home-scale__headline {
  margin: 0;
  color: #0b4e80;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.home-scale__sub {
  margin: 0;
  max-width: 34em;
  color: #3d5368;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(14px, 1.6vw, 17px);
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 575px) {
  .home-scale__inner {
    padding: 14px 16px;
    gap: 6px;
  }

  .home-scale__headline {
    white-space: normal;
    font-size: 26px;
  }
}

/* Головна: SEO-опис магазину (як electrika24.ru) */
.home-store-intro {
  margin: 8px 0 32px;
  padding: 0;
  color: var(--refresh-text);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.home-store-intro__title {
  margin: 0 0 14px;
  color: var(--refresh-primary-strong);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.home-store-intro__title .ra99-brand-mark {
  color: #d0021b;
}

.ra99-order-notice {
  margin: 0 0 18px;
  padding: 14px 18px;
  border: 1px solid rgba(11, 78, 128, 0.12);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(11, 78, 128, 0.08) 0%, rgba(11, 78, 128, 0.04) 100%);
  color: #102b44;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.home-store-intro__lead {
  margin: 0 0 14px;
  color: #3d5368;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.home-store-intro__list {
  margin: 0 0 14px;
  padding: 0 0 0 22px;
  list-style: disc;
}

.home-store-intro__item {
  margin: 0 0 7px;
  color: #3d5368;
  font-weight: 500;
}

.home-store-intro__item:last-child {
  margin-bottom: 0;
}

.home-store-intro__footer {
  margin: 0;
  color: #5a7082;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 575px) {
  .home-store-intro__title {
    font-size: 20px;
  }

  .home-store-intro__lead {
    font-size: 15px;
  }

  .home-store-intro {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Сторінка категорії як electrika24.ru */
.category-page--e24 .breadcrumb-h1 .heading {
  margin-bottom: 0;
}

.category-e24__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.category-e24__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  background: #e8f4fc;
  color: #0b4e80;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}

.category-e24__tag:hover {
  background: #d4ebfa;
  color: #083a61;
  text-decoration: none;
}

.category-e24__tag .fa-times {
  font-size: 11px;
  opacity: 0.75;
}

.category-e24__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.category-e24__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #0b4e80;
  border-radius: 6px;
  background: #fff;
  color: #0b4e80;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.category-e24__chip:hover {
  background: #0b4e80;
  color: #fff;
  text-decoration: none;
}

.category-e24__title {
  margin: 0 0 20px;
  color: #13304d;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.25;
}

/* Legrand Brand Hub (ss-legrand virtual navigation UI) */
.category-page--brand-hub .breadcrumb-h1 .heading {
  display: none;
}

.ra99-brand-hub {
  margin: 0 0 22px;
  max-width: 100%;
  overflow: hidden;
}

.ra99-brand-hub__header {
  margin: 0 0 16px;
}

.ra99-brand-hub__title {
  margin: 0 0 4px;
  color: #13304d;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.25;
}

.ra99-brand-hub__count {
  margin: 0;
  color: #5a7189;
  font-size: 14px;
  font-weight: 600;
}

.ra99-brand-hub__active {
  margin-bottom: 16px;
}

.category-e24__tag--reset {
  border: 1px dashed rgba(11, 78, 128, 0.35);
  background: #fff;
  font-weight: 700;
}

.ra99-brand-hub__section + .ra99-brand-hub__section {
  margin-top: 18px;
}

.ra99-brand-hub__heading {
  margin: 0 0 10px;
  color: #13304d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ra99-brand-hub__series {
  margin-bottom: 0;
  max-width: 100%;
}

.ra99-brand-hub__chip {
  gap: 8px;
  max-width: 100%;
}

.ra99-brand-hub__chip-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ra99-brand-hub__chip-count,
.ra99-brand-hub__type-count {
  flex-shrink: 0;
  min-width: 1.6em;
  padding: 1px 7px;
  border-radius: 999px;
  background: rgba(11, 78, 128, 0.1);
  color: #0b4e80;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.category-e24__chip.is-active,
.ra99-brand-hub__chip.is-active {
  border-color: #0b4e80;
  background: #0b4e80;
  color: #fff;
}

.category-e24__chip.is-active .ra99-brand-hub__chip-count,
.ra99-brand-hub__chip.is-active .ra99-brand-hub__chip-count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.ra99-brand-hub__types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 100%;
}

@media (min-width: 576px) {
  .ra99-brand-hub__types {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 992px) {
  .ra99-brand-hub__types {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ra99-brand-hub__type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--refresh-border, #d8e2ec);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--refresh-shadow-sm, 0 1px 3px rgba(19, 48, 77, 0.06));
  color: #13304d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.ra99-brand-hub__type:hover {
  transform: translateY(-1px);
  border-color: rgba(11, 78, 128, 0.28);
  box-shadow: var(--refresh-shadow-md, 0 4px 14px rgba(19, 48, 77, 0.1));
  color: #0b4e80;
  text-decoration: none;
}

.ra99-brand-hub__type.is-active {
  border-color: #0b4e80;
  background: #0b4e80;
  box-shadow: var(--refresh-shadow-md, 0 4px 14px rgba(11, 78, 128, 0.22));
  color: #fff;
}

.ra99-brand-hub__type.is-active .ra99-brand-hub__type-count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.ra99-brand-hub__type-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-children--e24 {
  margin: 0 0 24px;
}

.category-children__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (min-width: 768px) {
  .category-children__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 992px) {
  .category-children__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

.category-children__item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px 12px 12px;
  border: 1px solid var(--refresh-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--refresh-shadow-sm);
  color: #13304d;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.category-children__item:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 78, 128, 0.22);
  box-shadow: var(--refresh-shadow-md);
  color: #13304d;
  text-decoration: none;
}

.category-children__name {
  min-height: 40px;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.category-children__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 120px;
  margin-top: auto;
  padding: 8px;
}

.category-children__media.has-image {
  background: #f7fafc;
  border-radius: 8px;
}

.category-children__img {
  max-width: 100%;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.category-children__letter {
  font-size: 42px;
  font-weight: 800;
  color: rgba(11, 78, 128, 0.18);
}

.category-page--e24 #column-left .ocfilter.panel,
.category-page--e24 #column-left .filter-default {
  border: 1px solid var(--refresh-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--refresh-shadow-sm);
  overflow: hidden;
}

.category-page--e24 #column-left .ocfilter .heading,
.category-page--e24 #column-left .filter-default .heading {
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--refresh-border);
  background: #f7fafc;
  color: #13304d;
  font-size: 15px;
  font-weight: 800;
}

.category-page--e24 #column-left .ocfilter .list-group {
  margin: 0;
  border: none;
  border-radius: 0;
}

.category-page--e24 #column-left .ocfilter .list-group-item {
  border-left: none;
  border-right: none;
  padding: 10px 14px;
}

.category-page--e24 #column-left .ocfilter .ocf-option-name {
  font-size: 13px;
  font-weight: 700;
  color: #13304d;
}

.category-page--hub .sorts-block {
  display: none;
}

/* Фільтри electrika24 у лівій колонці */
.ra99-e24-filter {
  margin: 0 0 18px;
  border: 1px solid var(--refresh-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--refresh-shadow-sm);
  overflow: hidden;
}

.ra99-e24-filter__check {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  opacity: 0;
}

.ra99-e24-filter__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--refresh-border);
  background: #f7fafc;
  color: #13304d;
  font-size: 15px;
  font-weight: 800;
  cursor: default;
}

.ra99-e24-filter__head .fa-filter {
  color: #0b4e80;
}

.ra99-e24-filter__toggle-hint {
  display: none;
  margin-left: auto;
  color: #6b849c;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  transition: transform 0.15s ease;
}

.ra99-e24-filter__toggle-hint::before {
  content: "\f107";
}

.ra99-e24-filter__check:checked ~ .ra99-e24-filter__head .ra99-e24-filter__toggle-hint {
  transform: rotate(180deg);
}

.ra99-e24-filter__body {
  display: block;
  padding: 4px 0 8px;
}

/* Десктоп: фільтри завжди видимі, заголовок не клікабельний */
@media (min-width: 768px) {
  .ra99-e24-filter__body {
    display: block !important;
  }

  .ra99-e24-filter__head {
    pointer-events: none;
  }
}

.ra99-e24-filter__group {
  border-bottom: 1px solid rgba(11, 78, 128, 0.08);
}

.ra99-e24-filter__group:last-child {
  border-bottom: none;
}

.ra99-e24-filter__group-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  color: #13304d;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.ra99-e24-filter__group-name::-webkit-details-marker {
  display: none;
}

.ra99-e24-filter__group-name::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #6b849c;
  transition: transform 0.15s ease;
}

.ra99-e24-filter__group[open] .ra99-e24-filter__group-name::after {
  transform: rotate(180deg);
}

.ra99-e24-filter__values {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 8px 10px 14px;
}

.ra99-e24-filter__value {
  display: block;
  padding: 5px 8px;
  border-radius: 6px;
  color: #3f5870;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}

.ra99-e24-filter__value:hover {
  background: rgba(11, 78, 128, 0.06);
  color: #0b4e80;
  text-decoration: none;
}

.ra99-e24-filter__value.is-active {
  background: #e8f4fc;
  color: #0b4e80;
  font-weight: 700;
}

.category-page--e24 #column-left .menu-module,
.category-page--e24 #column-left #category-module {
  display: none !important;
}

.ra99-e24-filter__empty {
  margin: 0;
  padding: 12px 14px 14px;
  color: #6b849c;
  font-size: 12px;
  line-height: 1.5;
}

/* Мобільні категорії: кнопка «Фільтри» над товарами, панель по кліку. */
@media (max-width: 767px) {
  .category-page > .row {
    display: flex;
    flex-direction: column;
  }

  .category-page #column-left {
    display: block !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    order: 1;
    z-index: auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: none !important;
    float: none !important;
  }

  .category-page #column-left > * {
    display: none !important;
  }

  .category-page #column-left .ra99-e24-filter,
  .category-page #column-left .ocfilter,
  .category-page #column-left .filter-default {
    display: block !important;
  }

  .category-page #content {
    order: 2;
    width: 100% !important;
    float: none !important;
  }

  .category-page .filter-default__icon {
    display: none !important;
  }

  .category-page .ra99-e24-filter {
    margin: 0 0 10px;
  }

  .category-page .ra99-e24-filter__head {
    pointer-events: auto;
    cursor: pointer;
    border-bottom: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding: 12px 14px;
    font-size: 15px;
  }

  .category-page .ra99-e24-filter__check:checked ~ .ra99-e24-filter__head {
    border-bottom: 1px solid var(--refresh-border);
  }

  .category-page .ra99-e24-filter__toggle-hint {
    display: inline-block;
  }

  .category-page .ra99-e24-filter__body {
    display: none;
    max-height: 55vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .category-page .ra99-e24-filter__check:checked ~ .ra99-e24-filter__body {
    display: block;
  }

  .category-page .ra99-e24-filter.has-active > .ra99-e24-filter__head .fa-filter {
    color: #c45c26;
  }
}

.manager-team {
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid var(--refresh-border);
  border-radius: var(--refresh-radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.96) 100%);
  box-shadow: var(--refresh-shadow-sm);
}

.manager-team__subtitle {
  margin: 6px 0 18px;
  color: var(--refresh-muted);
  font-size: 14px;
  line-height: 1.65;
}

.manager-team__stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px dashed rgba(11, 78, 128, 0.28);
  border-radius: 14px;
  background: rgba(11, 78, 128, 0.04);
}

.manager-team__stack.is-active {
  border-style: solid;
  border-color: rgba(42, 157, 79, 0.45);
  background: rgba(42, 157, 79, 0.08);
}

.manager-team__stack-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  background: #0b4e80;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.manager-team__stack-btn:hover {
  background: #093d64;
}

.manager-team__stack-btn.is-active,
.manager-team__stack-btn:disabled {
  background: #247a44;
  cursor: default;
}

.manager-team__stack-hint {
  margin: 0;
  color: #5a738a;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.manager-team__grid {
  row-gap: 18px;
}

.manager-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(11, 78, 128, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 45, 72, 0.08);
}

.manager-card__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.manager-card__name {
  color: #102842;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.manager-card__role {
  margin-top: 6px;
  color: #687f95;
  font-size: 14px;
  line-height: 1.45;
}

.manager-card__status {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.manager-card__status.is-unknown {
  background: rgba(148, 165, 181, 0.16);
  color: #627688;
}

.manager-card__status.is-free {
  background: rgba(42, 157, 79, 0.16);
  color: #247a44;
}

.manager-card__status.is-busy {
  background: rgba(226, 75, 74, 0.14);
  color: #b33d3b;
}

.manager-card__status.is-assembling {
  background: rgba(11, 78, 128, 0.14);
  color: #0b4e80;
}

.manager-card__status.is-call-later {
  background: rgba(117, 92, 195, 0.14);
  color: #6249b0;
}

.manager-card__status.is-offline {
  background: rgba(84, 98, 112, 0.14);
  color: #4b5a68;
}

.manager-card__hint {
  min-height: 42px;
  color: #5f7488;
  font-size: 13px;
  line-height: 1.55;
}

.manager-card__phones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.manager-card__phone {
  color: #123553;
  font-size: 16px;
  font-weight: 700;
}

.manager-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.manager-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(11, 78, 128, 0.12);
  background: rgba(11, 78, 128, 0.05);
  color: #123553;
  font-size: 13px;
  font-weight: 700;
}

.manager-card__action:hover {
  text-decoration: none;
}

.manager-card__action--telegram {
  background: rgba(40, 140, 236, 0.1);
  color: #1d6fbc;
}

.manager-card__action--viber {
  background: rgba(115, 90, 180, 0.12);
  color: #5b3f9a;
}

.manager-card__action--choose {
  border-color: rgba(11, 78, 128, 0.28);
  background: #0b4e80;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

.manager-card__action--choose:hover {
  background: #093e66;
  color: #fff;
}

.manager-card__action--choose.is-active,
.manager-card__action--choose:disabled {
  background: #1f7a45;
  border-color: rgba(31, 122, 69, 0.35);
  color: #fff;
  cursor: default;
}

.manager-card.is-selected {
  box-shadow: 0 0 0 2px rgba(31, 122, 69, 0.35);
}

.manager-card__meta {
  color: #8193a4;
  font-size: 12px;
}

.manager-team__note {
  margin-top: 18px;
  color: #70869b;
  font-size: 13px;
  line-height: 1.55;
}

.manager-team__flash {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.manager-team__flash.is-ok {
  background: rgba(31, 122, 69, 0.1);
  color: #145c32;
}

.manager-team__flash.is-error {
  background: rgba(176, 40, 40, 0.1);
  color: #8a1f1f;
}

.swiper-viewport,
.banner,
.uni-banners {
  border-radius: var(--refresh-radius-md);
  overflow: hidden;
}

.category-page.category-info {
  padding: 22px 24px;
  margin-bottom: 28px;
  line-height: 1.75;
}

.category-info__image {
  overflow: hidden;
  margin-right: 24px;
  border-radius: 14px;
}

.category-info__description {
  color: #5f748a;
  font-size: 14px;
}

.category-list {
  margin-bottom: 20px;
}

.category-list__item {
  gap: 12px;
  padding: 16px !important;
  border: 1px solid var(--refresh-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--refresh-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.category-list__item:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 78, 128, 0.18);
  box-shadow: var(--refresh-shadow-md);
}

.category-list__img {
  border-radius: 12px;
}

.category-list__name {
  color: #13304d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.sorts-block {
  margin-bottom: 18px;
}

.sorts-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--refresh-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--refresh-shadow-sm);
}

.sorts-block__select {
  min-width: 160px;
  border-radius: 12px;
  border-color: rgba(11, 78, 128, 0.1);
  background-color: #fff;
}

.sorts-block__sorts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sorts-block__span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(11, 78, 128, 0.06);
  color: #3f5870;
  font-size: 13px;
  font-weight: 700;
}

.sorts-block__span.selected {
  background: rgba(11, 78, 128, 0.12);
  color: var(--refresh-primary);
}

.sorts-block__btn {
  border-radius: 12px;
}

.product-thumb {
  gap: 4px;
  padding: 18px;
  border-radius: var(--refresh-radius-md);
  border: 1px solid var(--refresh-border);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: var(--refresh-shadow-sm);
}

.product-thumb:hover {
  border-color: rgba(11, 78, 128, 0.2);
  box-shadow: var(--refresh-shadow-md);
}

.product-thumb__image {
  margin: 0 0 18px;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9fbfe 0%, #eef5fb 100%);
}

.product-thumb__name {
  min-height: 44px;
  color: #112e49;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.product-thumb__model {
  color: #7f92a5;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-thumb__description.description {
  color: #6b8095;
  font-size: 13px;
  line-height: 1.6;
}

.product-thumb__rating {
  margin-bottom: 12px;
}

.product-thumb__price {
  margin-bottom: 16px;
  color: var(--refresh-primary);
  font-size: 1.55em;
  font-weight: 800;
}

.product-thumb__price .price-old {
  color: #94a5b5;
}

.product-thumb__cart {
  align-items: center;
  gap: 10px;
}

.product-thumb__add-to-cart {
  flex: 1 1 auto;
  height: 42px;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(11, 78, 128, 0.16);
}

.product-thumb__quick-order,
.product-thumb__wishlist,
.product-thumb__compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef4fa;
  color: var(--refresh-primary);
}

.product-thumb__wishlist,
.product-thumb__compare {
  top: 12px;
  right: 12px;
  border: 1px solid rgba(11, 78, 128, 0.06);
}

.product-thumb__wishlist + .product-thumb__compare {
  top: 58px;
}

.product-thumb__quick-order:hover,
.product-thumb__wishlist:hover,
.product-thumb__compare:hover {
  background: #dfeaf5;
}

.menu-module__ul {
  border: 1px solid var(--refresh-border);
  background: rgba(255, 255, 255, 0.92);
}

.menu-module__a {
  color: #17324d;
}

.breadcrumb {
  padding-bottom: 14px;
  color: #7890a6;
}

.product-page__image-main,
.product-block,
.product-page__tab,
.product-page__review,
.product-page__related {
  border-radius: 20px;
}

.product-page__image-main {
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--refresh-border);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: var(--refresh-shadow-md);
}

.product-page__image-addit {
  margin-top: 14px;
  padding: 6px 0;
}

.product-page__image-addit-img {
  border-radius: 12px;
  border: 1px solid rgba(11, 78, 128, 0.08);
  background: #fff;
}

.product-block {
  padding: 22px 24px;
  border: 1px solid var(--refresh-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--refresh-shadow-md);
}

.product-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-bottom: 18px;
}

.product-data__item {
  padding: 10px 12px;
  border: 1px solid rgba(11, 78, 128, 0.08);
  border-radius: 12px;
  background: #f8fbfe;
  color: #5d7387;
  font-size: 13px;
}

.product-data__item-div {
  margin-bottom: 4px;
  color: #17324d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.product-page__price {
  margin: 14px 0 18px;
  color: var(--refresh-primary);
  font-size: 2em;
  font-weight: 800;
}

.product-page__discount {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.product-page__discount-item {
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(226, 75, 74, 0.08);
  color: #b7313a;
  font-size: 13px;
  font-weight: 700;
}

.product-page__option {
  margin: 8px 0 20px;
  padding: 18px 16px 6px;
  border: 1px solid rgba(11, 78, 128, 0.08);
  border-radius: 18px;
  background: #fbfdff;
}

.product-page__cart {
  gap: 12px;
  margin: 18px 0 14px;
}

.product-page__add-to-cart {
  height: 48px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(11, 78, 128, 0.18);
}

.product-page__quick-order {
  border-radius: 14px;
  background: #eaf1f7;
  color: #1e4564;
}

.product-page__wishlist-btn,
.product-page__compare-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 0 16px;
  border: 1px solid rgba(11, 78, 128, 0.08);
  border-radius: 12px;
  background: #f2f7fb;
  color: #1f4463;
}

.product-page__wishlist-btn:hover,
.product-page__compare-btn:hover {
  background: #e2edf7;
}

.product-page__rating {
  margin: 8px 0 18px;
}

.product-page__textblock {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f6fbff;
  color: #5b7186;
}

.product-page__tab {
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--refresh-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--refresh-shadow-sm);
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 0;
}

.nav-tabs > li {
  margin-bottom: 0;
}

.nav-tabs > li > a {
  margin-right: 0;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(11, 78, 128, 0.06);
  color: #476077;
  font-weight: 700;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: rgba(11, 78, 128, 0.12);
  color: var(--refresh-primary);
}

.tab-content {
  padding-top: 16px;
}

.footer {
  margin-top: 34px;
  border-top: 1px solid rgba(11, 78, 128, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 252, 0.98) 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.footer .container {
  position: relative;
}

/* Підписка на новини — контрастна смуга замість блідого subscribe.css */
.footer .subscribe {
  margin: 0 0 32px;
  padding: 28px 0 26px;
  background: linear-gradient(115deg, #003d67 0%, #0b4e80 52%, #13639f 100%);
  box-shadow: 0 14px 36px rgba(0, 61, 103, 0.18);
}

.footer .subscribe__info {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02em;
  line-height: 1.55;
  font-weight: 500;
  align-items: flex-start;
}

.footer .subscribe__info div {
  flex-shrink: 0;
  margin: 0 14px 0 0;
  font-size: 2.4em;
  line-height: 1.1;
  font-weight: 800;
  color: #ffd54f;
}

.footer .subscribe__input-email {
  height: 48px;
  border: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  font-size: 1em;
}

.footer .subscribe__btn {
  height: 48px;
  min-width: 190px;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #d0021b;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(208, 2, 27, 0.35);
  transition: background 0.15s ease, transform 0.15s ease;
}

.footer .subscribe__btn:hover,
.footer .subscribe__btn:focus {
  background: #b80018;
  color: #fff;
  transform: translateY(-1px);
}

.footer .subscribe__agree {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82em;
}

.footer .subscribe__agree a,
.footer .subscribe__agree b {
  color: #fff;
}

.footer__columns {
  margin-bottom: 4px;
}

.footer__column {
  padding-top: 8px;
  padding-bottom: 20px;
}

.footer__column-heading {
  color: #102b44;
  font-size: 1.08em;
  font-weight: 700;
  margin-bottom: 14px;
}

.footer__column-heading-addr {
  margin-top: 4px;
}

.footer__column-li,
.footer__column-a {
  color: #3d5166;
  font-weight: 500;
}

.footer__contacts-li {
  color: #3d5166;
}

.footer__column-a:hover {
  color: var(--refresh-primary);
  text-decoration: none;
}

.footer__column--contacts {
  padding-top: 8px;
}

.footer__contacts-card {
  background: #fff;
  border: 1px solid rgba(11, 78, 128, 0.08);
  border-radius: 14px;
  padding: 20px 22px 16px;
  box-shadow: 0 12px 32px rgba(11, 78, 128, 0.07);
}

.footer__contacts-card .footer__column-heading-addr:first-child {
  margin-top: 0;
}

.footer__contacts-icon {
  color: var(--refresh-primary);
}

.footer__contacts-link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.footer__contacts-name {
  font-weight: 700;
  color: #102842;
  min-width: 4.5em;
}

.footer__contacts-number {
  font-weight: 500;
  color: #3d5166;
  white-space: nowrap;
}

.footer__contacts-li {
  margin-bottom: 6px;
}

.footer__text {
  color: #5c7288;
  border-top-color: rgba(11, 78, 128, 0.08);
}

.footer__bottom {
  margin: 0 0 8px;
  padding: 16px 0 20px;
  text-align: center;
  font-size: 0.88em;
  font-weight: 500;
  color: #7a8fa3;
  border-top: 1px solid rgba(11, 78, 128, 0.08);
}

.footer__socials-payments {
  background: rgba(11, 78, 128, 0.04);
  border-top: 1px solid rgba(11, 78, 128, 0.06);
  padding: 18px 0;
}

.footer__socials-icon {
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(10, 45, 72, 0.15);
}

.footer__payments-icon {
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(10, 45, 72, 0.08);
}

@media (max-width: 991px) {
  .footer .subscribe__block {
    margin-top: 16px;
  }

  .footer .subscribe__input-email {
    border-radius: 10px;
  }

  .footer .subscribe__btn {
    width: 100%;
    margin-top: 12px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .footer__contacts-card {
    margin-top: 8px;
  }
}

.fly-block__item {
  box-shadow: var(--refresh-shadow-sm);
}

/* Віджет допомоги — стиль як у Horoz */
.ra99-callback {
  position: fixed;
  left: 20px;
  bottom: 24px;
  z-index: 10060;
  width: min(360px, calc(100vw - 28px));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.ra99-callback.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ra99-callback__float-close {
  position: absolute;
  top: -14px;
  left: -6px;
  z-index: 3;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #5a6b7a;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(16, 43, 68, 0.22);
}

.ra99-callback__panel {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(10, 45, 72, 0.28);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.ra99-callback__head {
  padding: 14px 16px;
  background: #173a63;
  color: #fff;
}

.ra99-callback__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ra99-callback__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f6fb3;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.ra99-callback__brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ra99-callback__brand-text strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.ra99-callback__status {
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.92;
}

.ra99-callback__body {
  padding: 14px 16px 16px;
}

.ra99-callback__bubble {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #eef2f6;
  color: #334455;
  font-size: 13px;
  line-height: 1.45;
}

.ra99-callback__field {
  display: block;
  margin: 0 0 10px;
}

.ra99-callback__label {
  display: block;
  margin-bottom: 4px;
  color: #6a7c8c;
  font-size: 12px;
}

.ra99-callback__input {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 2px 6px;
  border: 0;
  border-bottom: 1px solid #d5dee7;
  border-radius: 0;
  background: transparent;
  color: #223344;
  font-size: 14px;
  box-shadow: none;
}

.ra99-callback__input:focus {
  border-bottom-color: #2f6fb3;
  outline: none;
  box-shadow: none;
}

.ra99-callback__textarea {
  height: auto;
  min-height: 64px;
  padding-top: 6px;
  resize: vertical;
}

.ra99-callback__hours {
  margin: 8px 0 12px;
  color: #7a8b9a;
  font-size: 12px;
  line-height: 1.4;
}

.ra99-callback__submit {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: #173a63;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.ra99-callback__submit:hover {
  background: #1f4b7d;
}

.ra99-callback__error,
.ra99-callback__success {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.ra99-callback__success {
  padding: 12px;
  border-radius: 8px;
  background: #eef8f1;
  color: #1f6b3a;
}

.fly-block__item.fly-block__callback.ra99-callback-fab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: min(280px, calc(100vw - 90px));
  height: auto;
  min-height: 48px;
  margin: 12px 0;
  padding: 10px 14px 10px 12px;
  line-height: 1.25 !important;
  background: #173a63;
  color: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 58, 99, 0.35);
  transform-origin: center center;
  animation: none;
  cursor: pointer;
  text-align: left;
}

.fly-block__callback.ra99-callback-fab:hover,
.fly-block__callback.ra99-callback-fab:focus {
  background: #1f4b7d;
  color: #fff;
  animation: none;
}

.fly-block__callback.ra99-callback-fab .fly-block__callback-icon {
  flex: 0 0 auto;
  width: 22px;
  line-height: 1 !important;
  font-size: 18px;
  text-align: center;
}

.ra99-callback-fab__text {
  display: block;
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
}

.fly-block__callback.ra99-callback-fab:before,
.fly-block__callback.ra99-callback-fab:after {
  display: none;
}

body.ra99-callback-open .header-phones__callback-link,
body.ra99-callback-open .fly-block__callback.ra99-callback-fab {
  animation-play-state: paused;
}

body.ra99-callback-open .fly-block__callback.ra99-callback-fab {
  opacity: 0.55;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .header-phones__callback-link,
  .fly-block__callback.ra99-callback-fab,
  .ra99-callback {
    animation: none;
    transition: none;
  }
}

@media (max-width: 575px) {
  .ra99-callback {
    left: 12px;
    right: 12px;
    bottom: 78px;
    width: auto;
  }

  .ra99-callback-fab__text {
    font-size: 11px;
  }

  .header-phones__callback-link {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .ra99-callback {
    left: auto;
    right: 86px;
    bottom: 28px;
  }
}

@media (max-width: 991px) {
  .header-catalog-btn {
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-top: 6px;
    font-size: 15px;
  }

  .header-brand {
    gap: 8px;
  }

  .top-menu .container {
    flex-direction: column;
    align-items: stretch;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .top-menu__links,
  .top-menu__buttons {
    justify-content: center;
  }

  .top-menu__cart .header-cart__summary {
    font-size: 11px;
  }

  .header-topnav {
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-main {
    grid-template-columns: minmax(200px, 250px) minmax(220px, 1fr) auto;
    grid-template-areas: "logo phone tools";
    gap: 16px;
  }

  .header-services {
    display: none;
  }

  .header-utility-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .header-phones--card {
    width: 100%;
    padding-right: 30px;
  }

  .header-phones.has-addit .header-phones__show-phone {
    display: flex;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
  }

  .header-brand__caption {
    display: none;
  }

  .home-intro {
    padding: 26px 20px;
  }

  .home-intro__title {
    font-size: 30px;
  }


  .manager-card__top {
    flex-direction: column;
  }

  .product-data {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .header-block {
    margin-bottom: 12px;
    padding-top: 6px;
  }

  .top-menu__btn {
    width: auto;
    justify-content: center;
  }

  .top-menu__cart {
    order: -1;
    width: 100%;
    justify-content: center;
  }

  .top-menu__cart .header-cart__summary {
    text-align: center;
  }

  .header-topnav {
    display: none;
  }

  .header-main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .header-tools {
    justify-content: flex-start;
  }

  .header-search-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 8px;
  }

  .header-brand {
    gap: 4px;
  }

  .header-logo {
    min-height: 0;
    padding: 0;
    border-radius: 0;
  }

  .header-search__form,
  .header-search__category-btn,
  .header-search__input,
  .header-cart__btn {
    min-height: 46px;
  }

  .header-search__category-btn,
  .header-search__input {
    height: 46px;
  }

  .header-search__btn {
    width: 38px;
    height: 38px;
    border-radius: 4px;
  }

  .header-phones {
    padding-right: 0;
  }

  .header-phones__icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .header-phones__main {
    font-size: 16px;
  }

  .header-phones__main.two-line {
    font-size: 14px;
  }

  .header-phones__main--named {
    font-size: 13px;
    gap: 5px;
  }

  .header-phones__msg {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .header-phones__chip {
    font-size: 10px;
    padding: 3px 8px;
  }

  .header-contacts-inline {
    gap: 4px 12px;
  }

  .header-contacts-inline__link {
    font-size: 12px;
  }

  .header-cart__btn {
    justify-content: center;
    border-radius: 10px;
  }

  .header-cart__label {
    display: none;
  }

  .menu__header {
    border-radius: 16px;
  }

  .menu__collapse {
    border-radius: 0 0 16px 16px;
  }

  .home-intro {
    margin-bottom: 18px;
    padding: 20px 16px;
  }

  .home-intro__title {
    font-size: 22px;
  }

  .home-intro__text {
    font-size: 14px;
  }

  .home-page.container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-categories {
    margin-bottom: 22px;
  }

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

  .home-categories__media {
    aspect-ratio: 4 / 3;
    max-height: 130px;
    min-height: 96px;
  }

  .home-categories__content {
    min-height: 78px;
    padding: 8px 8px 10px;
    gap: 4px;
  }

  .home-categories__name {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }

  .home-categories__link {
    font-size: 9px;
  }

  .home-categories__item:hover {
    transform: none;
  }

  .manager-team {
    padding: 18px 14px;
  }

  .manager-card {
    padding: 16px;
    border-radius: 16px;
  }

  .manager-card__name {
    font-size: 18px;
  }

  .manager-card__phone {
    font-size: 15px;
  }

  .product-thumb {
    padding: 12px;
  }

  .product-thumb__image {
    padding: 8px;
    margin-bottom: 12px;
  }

  .product-thumb__name {
    min-height: 0;
    font-size: 14px;
  }

  .product-thumb__price {
    font-size: 1.32em;
  }

  .category-page.category-info,
  .sorts-block__wrapper,
  .product-block,
  .product-page__image-main,
  .product-page__tab {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .product-page__price {
    font-size: 1.7em;
  }

  .product-page__cart {
    flex-direction: column;
  }

  .product-page__wishlist-btn,
  .product-page__compare-btn {
    width: 100%;
    margin-right: 0;
  }

  .footer {
    margin-top: 24px;
  }
}

/* Логотип RA99: перекрывает max-width:294px из stylesheet.css UniShop2 */
header .header-block__item-logo #logo,
header .header-block__item-logo #logo.header-logo {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

header .header-block__item-logo .header-logo__img {
  width: 265px !important;
  max-width: min(100%, 265px) !important;
  height: auto !important;
  max-height: 76px !important;
  object-fit: contain !important;
  object-position: left top !important;
}

@media (min-width: 992px) {
  header .header-block__item-logo .header-logo__img {
    width: 265px !important;
    max-width: 265px !important;
    max-height: 76px !important;
  }
}

@media (max-width: 991px) {
  header .header-block__item-logo .header-logo__img {
    width: 215px !important;
    max-width: 100% !important;
    max-height: 54px !important;
  }
}

/* Contact page: manager phones like header */
.contact-list__item--manager {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.contact-list__msg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  flex: 0 0 auto;
}

.contact-list__msg--tg {
  background: #2aabee;
}

.contact-list__msg--wa {
  background: #25a85a;
}

.contact-list__phone {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--refresh-primary, #0b4e80);
  font-weight: 700;
  text-decoration: none;
}

.contact-list__phone:hover {
  color: var(--refresh-primary-strong, #094066);
  text-decoration: none;
}

.contact-list__name {
  color: #3a5f7a;
  font-weight: 600;
}

