:root {
  --smx-red: #ef2024;
  --smx-ink: #171a1f;
  --smx-muted: #68707c;
  --smx-line: #dde1e6;
  --smx-surface: #f4f6f8;
  --smx-white: #fff;
}

body.smx-home-page {
  background: var(--smx-surface) !important;
  color: var(--smx-ink);
}

body.smx-home-page .wrapper_inner.front,
body.smx-home-page .wrapper_inner.front .middle {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

body.smx-home-page .wrapper_inner.front .middle > .maxwidth-theme:first-child,
body.smx-home-page .wrapper_inner.front .middle > .maxwidth-theme:has(.catalog_section_list),
body.smx-home-page #hww,
body.smx-home-page #delivery,
body.smx-home-page #payment {
  display: none !important;
}

body.smx-home-page .wrapper_inner.front .middle > .maxwidth-theme:has(.smx-home) {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.smx-home,
.smx-home * {
  box-sizing: border-box;
}

.smx-home {
  width: 100%;
  overflow: hidden;
  color: var(--smx-ink);
  background: var(--smx-surface);
}

.smx-shell {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}

.smx-home h1,
.smx-home h2,
.smx-home h3,
.smx-home p {
  margin-top: 0;
  letter-spacing: 0;
}

.smx-home h1 {
  margin-bottom: 24px;
  font-size: 68px;
  line-height: 0.98;
  font-weight: 500;
}

.smx-home h2 {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 500;
}

.smx-home h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.25;
}

.smx-eyebrow {
  margin-bottom: 20px;
  color: var(--smx-red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.smx-hero {
  padding: 68px 0 72px;
  background: #f7f8f9;
  border-bottom: 3px solid var(--smx-red);
}

.smx-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: 40px;
}

.smx-hero__lead {
  max-width: 700px;
  margin-bottom: 34px;
  color: var(--smx-muted);
  font-size: 18px;
  line-height: 1.65;
}

.smx-hero__media {
  height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8ebef;
  box-shadow: 0 28px 60px rgba(28, 34, 44, 0.14);
}

.smx-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.smx-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 42px;
}

.smx-button {
  min-height: 52px;
  border: 0;
  border-radius: 4px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
}

.smx-button--primary {
  color: #fff !important;
  background: var(--smx-red);
  box-shadow: 0 12px 24px rgba(239, 32, 36, 0.18);
}

.smx-button--primary:hover {
  background: #d8171b;
}

.smx-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--smx-ink) !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px solid var(--smx-ink);
  padding-bottom: 8px;
}

.smx-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--smx-line);
  padding-top: 22px;
}

.smx-facts div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.smx-facts strong {
  font-size: 15px;
}

.smx-facts span {
  color: var(--smx-muted);
  font-size: 13px;
}

.smx-selector-band {
  position: relative;
  z-index: 2;
  margin-top: -4px;
  padding: 0 0 68px;
}

.smx-selector {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 1.45fr auto;
  align-items: end;
  gap: 18px;
  padding: 26px;
  color: #fff;
  background: #1b1f25;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(20, 24, 30, 0.2);
}

.smx-selector__intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.smx-step {
  color: var(--smx-red);
  font-size: 12px;
  font-weight: 800;
}

.smx-selector__intro h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.smx-selector__intro p {
  margin-bottom: 0;
  color: #9198a3;
  font-size: 13px;
}

.smx-selector label {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.smx-selector label > span {
  color: #aeb4bd;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.smx-selector select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #414751;
  border-radius: 4px;
  padding: 0 42px 0 14px;
  color: #fff;
  background: #292e36;
  font-size: 14px;
}

.smx-select {
  position: relative;
  min-width: 0;
}

/* Aspro initializes its own selector before the homepage enhancement. */
.smx-select > .ik_select {
  display: none !important;
}

.smx-selector .smx-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.smx-select__toggle {
  position: relative;
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 14px;
  border: 1px solid #414751;
  border-radius: 4px;
  color: #fff;
  background: #292e36;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.smx-select__toggle::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #aeb4bd;
  border-bottom: 1px solid #aeb4bd;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.18s ease;
}

.smx-select.is-open .smx-select__toggle::after {
  transform: translateY(-25%) rotate(225deg);
}

.smx-select.is-invalid .smx-select__toggle {
  border-color: var(--smx-red);
}

.smx-select__list {
  position: absolute;
  z-index: 40;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #d7dce3;
  border-radius: 4px;
  color: #20242a;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 24, 30, 0.2);
}

.smx-select.is-open .smx-select__list {
  display: block;
}

.smx-select__option {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.smx-select__option:not(:last-child) {
  border-bottom: 1px dashed #c7cdd5;
}

.smx-select__option:hover,
.smx-select__option:focus,
.smx-select__option[aria-selected="true"] {
  color: #fff;
  background: var(--smx-red);
  outline: 0;
}

/* Separate selectable values in the standard Aspro/Bitrix catalog filter. */
.bx_filter_vertical .bx_filter_parameters_box_container > .bx_filter_param_label:not(.last) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #d7dce3;
}

@media (min-width: 1200px) {
  .smx-selector__intro,
  .smx-selector > label {
    position: relative;
    padding-right: 18px;
  }

  .smx-selector__intro::after,
  .smx-selector > label::after {
    position: absolute;
    top: 0;
    right: -9px;
    bottom: 0;
    border-right: 1px dashed #505762;
    content: "";
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .smx-selector__intro {
    padding-bottom: 18px;
    border-bottom: 1px dashed #505762;
  }

  .smx-selector > label:first-of-type {
    padding-right: 18px;
    border-right: 1px dashed #505762;
  }
}

.smx-results {
  padding-top: 44px;
}

.smx-results__message {
  margin-bottom: 0;
  padding: 24px;
  border: 1px solid var(--smx-line);
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
}

.smx-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.smx-section-heading .smx-eyebrow {
  margin-bottom: 14px;
}

.smx-section-heading--compact {
  align-items: center;
  margin-bottom: 24px;
}

.smx-section-heading--compact h2 {
  font-size: 36px;
}

.smx-section-heading--compact > span {
  color: var(--smx-muted);
  font-size: 14px;
}

.smx-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.smx-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--smx-line);
  border-radius: 6px;
  background: #fff;
}

.smx-product-card__image {
  height: 220px;
  display: block;
  padding: 18px;
  background: #fff;
}

.smx-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.smx-product-card__body {
  padding: 0 18px 20px;
}

.smx-product-card h3 {
  min-height: 66px;
  margin: 10px 0 16px;
  font-size: 16px;
}

.smx-product-card h3 a {
  color: var(--smx-ink) !important;
}

.smx-status {
  font-size: 12px;
  font-weight: 700;
}

.smx-status.is-available { color: #16844f; }
.smx-status.is-order { color: #9a6a13; }
.smx-price { font-size: 19px; }

.smx-catalog {
  padding: 70px 0 104px;
}

.smx-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.smx-category-card {
  min-width: 0;
  min-height: 520px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--smx-line);
  border-radius: 8px;
  background: #fff;
}

.smx-category-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  color: var(--smx-text);
  font-size: 25px;
  line-height: 1;
}

.smx-category-card h3 {
  margin-bottom: 8px;
}

.smx-category-card p {
  margin-bottom: 0;
  color: var(--smx-muted);
  font-size: 14px;
  line-height: 1.5;
}

.smx-category-card__media {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smx-category-card__media img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.smx-category-card__action {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--smx-line);
  color: var(--smx-ink) !important;
  font-size: 14px;
  font-weight: 700;
}

.smx-delivery {
  padding: 88px 0 96px;
  background: #fff;
  border-top: 1px solid var(--smx-line);
}

.smx-delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 32px;
  border-top: 1px solid var(--smx-line);
  border-bottom: 1px solid var(--smx-line);
}

.smx-delivery-grid article {
  min-height: 180px;
  padding: 28px 24px;
  border-right: 1px solid var(--smx-line);
}

.smx-delivery-grid article:last-child {
  border-right: 0;
}

.smx-delivery-grid .smx-delivery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--smx-text);
  font-size: 27px;
  line-height: 1;
}

.smx-delivery-grid h3 {
  margin: 12px 0 12px;
  font-size: 16px;
}

.smx-delivery-grid p {
  margin-bottom: 0;
  color: var(--smx-muted);
  font-size: 13px;
  line-height: 1.55;
}

.smx-consult {
  padding: 64px 0;
}

.smx-consult__panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: #1b1f25;
  box-shadow: 0 24px 54px rgba(20, 24, 30, 0.18);
}

.smx-consult .smx-eyebrow {
  margin-bottom: 12px;
}

.smx-consult .smx-eyebrow span {
  margin-left: 12px;
  padding: 5px 8px;
  border: 1px solid #4a505a;
  border-radius: 12px;
  color: #d6d9de;
  text-transform: none;
}

.smx-consult h2 {
  color: #fff;
  font-size: 38px;
}

.smx-consult h2 + p {
  margin: 10px 0 0;
  color: #aeb4bd;
}

.smx-call {
  min-width: 310px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 22px;
  padding: 20px 22px;
  border-radius: 6px;
  color: #fff !important;
  background: var(--smx-red);
}

.smx-call span {
  grid-column: 1 / -1;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.smx-call strong {
  font-size: 19px;
}

.smx-call b {
  font-size: 20px;
}

/* Preserve Aspro header components while matching the approved composition. */
body.smx-home-page .top-block {
  height: 48px !important;
  border-bottom: 1px solid #e5e8ec !important;
  background: #f7f8f9 !important;
}

body.smx-home-page .top-block .maxwidth-theme {
  height: 48px !important;
  display: block !important;
}

body.smx-home-page .top-block .wrapp_block {
  width: 100% !important;
}

body.smx-home-page .header-wrapper .logo-row {
  min-height: 82px !important;
}

body.smx-home-page .logo_and_menu-row .logo img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

body.smx-home-page .cbk-phone.cbk-phone-fixed {
  display: none !important;
}

body.smx-home-page .header-wrapper,
body.smx-home-page .header-v15 .logo_and_menu-row {
  background: #fff !important;
  box-shadow: none !important;
}

body.smx-home-page .header-wrapper .menu-row,
body.smx-home-page .header-wrapper .logo_and_menu-row {
  border-bottom: 1px solid #e5e8ec !important;
}

body.smx-home-page .mega-menu table td .wrap > a {
  color: var(--smx-ink) !important;
  font-weight: 700 !important;
}

.smx-menu-thumb {
  width: 54px;
  height: 42px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
}

.smx-menu-thumb img {
  width: 48px;
  height: 36px;
  object-fit: contain;
}

.mega-menu .dropdown-menu a.smx-menu-category-link {
  display: flex !important;
  align-items: center;
}

.mega-menu .dropdown-menu li.smx-has-parts-children {
  position: relative !important;
}

.mega-menu .dropdown-menu li.smx-has-parts-children > a::after {
  content: "\203A";
  margin-left: auto;
  padding-left: 12px;
  color: #8a9098;
  font-size: 26px;
  line-height: 1;
}

.mega-menu .dropdown-menu li.smx-has-parts-children > .smx-parts-flyout {
  position: absolute !important;
  z-index: 20;
  top: -1px;
  left: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 !important;
  padding: 10px !important;
  list-style: none;
  border: 1px solid #dfe3e8;
  background: #fff;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.mega-menu .dropdown-menu li.smx-has-parts-children.smx-flyout-left > .smx-parts-flyout {
  right: 100%;
  left: auto;
  transform: translateX(-8px);
}

.mega-menu .dropdown-menu li.smx-has-parts-children.smx-flyout-below > .smx-parts-flyout {
  top: 100%;
  left: 0;
}

.mega-menu .dropdown-menu li.smx-has-parts-children:hover > .smx-parts-flyout,
.mega-menu .dropdown-menu li.smx-has-parts-children:focus-within > .smx-parts-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.mega-menu .dropdown-menu .smx-parts-flyout__item {
  margin: 0 !important;
  border-bottom: 1px dashed #d9dde3;
}

.mega-menu .dropdown-menu .smx-parts-flyout__item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.mega-menu .dropdown-menu .smx-parts-flyout__item > a {
  min-height: 66px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 10px !important;
  color: #171a1f !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.mega-menu .dropdown-menu .smx-parts-flyout__item > a:hover {
  color: #e50100 !important;
  background: #f7f8f9;
}

.smx-parts-flyout__thumb,
.smx-sidebar-thumb {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
  background: #fff;
}

.smx-parts-flyout__thumb {
  width: 52px;
  height: 44px;
}

.smx-parts-flyout__thumb img {
  width: 46px;
  height: 38px;
  object-fit: contain;
}

.menu_top_block.catalog_block li.smx-parts-sidebar-item {
  border-bottom: 1px dashed #d5d9de !important;
}

.menu_top_block.catalog_block li.smx-parts-sidebar-item:last-child {
  border-bottom: 0 !important;
}

.menu_top_block.catalog_block a.smx-sidebar-section-link {
  min-height: 54px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 7px 10px !important;
  line-height: 1.3 !important;
}

.smx-sidebar-thumb {
  width: 42px;
  height: 36px;
}

.smx-sidebar-thumb img {
  width: 36px;
  height: 30px;
  object-fit: contain;
}

body.smx-parts-catalog-page .sections_wrapper {
  display: none !important;
}

.menu_top_block.catalog_block li.smx-sidebar-has-children {
  position: relative !important;
}

.menu_top_block.catalog_block .smx-sidebar-arrow {
  margin-left: auto;
  color: #8a9098;
  font-size: 23px;
  line-height: 1;
}

.menu_top_block.catalog_block ul.smx-sidebar-flyout {
  position: absolute !important;
  z-index: 70;
  top: -1px;
  left: 100%;
  width: 286px;
  display: block !important;
  margin: 0 !important;
  padding: 6px !important;
  list-style: none;
  border: 1px solid #dfe3e8;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(7px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.menu_top_block.catalog_block li.smx-sidebar-flyout-left > ul.smx-sidebar-flyout {
  right: 100%;
  left: auto;
  transform: translateX(-7px);
}

.menu_top_block.catalog_block li.smx-sidebar-has-children:hover > ul.smx-sidebar-flyout,
.menu_top_block.catalog_block li.smx-sidebar-has-children:focus-within > ul.smx-sidebar-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.menu_top_block.catalog_block ul.smx-sidebar-flyout > li {
  margin: 0 !important;
  border-bottom: 1px dashed #d5d9de !important;
}

.menu_top_block.catalog_block ul.smx-sidebar-flyout > li:last-child {
  border-bottom: 0 !important;
}

.menu_top_block.catalog_block ul.smx-sidebar-flyout a.smx-sidebar-section-link {
  color: #171a1f !important;
  font-size: 13px !important;
  font-weight: 600;
}

.menu_top_block.catalog_block ul.smx-sidebar-flyout a.smx-sidebar-section-link:hover {
  color: #e50100 !important;
  background: #f7f8f9;
}

@media (max-width: 991px) {
  .mega-menu .dropdown-menu li.smx-has-parts-children > .smx-parts-flyout {
    display: none !important;
  }

  .menu_top_block.catalog_block ul.smx-sidebar-flyout {
    display: none !important;
  }
}

body.smx-home-page #footer {
  margin-top: 0 !important;
  color: #171a1f !important;
  background: #f7f7f8 !important;
}

body.smx-home-page #footer a,
body.smx-home-page #footer .dark-color,
body.smx-home-page #footer * {
  color: #171a1f !important;
}

html body.smx-home-page .wrapper1 #footer a[href="/include/licenses_detail.php"] {
  color: #171a1f !important;
}

@media (max-width: 1199px) {
  .smx-home h1 { font-size: 58px; }
  .smx-hero__grid {
    grid-template-columns: 1fr 1fr;
  }
  .smx-hero__media { height: 440px; }
  .smx-selector {
    grid-template-columns: 1fr 1fr;
  }
  .smx-selector__intro { grid-column: 1 / -1; }
  .smx-selector .smx-button { width: 100%; }
  .smx-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1500px) {
  body.smx-home-page .logo_and_menu-row .top-description,
  body.smx-home-page .logo_and_menu-row .top-description-wrapper,
  body.smx-home-page .logo_and_menu-row .top-description-wrapper + .top-description,
  body.smx-home-page .logo_and_menu-row .col-md-2:has(.top-description) {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .smx-home h1 { font-size: 54px; }
  .smx-shell { width: min(100% - 32px, 900px); }
  .smx-hero { padding-top: 34px; }
  .smx-hero__grid { grid-template-columns: 1fr; }
  .smx-hero__content { order: 1; }
  .smx-hero__media { order: 0; height: 390px; }
  .smx-category-grid { grid-template-columns: 1fr; }
  .smx-category-card {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .smx-category-card__media { grid-column: 2; grid-row: 1 / 3; }
  .smx-category-card__action { align-self: end; }
  .smx-delivery-grid { grid-template-columns: 1fr 1fr; }
  .smx-delivery-grid article:nth-child(2) { border-right: 0; }
  .smx-delivery-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--smx-line); }
  .smx-consult__panel { grid-template-columns: 1fr; }
  .smx-call { min-width: 0; }
  .smx-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.smx-home-page .mobileheader .logo img,
  body.smx-home-page .mobileheader-v1 .logo img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .smx-shell { width: calc(100% - 24px); }
  .smx-home h1 { font-size: 44px; }
  .smx-home h2 { font-size: 34px; }
  .smx-hero { padding: 18px 0 46px; }
  .smx-hero__grid { gap: 28px; }
  .smx-hero__media { height: auto; aspect-ratio: 4 / 3; }
  .smx-hero__lead { font-size: 16px; }
  .smx-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .smx-facts { grid-template-columns: 1fr; gap: 16px; }
  .smx-facts div { flex-direction: row; justify-content: space-between; }
  .smx-selector-band { padding-bottom: 42px; }
  .smx-selector { grid-template-columns: 1fr; padding: 18px; }
  .smx-selector__intro { grid-column: auto; }
  .smx-selector__intro,
  .smx-selector > label {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px dashed #505762;
  }
  .smx-selector select { font-size: 16px; }
  .smx-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .smx-catalog { padding: 46px 0 60px; }
  .smx-category-card { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding: 20px; }
  .smx-category-card__media { grid-column: auto; grid-row: auto; min-height: 220px; }
  .smx-category-card__media img { height: 220px; }
  .smx-delivery { padding: 54px 0; }
  .smx-delivery-grid { grid-template-columns: 1fr; }
  .smx-delivery-grid article,
  .smx-delivery-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--smx-line); }
  .smx-delivery-grid article:last-child { border-bottom: 0; }
  .smx-consult { padding: 36px 0; }
  .smx-consult__panel { padding: 22px; }
  .smx-consult h2 { font-size: 30px; }
  .smx-consult .smx-eyebrow span { display: inline-block; margin: 8px 0 0; }
  .smx-product-grid { grid-template-columns: 1fr; }
  .smx-product-card h3 { min-height: 0; }
}
