:root {
  --bg: #f4f4f5;
  --surface: #ffffff;
  --surface-alt: #f1f2f4;
  --text: #111111;
  --muted: #646b76;
  --line: #d9dde2;
  --brand: #df0000;
  --brand-dark: #b30000;
  --brand-soft: #ffe7e7;
  --success: #df0000;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
  --radius-xl: 0px;
  --radius-lg: 0px;
  --container: 1770px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html {
  -webkit-text-size-adjust: 100%;
}
html.is-locked,
body.is-locked {
  overflow: hidden;
}
body {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  padding-top: var(--site-header-height, 110px);
  background: linear-gradient(180deg, #f9fafb 0%, #f3f5f7 30%, #edf1f4 100%);
}
section[id],
[id="about-company"],
[id="video-reviews"],
[id="best-offers"],
[id="top-products"],
[id="how-to-get"],
[id="catalog-home"] {
  scroll-margin-top: calc(var(--site-header-height, 110px) + 16px);
}
a { color: inherit; text-decoration: none; }
img {
  max-width: 100%;
  display: block;
  background: #eeeff1;
  transition: opacity .24s ease, filter .24s ease;
}
img.is-lazy-loading {
  opacity: .01;
  filter: saturate(.9);
}
img.is-lazy-ready {
  opacity: 1;
  filter: none;
}
button, input, select, textarea { font: inherit; }
i[class^="fa"], i[class*=" fa"] { line-height: 1; }
.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }

body *,
body *::before,
body *::after {
  border-radius: 0 !important;
}

body :where(
  .btn-primary,
  .promo-block,
  .promo-strip-sale,
  .sale-card-badge,
  .hero-actions .btn,
  .catalog-trigger,
  .account-nav a.active,
  .account-nav a:hover,
  .tab-button.active,
  .variation-option.active,
  .variation-option.is-active,
  .radio-card.active,
  .pagination-link.active,
  .pagination-link.is-active,
  .cookie-notice__button,
  .cart-remove-button
) {
  background-image: none !important;
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
  color: #fff !important;
}

body :where(
  .stock,
  .catalog-link--more,
  .header-callback-link,
  .price-note,
  .product-headline-action,
  .topbar-phone:hover,
  .topbar-email:hover
) {
  color: var(--brand) !important;
}

body :where(
  .stat-card,
  .small-card,
  .filter-block,
  .support-box,
  .delivery-box,
  .variation-selector,
  .product-summary,
  .panel,
  .auth-card,
  .cart-auth-banner,
  .cart-main-panel,
  .cart-summary-panel,
  .cart-delivery-panel,
  .cart-products-panel,
  .callback-card,
  .catalog-menu
) {
  border-color: rgba(223, 0, 0, 0.18) !important;
}


.mt-2{margin-top: 12px;}
.mb-2{margin-bottom: 12px;}

.topbar { display: none; }
.topbar-inner, .breadcrumbs, .meta-row, .header-actions, .nav-list, .card-badges, .footer-meta, .hero-actions, .summary-actions, .cart-actions, .auth-actions, .chips, .tab-list {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 140;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(14px);
}
.site-header.scrolled { box-shadow: 0 12px 28px rgba(17,17,17,.08); }
.site-header .container { position: relative; z-index: 141; }
.header-main {
  display: grid;
  grid-template-columns: minmax(260px, 322px) 230px minmax(420px, 560px) 226px auto;
  align-items: center;
  gap: 22px;
  min-height: 104px;
  padding: 16px 0 10px;
}
.mobile-toggle {
  display: none; width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--line); background: var(--surface);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.brand-logo {
  display: block;
  width: clamp(248px, 17vw, 318px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
  background: transparent;
}
.header-city {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  color: #111827;
}
.header-city-icon {
  margin-top: 1px;
  font-size: 25px;
  color: #1f2937;
}
.header-city-copy {
  display: grid;
  gap: 5px;
  line-height: 1.02;
}
.header-city-copy strong {
  font-size: 16px;
  font-weight: 700;
}
.header-city-copy span {
  color: #374151;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.catalog-trigger, .btn, .pill { border: 0; border-radius: 16px; cursor: pointer; }
.catalog-trigger, .header-action, .searchbar button, .mobile-toggle, .carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mobile-toggle { display: none; }
.catalog-trigger, .btn, .pill, .header-action, .searchbar button, .mobile-toggle, .carousel-arrow, .tab-button {
  transition: background-color .2s ease, filter .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.catalog-trigger {
  min-height: 75px;
  padding: 0 22px;
  background: #980000;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  border-radius: 0;
  justify-content: space-between;
  box-shadow: none;
  min-width: 324px;
}
.catalog-trigger:hover,
.searchbar button:hover,
.btn-primary:hover {
  filter: brightness(.94);
}
.btn:hover,
.pill:hover,
.header-action:hover,
.mobile-toggle:hover,
.carousel-arrow:hover,
.tab-button:hover {
  filter: brightness(.94);
}
.catalog-trigger:hover,
.btn:hover,
.pill:hover,
.header-action:hover,
.searchbar button:hover,
.mobile-toggle:hover,
.carousel-arrow:hover,
.tab-button:hover {
  box-shadow: 0 16px 32px rgba(15,23,42,.12);
}
.searchbar {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f5f5f5;
    border: 1px solid #e2e5e9;
    min-height: 48px;
    padding: 0 10px 0 20px;
    border-radius: 4px;
    min-width: 0;
    position: relative;
  }

/* Homepage TZ rebuild */
.visual-catalog-section {
  background: #fff;
  overflow: hidden;
}
.visual-catalog-wide {
  position: relative;
  width: 100%;
}
.visual-catalog-track {
  width: 100%;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2)) 10px;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.visual-catalog-card {
  scroll-snap-align: start;
  min-height: 250px;
  padding: 18px 16px;
  border: 1px solid #e7ebef;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15,23,42,.05);
}
.visual-catalog-card__image {
  height: 150px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  background: #f5f6f7;
}
.visual-catalog-card h3 {
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
}
.visual-catalog-arrow {
  position: absolute;
  top: 55%;
  z-index: 3;
}
.visual-catalog-arrow.prev { left: 14px; }
.visual-catalog-arrow.next { right: 14px; }
.home-about-donor {
  background: #f5f6f7;
}
.about-donor-grid {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
}
.about-donor-copy h2 {
  margin: 8px 0 18px;
  color: #111;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  text-transform: uppercase;
}
.about-donor-copy p {
  max-width: 620px;
  color: #20242a;
  font-size: 18px;
  line-height: 1.65;
}
.about-donor-gallery {
  display: grid;
  gap: 12px;
}
.about-donor-main img {
  transition: opacity .24s ease, transform .24s ease;
}
.about-donor-thumb-shell {
  position: relative;
  padding: 0 52px;
}
.about-donor-main,
.about-donor-thumbs img {
  background: #fff;
  border: 6px solid #fff;
  box-shadow: 0 16px 32px rgba(68,53,21,.12);
  overflow: hidden;
}
.about-donor-main img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}
.about-donor-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.about-donor-thumbs::-webkit-scrollbar {
  display: none;
}
.about-donor-thumbs img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  scroll-snap-align: start;
  cursor: pointer;
  opacity: .68;
}
.about-donor-thumbs img:hover,
.about-donor-thumbs img.active {
  opacity: 1;
}
.about-donor-thumbs img.active {
  border-color: var(--brand);
}
.about-donor-thumb-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.about-donor-thumb-arrow.prev { left: 0; }
.about-donor-thumb-arrow.next { right: 0; }
.product-article {
  display: block;
  margin-top: -10px;
  color: #7c8592;
  font-size: 12px;
  line-height: 1.35;
}
.product-card .product-article,
.sale-card .product-article,
.ajax-product-card .product-article {
  flex: 0 0 auto;
}
.product-card .card-actions-inline,
.sale-card .card-actions-inline,
.ajax-product-card .card-actions-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.ajax-filter-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eceff3;
}
.ajax-filter-price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.ajax-filter-price-row label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
}
.ajax-filter-price-row input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #d9dee5;
}
.ajax-filter-brands {
  display: grid;
  gap: 10px;
}
.ajax-filter-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #20242a;
}
.ajax-filter-check input {
  width: 16px;
  height: 16px;
  margin: 0;
}
.ajax-filter-check em {
  color: #9aa3af;
  font-style: normal;
  font-size: 12px;
}
.ajax-filter-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.ajax-filter-actions .btn {
  width: 100%;
  justify-content: center;
}
.super-offer-copy,
.super-offer-copy p,
.super-offer-price {
  color: #111;
}
.super-offer-copy {
  background: #f2f3f5;
}
.super-offer-copy .home-kicker {
  color: var(--brand);
}
.delivery-argument-list--icons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.delivery-argument-list--icons article {
  min-height: 220px;
  padding: 28px;
}
.delivery-argument-list--icons span {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  font-size: 22px;
}
.competitor-title {
  color: #111;
}
.competitor-point strong {
  color: #fff;
  background: #111;
  border: 8px solid var(--brand);
  box-shadow: none;
}
.monitor-badge {
  color: #fff;
  background: var(--brand);
}
.ajax-catalog-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 22px;
}
.ajax-catalog-filter,
.ajax-catalog-main {
  background: #fff;
  border: 1px solid #e7ebef;
  box-shadow: 0 12px 26px rgba(15,23,42,.05);
}
.ajax-catalog-filter {
  padding: 20px;
}
.ajax-catalog-filter h3 {
  margin: 0 0 14px;
  font-size: 22px;
}
.ajax-catalog-filter button {
  width: 100%;
  min-height: 44px;
  margin-bottom: 8px;
  padding: 10px 12px;
  color: #111;
  text-align: left;
  background: #f5f6f7;
  border: 1px solid #e5e7eb;
  font-weight: 700;
  cursor: pointer;
}
.ajax-catalog-filter button.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.ajax-catalog-main {
  padding: 20px;
}
.ajax-catalog-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}
.ajax-catalog-toolbar select {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #d7dbe0;
  background: #fff;
}
.ajax-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ajax-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  color: #111;
  background: #fff;
  border: 1px solid #e7ebef;
}
.ajax-product-card__image {
  display: grid;
  place-items: center;
  background: #f6f7f8;
}
.ajax-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ajax-product-card h3 {
  margin: 0;
  min-height: 44px;
  font-size: 15px;
  line-height: 1.35;
}
.ajax-product-card h3 a {
  color: inherit;
  text-decoration: none;
}
.ajax-product-card strong {
  color: var(--brand);
  font-size: 20px;
}
.ajax-product-card__footer {
  margin-top: auto;
  display: grid;
  gap: 12px;
}
.ajax-product-card__footer > .btn.btn-primary {
  width: 100%;
}
.ajax-catalog-state {
  margin-top: 16px;
  color: #6b7280;
}
.ajax-catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.ajax-catalog-pagination button {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  color: #111;
  background: #fff;
  border: 1px solid #d7dbe0;
  font-weight: 800;
  cursor: pointer;
}
.ajax-catalog-pagination button.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.ajax-catalog-pagination button:disabled {
  opacity: .38;
  cursor: default;
}
.ajax-catalog-page-gap {
  min-width: 22px;
  color: #6b7280;
  text-align: center;
  font-weight: 800;
}

/* Superseded alignment draft; the active override is at the end of the file. */
body { background: #f3f5f7; }
.section { padding: 34px 0; }
.section-head { align-items: flex-end; gap: 18px; margin-bottom: 22px; }
.section-head h2,
.competitor-title,
.monitor-title {
  margin: 0;
  color: #111;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.1;
  letter-spacing: -.025em;
}
.site-header { background: #fff; border-bottom: 1px solid #e3e6ea; }
.header-main {
  grid-template-columns: minmax(230px,305px) minmax(205px,270px) minmax(360px,550px) minmax(190px,220px) minmax(195px,auto);
  gap: 18px;
  min-height: 108px;
  padding: 16px 0 14px;
}
.brand-logo { width: clamp(210px,15vw,285px); max-height: 58px; }
.header-city-copy span { max-width: 245px; line-height: 1.22; }
.searchbar {
  width: 100%;
  min-height: 52px;
  padding: 0 10px 0 18px;
  background: #f5f6f7;
  border: 1px solid #d9dde3;
}
.header-actions { flex-wrap: nowrap; justify-content: flex-end; gap: 14px; }
.header-action-icon i { font-size: 22px; }
.header-action .badge,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  background: var(--brand);
  border: 2px solid #fff;
  font-size: 11px;
  font-weight: 800;
}
.header-nav { margin-inline: calc((100vw - 100%) / -2); background: var(--brand); }
.nav-list--primary { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; gap: 0; }
.catalog-trigger,
.nav-link {
  min-height: 76px;
  border-left: 1px solid rgba(255,255,255,.18);
  color: #fff;
  background: var(--brand);
  font-size: 16px;
  font-weight: 800;
}
.catalog-trigger { min-width: 315px; background: #9f0000 !important; }
.nav-link { display: inline-flex; align-items: center; justify-content: center; padding: 0 34px; }
.nav-list--primary > *:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.hero { padding-top: 0; }
.hero-slider--wide { overflow: hidden; background: #eef1f4; }
.hero-main.has-cover,
.hero-main.has-cover .hero-inner { min-height: clamp(470px, 33vw, 620px); }
.hero-main.has-cover .hero-media::after {
  background: linear-gradient(90deg, rgba(0,0,0,.14), rgba(0,0,0,.03) 46%, rgba(0,0,0,0));
}
.hero-main.has-cover .hero-media img { object-position: center right; }
.hero-main.has-cover .hero-copy {
  width: min(560px, 48vw);
  margin: 54px 0;
  padding: 28px 34px 32px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 42px rgba(17,24,39,.16);
}
.hero-main.has-cover .eyebrow {
  width: 132px;
  height: 132px;
  margin-bottom: 26px;
  background: var(--brand);
}
.hero h1 { max-width: 680px; margin-bottom: 18px; font-size: clamp(30px,3.2vw,58px); line-height: .95; }
.hero p { max-width: 600px; font-size: clamp(18px,1.6vw,30px); }
.hero-actions { gap: 14px; margin-top: 26px; }
.hero-actions .btn { min-height: 54px; padding-inline: 26px; }
.hero-side-arrow { width: 50px; height: 50px; background: rgba(255,255,255,.96); border-color: #d8dde4; }
.hero-dot.active { background: var(--brand); }
.visual-catalog-section { padding: 36px 0; background: #fff; }
.visual-catalog-track {
  grid-auto-columns: calc((100% - 120px) / 6);
  padding: 0 max(32px, calc((100vw - var(--container)) / 2));
  gap: 20px;
}
.visual-catalog-card {
  min-height: 230px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}
.visual-catalog-card__image { height: 130px; background: #f5f6f7; }
.visual-catalog-card__image img,
.ajax-product-card__image img,
.product-media img,
.sale-card-media img { width: 100%; height: 100%; object-fit: contain; }
.visual-catalog-card h3 { margin-top: 14px; min-height: 42px; font-size: 15px; line-height: 1.28; }
.home-about-donor { background: #fbfbfb; }
.about-donor-grid { grid-template-columns: minmax(320px,.9fr) minmax(0,1.45fr); align-items: center; gap: 34px; }
.about-donor-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.about-donor-copy h2 { max-width: 620px; font-size: clamp(30px,3vw,54px); line-height: .98; }
.about-donor-copy p { max-width: 640px; font-size: 17px; }
.home-facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 20px; }
.home-fact,
.competitor-point,
.delivery-argument-list--icons article,
.yandex-review-card,
.yandex-rating-card,
.faq-item,
.promo-card,
.sale-card,
.ajax-product-card,
.product-card {
  background: #fff;
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}
.about-donor-main img { height: clamp(360px,34vw,560px); object-fit: cover; }
.about-donor-thumb-shell { padding: 0 48px; }
.about-donor-thumbs { grid-auto-columns: calc((100% - 24px) / 3); }
.delivery-argument-list--icons { grid-template-columns: repeat(3,minmax(0,1fr)); }
.delivery-argument-list--icons article { min-height: 210px; padding: 28px; }
.delivery-argument-list--icons span,
.competitor-point strong {
  color: #111;
  background: #fff;
  border: 2px solid var(--brand);
}
.competitor-points { grid-template-columns: repeat(4,minmax(0,1fr)); }
.competitor-point { min-height: 160px; }
.monitor-table-wrap { overflow-x: auto; background: #fff; border: 1px solid #e1e5ea; }
.monitor-table { min-width: 720px; }
.monitor-badge { color: #fff; background: var(--brand); }
.ajax-catalog-layout { grid-template-columns: 280px minmax(0,1fr); align-items: start; }
.ajax-catalog-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.ajax-product-card { min-height: 100%; padding: 16px; }
.ajax-product-card__image,
.product-media,
.sale-card-media { background: #f6f7f8; }
.promo-strip-sale { background: var(--brand) !important; }
.promo-strip-sale::after { display: none; }
.promo-strip-sale-head h2,
.promo-strip-sale-date { color: #fff; }
.promo-strip-sale-link { color: #111; background: #fff; }
.promo-strip-sale-track { grid-auto-columns: calc((100% - 96px) / 7); gap: 16px; }
.delivery-geo-grid { grid-template-columns: minmax(320px,.95fr) minmax(0,1.3fr); align-items: stretch; }
.delivery-geo-media { min-height: 360px; position: relative; overflow: hidden; border: 1px solid #e1e5ea; background: #fff; }
.delivery-geo-media iframe { width: 100%; height: 100%; min-height: 360px; display: block; border: 0; }
.delivery-route-link { position: absolute; left: 18px; bottom: 18px; }
.yandex-reviews-grid { grid-template-columns: minmax(220px,.8fr) repeat(3,minmax(0,1fr)); }
.faq-list { display: grid; gap: 10px; }
.site-footer { margin-top: 30px; }
.footer-grid {
  grid-template-columns: minmax(280px,1.25fr) minmax(170px,.8fr) minmax(180px,.8fr) minmax(280px,1fr);
  gap: 32px;
  align-items: start;
}
.footer-about-logo { width: 118px; margin: 0 16px 8px 0; }
.footer-map img { height: 170px; }
.product-layout--donor,
.product-layout--wurth { grid-template-columns: minmax(0,1.02fr) minmax(380px,.92fr); gap: 28px; }
.product-layout--wurth .product-gallery-shell--donor,
.product-summary--wurth .product-buy-card { min-height: 100%; border: 1px solid #e1e5ea; box-shadow: none; }
.product-layout--wurth .gallery-main--donor { height: clamp(520px,54vw,690px); background: #fff; }
.product-layout--wurth .gallery-main--donor.real img { padding: 22px; }
.product-layout--wurth .gallery-thumbs--donor { justify-content: center; grid-template-columns: repeat(5,78px); }
.product-layout--wurth .gallery-thumbs--donor .thumb { height: 78px; }
.product-summary--wurth { top: 132px; }
.product-summary--wurth .product-title-donor { max-width: 620px; font-size: clamp(24px,2vw,34px); font-weight: 500; letter-spacing: -.015em; }
.product-summary--wurth .price-row--donor .price { font-size: clamp(34px,2.8vw,48px); }
.product-summary--wurth .summary-actions--donor { grid-template-columns: 152px minmax(160px,1fr) minmax(210px,1.15fr); }
.panel--donor { border: 1px solid #e1e5ea; box-shadow: none; }

@media (max-width: 1280px) {
  .header-main {
    grid-template-columns: minmax(190px,240px) minmax(185px,220px) minmax(280px,1fr) minmax(170px,200px) minmax(150px,auto);
    gap: 12px;
  }
  .nav-list--primary { width: min(calc(100% - 36px), var(--container)); }
  .catalog-trigger { min-width: 270px; }
  .nav-link { padding-inline: 22px; }
  .visual-catalog-track { grid-auto-columns: calc((100% - 60px) / 4); }
  .ajax-catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .promo-strip-sale-track { grid-auto-columns: calc((100% - 48px) / 4); }
}

@media (max-width: 1024px) {
  .section { padding: 28px 0; }
  .about-donor-grid,
  .ajax-catalog-layout,
  .delivery-geo-grid,
  .product-layout--donor,
  .product-layout--wurth,
  .footer-grid { grid-template-columns: 1fr; }
  .home-facts-grid,
  .delivery-argument-list--icons,
  .competitor-points,
  .yandex-reviews-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-summary--wurth { position: static; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-main { grid-template-columns: 44px minmax(0,1fr) auto; min-height: 0; gap: 10px; }
  .mobile-toggle,
  .header-action { width: 38px; min-width: 38px; height: 38px; }
  .brand-logo { width: min(100%,178px); max-height: 40px; }
  .header-actions { gap: 6px; }
  .searchbar { min-height: 46px; padding-left: 14px; }
  .header-nav.open {
    left: 14px;
    right: 14px;
    top: calc(100% + 6px);
    padding: 10px;
    background: #fff;
    border: 1px solid #dfe3e8;
    box-shadow: 0 18px 40px rgba(17,24,39,.16);
  }
  .nav-list--primary { width: 100%; }
  .catalog-trigger,
  .nav-link,
  .nav-list a,
  .nav-list button {
    min-height: 48px;
    width: 100%;
    justify-content: space-between;
    padding: 0 14px;
    color: #111;
    background: #f6f7f8 !important;
    border: 1px solid #e1e5ea;
  }
  .catalog-trigger { color: #fff; background: var(--brand) !important; min-width: 0; }
  .hero-main.has-cover,
  .hero-main.has-cover .hero-inner { min-height: 470px; }
  .hero-main.has-cover .hero-inner { align-items: flex-end; }
  .hero-main.has-cover .hero-copy { width: 100%; margin: 16px 0; padding: 18px; }
  .hero-main.has-cover .eyebrow { width: 84px; height: 84px; margin-bottom: 16px; }
  .hero h1 { font-size: clamp(28px,9vw,42px); }
  .hero p { font-size: clamp(16px,5vw,22px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-side-arrow { width: 42px; height: 42px; }
  .hero-side-arrow.prev { left: 10px; }
  .hero-side-arrow.next { right: 10px; }
  .visual-catalog-track { grid-auto-columns: 72vw; padding-inline: 14px; }
  .about-donor-copy h2 { font-size: clamp(28px,9vw,42px); }
  .about-donor-main img { height: 300px; }
  .about-donor-thumb-shell { padding: 0 42px; }
  .about-donor-thumbs { grid-auto-columns: 72%; }
  .ajax-catalog-grid,
  .products-grid--catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .promo-strip-sale-track { grid-auto-columns: 68vw; }
  .product-layout--wurth .gallery-main--donor { height: 430px; }
  .product-summary--wurth .summary-actions--donor { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section-head { align-items: flex-start; flex-direction: column; }
  .home-facts-grid,
  .delivery-argument-list--icons,
  .competitor-points,
  .yandex-reviews-grid,
  .ajax-catalog-grid,
  .products-grid--catalog { grid-template-columns: 1fr; }
  .visual-catalog-card { min-height: 210px; }
  .delivery-geo-media,
  .delivery-geo-media iframe { min-height: 300px; }
  .product-layout--wurth .gallery-main--donor { height: 360px; }
  .product-layout--wurth .gallery-thumbs--donor { grid-template-columns: repeat(5,minmax(48px,1fr)); }
  .product-layout--wurth .gallery-thumbs--donor .thumb { height: 62px; }
  .tab-list--donor { display: grid; grid-template-columns: 1fr; }
  .footer-about-logo { width: 96px; }
}

/* Footer readability hard override */
.site-footer {
  background: #262626;
  color: rgba(255, 255, 255, 0.86);
}

.site-footer .footer-grid {
  grid-template-columns: minmax(320px, 1.06fr) minmax(320px, 1fr) minmax(340px, 1fr);
  gap: 28px;
  align-items: start;
}

.site-footer .footer-column {
  min-width: 0;
}

.site-footer .footer-brand-card,
.site-footer .footer-column--catalog .footer-links,
.site-footer .footer-lead-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.site-footer .footer-brand-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 18px 16px;
  margin-bottom: 18px;
}

.site-footer .footer-about-logo {
  width: 84px;
  margin: 2px 0 0;
  float: none;
}

.site-footer .footer-brand-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.site-footer .footer-contact-stack {
  padding: 0 4px;
}

.site-footer .footer-contact-stack h4,
.site-footer .footer-links h4,
.site-footer .footer-lead-body h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.site-footer .footer-links {
  gap: 11px;
  padding: 18px 20px 20px;
}

.site-footer .footer-links a,
.site-footer .footer-links span,
.site-footer .footer-contact-stack .footer-links a,
.site-footer .footer-contact-stack .footer-links span {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer .footer-links--contacts {
  padding: 0;
  background: transparent;
  border: 0;
}

.site-footer .footer-links--contacts strong {
  color: #fff;
}

.site-footer .footer-column--catalog .footer-links a {
  display: block;
}

.site-footer .footer-column--catalog .footer-links h4 + a,
.site-footer .footer-column--catalog .footer-links a + h4 {
  margin-top: 4px;
}

.site-footer .footer-links--contacts span {
  display: block;
}

.site-footer .footer-links a:hover {
  color: #fff;
  transform: none;
}

.site-footer .footer-lead-card {
  padding: 16px;
}

.site-footer .footer-lead-body h4 {
  font-size: 22px;
  line-height: 1.22;
}

.site-footer .footer-lead-meta,
.site-footer .footer-socials > span {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a[href*="priliv.pro"] {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-top: 22px !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.4;
}

.site-footer a[href*="priliv.pro"] img {
  height: 42px !important;
  margin: 0 !important;
}

.site-footer .footer-meta {
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .footer-disclaimer {
  margin-top: 16px;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer .footer-warning {
  background: #222;
  color: #ff5b31;
}

@media (max-width: 1180px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-brand-card {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
  }

  .site-footer .footer-about-logo {
    width: 70px;
  }

  .site-footer .footer-contact-stack h4,
  .site-footer .footer-links h4,
  .site-footer .footer-lead-body h4 {
    font-size: 22px;
  }

  .site-footer .footer-links a,
  .site-footer .footer-links span,
  .site-footer .footer-contact-stack .footer-links a,
  .site-footer .footer-contact-stack .footer-links span,
  .site-footer .footer-brand-card p {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {


  .site-footer .footer-brand-card {
    display: grid;
    grid-template-columns: 84px minmax(0,1fr);
    gap: 14px;
    align-items: start;
  }

  .site-footer .footer-about-logo {
    width: 84px;
    margin: 2px 0 0;
  }

  .site-footer .footer-brand-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
  }

  .site-footer .footer-contact-stack h4,
  .site-footer .footer-links h4,
  .site-footer .footer-lead-body h4 {
    margin-bottom: 14px;
  }

  .site-footer .footer-links,
  .site-footer .footer-links a,
  .site-footer .footer-links span,
  .site-footer .footer-contact-stack .footer-links,
  .site-footer .footer-contact-stack .footer-links a,
  .site-footer .footer-contact-stack .footer-links span {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 400;
  }

  .site-footer .footer-links,
  .site-footer .footer-contact-stack .footer-links {
    gap: 10px;
  }

  .site-footer .footer-lead-kicker {
    font-size: 11px;
    letter-spacing: .16em;
  }

  .site-footer .footer-lead-body h4 {
    font-size: 20px;
    line-height: 1.28;
  }
}

.footer-warning {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #262626;
  color: #ff4d1f;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
}

.footer-warning .container {
  padding: 12px 0 16px;
}

.product-stock-status {
  display: inline-flex;
  align-items: center;
  margin: 10px 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.product-stock-status--in_stock {
  background: rgba(22, 163, 74, .12);
  color: #15803d;
}

.product-stock-status--limited {
  background: rgba(245, 158, 11, .14);
  color: #b45309;
}

.product-stock-status--preorder {
  background: rgba(220, 38, 38, .12);
  color: #b91c1c;
}

.cart-item-stock {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.cart-item-stock--preorder {
  color: #b91c1c;
}

@media (max-width: 860px) {
  .footer-warning {
    font-size: 13px;
    line-height: 1.45;
  }

  .footer-warning .container {
    padding: 10px 0 14px;
  }
}

.variation-option--chip {
  width: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.variation-chip-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  overflow: hidden !important;
  border-radius: inherit !important;
}

.variation-chip-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}

/* Final home visual catalog override */
#visual-catalog.visual-catalog-section {
  padding: 22px 0 42px;
  background: #fff;
  overflow: hidden;
}

#visual-catalog .visual-catalog-track {
  grid-auto-columns: calc((100% - 70px) / 6);
  gap: 14px;
  padding-inline: max(20px, calc((100vw - var(--container)) / 2));
  align-items: stretch;
}

#visual-catalog .visual-catalog-card {
  aspect-ratio: 1 / 1;
  min-height: 0 !important;
  padding: 14px 14px 12px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 6px;
  border-radius: 20px;
  background: #f5f7fb;
  border: 1px solid #edf1f6;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#visual-catalog .visual-catalog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 0, 0, .18);
  box-shadow: 0 16px 28px rgba(17, 24, 39, .08);
}

#visual-catalog .visual-catalog-card__head {
  min-height: 44px;
}

#visual-catalog .visual-catalog-card h3 {
  margin: 0 !important;
  min-height: 0 !important;
  font-size: 15px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #20242b;
}

#visual-catalog .visual-catalog-card__image {
  height: auto !important;
  min-height: 0;
  background: transparent !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
}

#visual-catalog .visual-catalog-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  object-position: center bottom;
  background: transparent !important;
  filter: drop-shadow(0 14px 18px rgba(17, 24, 39, .12));
}

#visual-catalog .visual-catalog-arrow {
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #d9dfe7;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 24px rgba(17, 24, 39, .08);
}

@media (max-width: 1180px) {
  #visual-catalog .visual-catalog-track {
    grid-auto-columns: calc((100% - 42px) / 4);
  }
}

@media (max-width: 860px) {
  #visual-catalog .visual-catalog-track {
    grid-auto-columns: 44vw;
    gap: 12px;
    padding-inline: 16px;
  }

  #visual-catalog .visual-catalog-card {
    border-radius: 18px;
  }

  #visual-catalog .visual-catalog-card h3 {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #visual-catalog .visual-catalog-track {
    grid-auto-columns: 58vw;
  }

  #visual-catalog .visual-catalog-card {
    padding: 12px;
  }
}

@media (min-width: 1025px) {
  .catalog-layout-main .catalog-subcategories-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
  }
  .catalog-layout-main .category-card--sub {
    padding: 14px 14px 12px;
  }
  .catalog-layout-main .category-card--sub .illustration {
    height: 112px;
    margin-bottom: 12px;
  }
  .catalog-layout-main .category-card--sub h3 {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 4px;
  }
  .catalog-layout-main .category-card--sub .muted {
    font-size: 12px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 16px 34px rgba(183, 0, 0, .28);
  cursor: pointer;
  font: 800 28px/1 Arial, sans-serif;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.92);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}

.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-to-top:hover {
  background: #990000;
}

@media (max-width: 640px) {
  .scroll-to-top {
    right: 14px;
    bottom: 16px;
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
}

/* Homepage final override: must stay at EOF. */
main { background: linear-gradient(180deg, #f4f6f8 0%, #eef2f5 34%, #f7f7f7 100%); }
main > .section { position: relative; padding: clamp(42px, 4.4vw, 78px) 0; }
main > .section:nth-of-type(odd):not(.hero):not(.home-about-donor):not(.visual-catalog-section) { background: #fff; }
.section-head { margin-bottom: clamp(22px, 2.2vw, 34px); }
.section-head h2, .competitor-title, .monitor-title { max-width: 920px; font-size: clamp(28px, 2.5vw, 44px); line-height: .98; }
.section-link, .promo-strip-sale-link {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe3e8;
  background: #fff;
  color: #111;
  font-weight: 800;
}
.hero-main.has-cover, .hero-main.has-cover .hero-inner { min-height: clamp(540px, 38vw, 690px); }
.hero-main.has-cover .hero-media::after {
  background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.2) 43%, rgba(0,0,0,.05)), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28));
}
.hero-main.has-cover .hero-copy {
  width: min(720px, 52vw);
  margin: 62px 0;
  padding: clamp(26px, 2.6vw, 44px);
  background: rgba(255,255,255,.9);
  border-left: 8px solid var(--brand);
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
}
.hero-main.has-cover .eyebrow { width: 104px; height: 104px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(34px, 3.5vw, 64px); line-height: .92; }
.hero p { color: #20242b; font-size: clamp(15px, 1.02vw, 19px); line-height: 1.48; }
.visual-catalog-section { background: #fff; border-bottom: 1px solid #e4e8ed; }
.visual-catalog-track { grid-auto-columns: calc((100% - 100px) / 6); gap: 20px; padding-bottom: 6px; }
.visual-catalog-card { min-height: 250px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.visual-catalog-card:hover { transform: translateY(-4px); border-color: rgba(223,0,0,.28); box-shadow: 0 18px 38px rgba(17,24,39,.11); }
.visual-catalog-card__image { height: 145px; }
.home-about-donor { background: linear-gradient(90deg, #fbfbfb 0%, #fff6cf 46%, #f7f8fa 46%, #f7f8fa 100%); }
.about-donor-grid { grid-template-columns: minmax(440px, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 3vw, 54px); align-items: start; }
.about-donor-copy { padding: clamp(24px, 2.4vw, 42px); background: rgba(255,255,255,.72); border: 1px solid rgba(223,0,0,.12); }
.about-donor-copy h2 { max-width: 760px; font-size: clamp(32px, 3.15vw, 58px); }
.about-donor-copy p { max-width: 780px; color: #303640; font-size: 16px; line-height: 1.58; }
.home-fact, .competitor-point, .delivery-argument-list--icons article, .yandex-review-card, .yandex-rating-card, .faq-item, .promo-card, .sale-card, .ajax-product-card, .product-card {
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}
.home-fact { min-height: 118px; padding: 20px; }
.home-fact strong { color: var(--brand); font-size: clamp(26px, 2.3vw, 40px); }
.about-donor-main, .about-donor-thumbs img { border: 1px solid #dde3ea; box-shadow: 0 18px 44px rgba(17,24,39,.1); }
.home-akcii-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-akcii-grid .promo-card { min-height: 100%; padding: 24px; display: grid; align-content: start; gap: 12px; }
.promo-card-media { margin: -24px -24px 6px; height: 210px; }
.promo-card h3 { font-size: 21px; line-height: 1.18; }
.section--pale { background: #f2f5f7; }
.delivery-argument-list--icons { gap: 22px; }
.delivery-argument-list--icons article { padding: 30px; min-height: 230px; }
.delivery-argument-list--icons h3 { margin: 16px 0 10px; font-size: 24px; }
.delivery-argument-list--icons p { color: #4d5562; line-height: 1.58; }
.competitor-points { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.competitor-point { min-height: 230px; padding: 26px; background: linear-gradient(180deg, #fff 0%, #fff 72%, #f8fafc 100%); }
.competitor-point span { color: #2c323b; font-size: 16px; line-height: 1.55; }
.monitor-table-wrap { box-shadow: 0 18px 46px rgba(17,24,39,.08); }
.monitor-table th, .monitor-table td { padding: 18px 20px; }
.ajax-catalog-layout { gap: 24px; }
.ajax-catalog-filter, .ajax-catalog-main { box-shadow: 0 16px 42px rgba(17,24,39,.07); }
.ajax-catalog-grid { gap: 16px; }
.ajax-product-card { transition: transform .2s ease, box-shadow .2s ease; }
.ajax-product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(17,24,39,.11); }
.promo-strip-sale { padding: clamp(24px, 2.4vw, 38px); box-shadow: 0 22px 52px rgba(223,0,0,.24); }
.promo-strip-sale-track { grid-auto-columns: calc((100% - 80px) / 6); }
.sale-card { min-height: 280px; }
.delivery-geo-grid { grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr); gap: 24px; }
.delivery-geo-info { display: grid; gap: 18px; }
.delivery-promo { margin-bottom: 0; padding: clamp(26px, 2.4vw, 40px); border-left: 8px solid var(--brand); }
.delivery-promo h3 { font-size: clamp(28px, 2.3vw, 42px); }
.delivery-promo p { font-size: 16px; }
.delivery-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.delivery-tab { background: #fff; border: 1px solid #e1e5ea; box-shadow: 0 12px 30px rgba(17,24,39,.06); }
.delivery-geo-media, .delivery-geo-media iframe { min-height: 620px; }
.delivery-geo-media { box-shadow: 0 18px 44px rgba(17,24,39,.1); }
.yandex-reviews-section { background: #eef2f5; }
.yandex-reviews-grid { gap: 18px; }
.yandex-rating-card, .yandex-review-card { min-height: 210px; }
.faq-list { max-width: 1120px; margin: 0 auto; }
.faq-item { border-left: 4px solid transparent; }
.faq-item[open] { border-left-color: var(--brand); }

@media (max-width: 1280px) {
  .visual-catalog-track { grid-auto-columns: calc((100% - 60px) / 4); }
  .promo-strip-sale-track { grid-auto-columns: calc((100% - 48px) / 4); }
}

@media (max-width: 1024px) {
  .home-about-donor { background: #fbfbfb; }
  .about-donor-grid, .delivery-geo-grid { grid-template-columns: 1fr; }
  .about-donor-gallery { position: static; }
  .home-akcii-grid, .competitor-points, .delivery-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .delivery-geo-media, .delivery-geo-media iframe { min-height: 430px; }
}

@media (max-width: 760px) {
  main > .section { padding: 34px 0; }
  .hero-main.has-cover, .hero-main.has-cover .hero-inner { min-height: 560px; }
  .hero-main.has-cover .hero-copy { width: 100%; max-height: none; margin: 14px 0; padding: 18px; border-left-width: 5px; }
  .hero-main.has-cover .eyebrow { width: 76px; height: 76px; margin-bottom: 12px; }
  .hero h1 { font-size: clamp(27px, 9vw, 40px); }
  .hero p { font-size: 13px; line-height: 1.42; }
  .visual-catalog-track { grid-auto-columns: 76vw; }
  .about-donor-copy { padding: 20px; }
  .about-donor-copy p { font-size: 15px; }
  .home-akcii-grid, .delivery-argument-list--icons, .competitor-points, .delivery-tabs, .yandex-reviews-grid, .home-facts-grid { grid-template-columns: 1fr; }
  .competitor-point { min-height: 0; }
  .ajax-catalog-grid { grid-template-columns: 1fr; }
  .promo-strip-sale-track { grid-auto-columns: 76vw; }
}

/* Homepage delivery selling block. */
.delivery-promo {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 28px;
  color: #111;
  background: #fff;
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}

.delivery-promo span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.delivery-promo h3 {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.delivery-promo p {
  margin: 0;
  color: #343a46;
  font-size: 16px;
  line-height: 1.58;
}

.delivery-promo strong {
  display: inline-flex;
  justify-self: start;
  margin-top: 2px;
  padding: 12px 16px;
  color: #fff;
  background: var(--brand);
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 640px) {
  .delivery-promo {
    padding: 20px;
  }

  .delivery-promo p,
  .delivery-promo strong {
    font-size: 15px;
  }
}

/* About block long sales copy. */
.about-donor-copy {
  gap: 12px;
}

.about-donor-copy h2 {
  margin-bottom: 4px;
}

.about-donor-copy p {
  margin: 0;
}

.about-donor-copy p strong {
  color: #111;
  font-weight: 900;
}

@media (min-width: 1025px) {
  .about-donor-grid {
    align-items: start;
  }

  .about-donor-gallery {
    position: sticky;
    top: 140px;
  }
}

/* Homepage hero text for content-heavy slides. */
.hero-main.has-cover .hero-copy {
  max-width: 700px;
}

.hero h1 {
  font-size: clamp(30px, 2.8vw, 52px);
}

.hero p {
  max-width: 660px;
  color: #111;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 640px) {
  .hero p {
    font-size: 14px;
    line-height: 1.38;
  }
}

/* Homepage final composition pass. */
main {
  background:
    linear-gradient(180deg, #f4f6f8 0%, #eef2f5 34%, #f7f7f7 100%);
}

main > .section {
  position: relative;
  padding: clamp(42px, 4.4vw, 78px) 0;
}

main > .section:nth-of-type(odd):not(.hero):not(.home-about-donor):not(.visual-catalog-section) {
  background: #fff;
}

.section-head {
  margin-bottom: clamp(22px, 2.2vw, 34px);
}

.section-head h2,
.competitor-title,
.monitor-title {
  max-width: 920px;
  font-size: clamp(28px, 2.5vw, 44px);
  line-height: .98;
}

.section-head .muted {
  margin-top: 8px;
  font-size: 16px;
}

.section-link,
.promo-strip-sale-link {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe3e8;
  background: #fff;
  color: #111;
  font-weight: 800;
}

.hero-main.has-cover,
.hero-main.has-cover .hero-inner {
  min-height: clamp(540px, 38vw, 690px);
}

.hero-main.has-cover .hero-media::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.2) 43%, rgba(0,0,0,.05)),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28));
}

.hero-main.has-cover .hero-copy {
  width: min(720px, 52vw);
  margin: 62px 0;
  padding: clamp(26px, 2.6vw, 44px);
  background: rgba(255,255,255,.9);
  border-left: 8px solid var(--brand);
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
}

.hero-main.has-cover .eyebrow {
  width: 104px;
  height: 104px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(34px, 3.5vw, 64px);
  line-height: .92;
}

.hero p {
  color: #20242b;
  font-size: clamp(15px, 1.02vw, 19px);
  line-height: 1.48;
}

.visual-catalog-section {
  background: #fff;
  border-bottom: 1px solid #e4e8ed;
}

.visual-catalog-track {
  grid-auto-columns: calc((100% - 100px) / 6);
  gap: 20px;
  padding-bottom: 6px;
}

.visual-catalog-card {
  min-height: 250px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.visual-catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(223,0,0,.28);
  box-shadow: 0 18px 38px rgba(17,24,39,.11);
}

.visual-catalog-card__image {
  height: 145px;
}

.home-about-donor {
  background:
    linear-gradient(90deg, #fbfbfb 0%, #fff6cf 46%, #f7f8fa 46%, #f7f8fa 100%);
}

.about-donor-grid {
  grid-template-columns: minmax(440px, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 3vw, 54px);
}

.about-donor-copy {
  padding: clamp(24px, 2.4vw, 42px);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(223,0,0,.12);
}

.about-donor-copy h2 {
  max-width: 760px;
  font-size: clamp(32px, 3.15vw, 58px);
}

.about-donor-copy p {
  max-width: 780px;
  color: #303640;
  font-size: 16px;
  line-height: 1.58;
}

.home-facts-grid {
  gap: 12px;
}

.home-fact {
  min-height: 118px;
  padding: 20px;
}

.home-fact strong {
  color: var(--brand);
  font-size: clamp(26px, 2.3vw, 40px);
}

.about-donor-gallery {
  display: grid;
  gap: 14px;
}

.about-donor-main,
.about-donor-thumbs img {
  border: 1px solid #dde3ea;
  box-shadow: 0 18px 44px rgba(17,24,39,.1);
}

.home-akcii-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-akcii-grid .promo-card {
  min-height: 100%;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.promo-card-media {
  margin: -24px -24px 6px;
  height: 210px;
}

.promo-card h3 {
  font-size: 21px;
  line-height: 1.18;
}

.section--pale {
  background: #f2f5f7;
}

.delivery-argument-list--icons {
  gap: 22px;
}

.delivery-argument-list--icons article {
  padding: 30px;
  min-height: 230px;
}

.delivery-argument-list--icons h3 {
  margin: 16px 0 10px;
  font-size: 24px;
}

.delivery-argument-list--icons p {
  color: #4d5562;
  line-height: 1.58;
}

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

.competitor-point {
  min-height: 230px;
  padding: 26px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 72%, #f8fafc 100%);
}

.competitor-point span {
  color: #2c323b;
  font-size: 16px;
  line-height: 1.55;
}

.monitor-table-wrap {
  box-shadow: 0 18px 46px rgba(17,24,39,.08);
}

.monitor-table th,
.monitor-table td {
  padding: 18px 20px;
}

.ajax-catalog-layout {
  gap: 24px;
}

.ajax-catalog-filter,
.ajax-catalog-main {
  box-shadow: 0 16px 42px rgba(17,24,39,.07);
}

.ajax-catalog-grid {
  gap: 16px;
}

.ajax-product-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.ajax-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(17,24,39,.11);
}

.promo-strip-sale {
  padding: clamp(24px, 2.4vw, 38px);
  box-shadow: 0 22px 52px rgba(223,0,0,.24);
}

.promo-strip-sale-track {
  grid-auto-columns: calc((100% - 80px) / 6);
}

.sale-card {
  min-height: 280px;
}

.delivery-geo-grid {
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr);
  gap: 24px;
}

.delivery-geo-info {
  display: grid;
  gap: 18px;
}

.delivery-promo {
  margin-bottom: 0;
  padding: clamp(26px, 2.4vw, 40px);
  border-left: 8px solid var(--brand);
}

.delivery-promo h3 {
  font-size: clamp(28px, 2.3vw, 42px);
}

.delivery-promo p {
  font-size: 16px;
}

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

.delivery-tab {
  background: #fff;
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}

.delivery-geo-media {
  min-height: 620px;
  box-shadow: 0 18px 44px rgba(17,24,39,.1);
}

.delivery-geo-media iframe {
  min-height: 620px;
}

.yandex-reviews-section {
  background: #eef2f5;
}

.yandex-reviews-grid {
  gap: 18px;
}

.yandex-rating-card,
.yandex-review-card {
  min-height: 210px;
}

.faq-list {
  max-width: 1120px;
  margin: 0 auto;
}

.faq-item {
  border-left: 4px solid transparent;
}

.faq-item[open] {
  border-left-color: var(--brand);
}

@media (max-width: 1280px) {
  .visual-catalog-track {
    grid-auto-columns: calc((100% - 60px) / 4);
  }

  .promo-strip-sale-track {
    grid-auto-columns: calc((100% - 48px) / 4);
  }
}

@media (max-width: 1024px) {
  .home-about-donor {
    background: #fbfbfb;
  }

  .about-donor-grid,
  .delivery-geo-grid {
    grid-template-columns: 1fr;
  }

  .about-donor-gallery {
    position: static;
  }

  .home-akcii-grid,
  .competitor-points,
  .delivery-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-geo-media,
  .delivery-geo-media iframe {
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  main > .section {
    padding: 34px 0;
  }

  .hero-main.has-cover,
  .hero-main.has-cover .hero-inner {
    min-height: 560px;
  }

  .hero-main.has-cover .hero-copy {
    width: 100%;
    max-height: none;
    margin: 14px 0;
    padding: 18px;
    border-left-width: 5px;
  }

  .hero-main.has-cover .eyebrow {
    width: 76px;
    height: 76px;
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(27px, 9vw, 40px);
  }

  .hero p {
    font-size: 13px;
    line-height: 1.42;
  }

  .visual-catalog-track {
    grid-auto-columns: 76vw;
  }

  .about-donor-copy {
    padding: 20px;
  }

  .about-donor-copy p {
    font-size: 15px;
  }

  .home-akcii-grid,
  .delivery-argument-list--icons,
  .competitor-points,
  .delivery-tabs,
  .yandex-reviews-grid,
  .home-facts-grid {
    grid-template-columns: 1fr;
  }

  .competitor-point {
    min-height: 0;
  }

  .ajax-catalog-grid {
    grid-template-columns: 1fr;
  }

  .promo-strip-sale-track {
    grid-auto-columns: 76vw;
  }
}

/* Why choose us block. */
.competitor-title {
  margin-bottom: 24px;
}

.competitor-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.competitor-point {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 16px;
  min-height: 100%;
  padding: 24px;
}

.competitor-point strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #111;
  background: #fff;
  border: 3px solid var(--brand);
  font-size: 22px;
  line-height: 1;
}

.competitor-point span {
  color: #222;
  font-size: 16px;
  line-height: 1.52;
}

@media (max-width: 1024px) {
  .competitor-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .competitor-points {
    grid-template-columns: 1fr;
  }

  .competitor-point {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .competitor-point strong {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .competitor-point span {
    font-size: 15px;
  }
}

/* Superseded responsive polish draft; the active override is at the end of the file. */
body {
  background: #f3f5f7;
}

.section {
  padding: 34px 0;
}

.section-head {
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head h2,
.competitor-title,
.monitor-title {
  margin: 0;
  color: #111;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.section-head .muted,
.muted {
  color: #667085;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e3e6ea;
}

.header-main {
  grid-template-columns: minmax(230px, 305px) minmax(205px, 270px) minmax(360px, 550px) minmax(190px, 220px) minmax(195px, auto);
  gap: 18px;
  min-height: 108px;
  padding: 16px 0 14px;
}

.brand-logo {
  width: clamp(210px, 15vw, 285px);
  max-height: 58px;
}

.header-city {
  min-width: 0;
}

.header-city-copy span {
  max-width: 245px;
  line-height: 1.22;
}

.searchbar {
  width: 100%;
  min-height: 52px;
  padding: 0 10px 0 18px;
  background: #f5f6f7;
  border: 1px solid #d9dde3;
}

.searchbar input {
  min-width: 0;
}

.header-contact {
  min-width: 0;
}

.header-contact-line {
  white-space: nowrap;
}

.header-actions {
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 14px;
}

.header-action {
  min-width: 38px;
}

.header-action-icon i {
  font-size: 22px;
}

.header-action .badge,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  background: var(--brand);
  border: 2px solid #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.header-nav {
  margin-inline: calc((100vw - 100%) / -2);
  background: var(--brand);
}

.nav-list--primary {
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
  gap: 0;
}

.catalog-trigger,
.nav-link {
  min-height: 76px;
  border-left: 1px solid rgba(255,255,255,.18);
  color: #fff;
  background: var(--brand);
  font-size: 16px;
  font-weight: 800;
}

.catalog-trigger {
  min-width: 315px;
  background: #9f0000 !important;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
}

.nav-list--primary > *:last-child {
  border-right: 1px solid rgba(255,255,255,.18);
}

.hero {
  padding-top: 0;
}

.hero-slider--wide {
  overflow: hidden;
  background: #eef1f4;
}

.hero-main.has-cover,
.hero-main.has-cover .hero-inner {
  min-height: clamp(470px, 33vw, 620px);
}

.hero-main.has-cover .hero-media::after {
  background: linear-gradient(90deg, rgba(0,0,0,.14), rgba(0,0,0,.03) 46%, rgba(0,0,0,0));
}

.hero-main.has-cover .hero-media img {
  object-position: center right;
}

.hero-main.has-cover .hero-copy {
  width: min(560px, 48vw);
  margin: 54px 0;
  padding: 28px 34px 32px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 42px rgba(17,24,39,.16);
}

.hero-main.has-cover .eyebrow {
  width: 132px;
  height: 132px;
  margin-bottom: 26px;
  background: var(--brand);
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(30px, 3.2vw, 58px);
  line-height: .95;
}

.hero p {
  max-width: 600px;
  font-size: clamp(18px, 1.6vw, 30px);
}

.hero-actions {
  gap: 14px;
  margin-top: 26px;
}

.hero-actions .btn {
  min-height: 54px;
  padding-inline: 26px;
}

.hero-side-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.96);
  border-color: #d8dde4;
}

.hero-controls {
  margin: 10px 0 0;
}

.hero-dot.active {
  background: var(--brand);
}

.visual-catalog-section {
  padding: 36px 0;
  background: #fff;
}

.visual-catalog-track {
  grid-auto-columns: calc((100% - 120px) / 6);
  padding: 0 max(32px, calc((100vw - var(--container)) / 2));
  gap: 20px;
}

.visual-catalog-card {
  min-height: 230px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}

.visual-catalog-card__image {
  height: 130px;
  background: #f5f6f7;
}

.visual-catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visual-catalog-card h3 {
  margin-top: 14px;
  min-height: 42px;
  font-size: 15px;
  line-height: 1.28;
}

.home-about-donor {
  background: #fbfbfb;
}

.about-donor-grid {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 34px;
}

.about-donor-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-donor-copy h2 {
  max-width: 620px;
  font-size: clamp(30px, 3vw, 54px);
  line-height: .98;
}

.about-donor-copy p {
  max-width: 640px;
  font-size: 17px;
}

.home-facts-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.home-fact,
.competitor-point,
.delivery-argument-list--icons article,
.yandex-review-card,
.yandex-rating-card,
.faq-item,
.promo-card,
.sale-card,
.ajax-product-card,
.product-card {
  background: #fff;
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}

.about-donor-main img {
  height: clamp(360px, 34vw, 560px);
  object-fit: cover;
}

.about-donor-thumb-shell {
  padding: 0 48px;
}

.about-donor-thumbs {
  grid-auto-columns: calc((100% - 24px) / 3);
}

.delivery-argument-list--icons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.delivery-argument-list--icons article {
  min-height: 210px;
  padding: 28px;
}

.delivery-argument-list--icons span {
  color: #111;
  background: #fff;
  border: 2px solid var(--brand);
}

.competitor-points {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.competitor-point {
  min-height: 160px;
}

.competitor-point strong {
  color: #111;
  background: #fff;
  border: 2px solid var(--brand);
}

.monitor-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e1e5ea;
}

.monitor-table {
  min-width: 720px;
}

.monitor-badge {
  color: #fff;
  background: var(--brand);
}

.ajax-catalog-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

.ajax-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ajax-product-card {
  min-height: 100%;
  padding: 16px;
}

.ajax-product-card__image,
.product-media,
.sale-card-media {
  background: #f6f7f8;
}

.ajax-product-card__image img,
.product-media img,
.sale-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-strip-sale {
  background: var(--brand) !important;
}

.promo-strip-sale::after {
  display: none;
}

.promo-strip-sale-head h2,
.promo-strip-sale-date {
  color: #fff;
}

.promo-strip-sale-link {
  color: #111;
  background: #fff;
}

.promo-strip-sale-track {
  grid-auto-columns: calc((100% - 96px) / 7);
  gap: 16px;
}

.delivery-geo-grid {
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.3fr);
  align-items: stretch;
}

.delivery-geo-media {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e5ea;
  background: #fff;
}

.delivery-geo-media iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  border: 0;
}

.delivery-route-link {
  position: absolute;
  left: 18px;
  bottom: 18px;
}

.yandex-reviews-grid {
  grid-template-columns: minmax(220px, .8fr) repeat(3, minmax(0, 1fr));
}

.faq-list {
  display: grid;
  gap: 10px;
}

.site-footer {
  margin-top: 30px;
}

.footer-grid {
  grid-template-columns: minmax(280px, 1.25fr) minmax(170px, .8fr) minmax(180px, .8fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: start;
}

.footer-about-logo {
  width: 118px;
  margin: 0 16px 8px 0;
}

.footer-map img {
  height: 170px;
}

.product-layout--donor,
.product-layout--wurth {
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .92fr);
  gap: 28px;
}

.product-layout--wurth .product-gallery-shell--donor,
.product-summary--wurth .product-buy-card {
  min-height: 100%;
  border: 1px solid #e1e5ea;
  box-shadow: none;
}

.product-layout--wurth .gallery-main--donor {
  height: clamp(520px, 54vw, 690px);
  background: #fff;
}

.product-layout--wurth .gallery-main--donor.real img {
  padding: 22px;
}

.product-layout--wurth .gallery-thumbs--donor {
  justify-content: center;
  grid-template-columns: repeat(5, 78px);
}

.product-layout--wurth .gallery-thumbs--donor .thumb {
  height: 78px;
}

.product-summary--wurth {
  top: 132px;
}

.product-summary--wurth .product-title-donor {
  max-width: 620px;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: -.015em;
}

.product-summary--wurth .price-row--donor .price {
  font-size: clamp(34px, 2.8vw, 48px);
}

.product-summary--wurth .summary-actions--donor {
  grid-template-columns: 152px minmax(160px, 1fr) minmax(210px, 1.15fr);
}

.product-summary--wurth .summary-actions--donor .btn {
  min-width: 0;
}

.panel--donor {
  border: 1px solid #e1e5ea;
  box-shadow: none;
}

@media (max-width: 1280px) {
  .header-main {
    grid-template-columns: minmax(190px, 240px) minmax(185px, 220px) minmax(280px, 1fr) minmax(170px, 200px) minmax(150px, auto);
    gap: 12px;
  }

  .nav-list--primary {
    width: min(calc(100% - 36px), var(--container));
  }

  .catalog-trigger {
    min-width: 270px;
  }

  .nav-link {
    padding-inline: 22px;
  }

  .visual-catalog-track {
    grid-auto-columns: calc((100% - 60px) / 4);
  }

  .ajax-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .promo-strip-sale-track {
    grid-auto-columns: calc((100% - 48px) / 4);
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 28px 0;
  }

  .about-donor-grid,
  .ajax-catalog-layout,
  .delivery-geo-grid,
  .product-layout--donor,
  .product-layout--wurth,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-facts-grid,
  .delivery-argument-list--icons,
  .competitor-points,
  .yandex-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-summary--wurth {
    position: static;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-main {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 0;
    gap: 10px;
  }

  .mobile-toggle,
  .header-action {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .brand-logo {
    width: min(100%, 178px);
    max-height: 40px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .header-action--auth,
  .header-actions .header-action--metric:first-of-type {
    display: none;
  }

  .searchbar {
    min-height: 46px;
    padding-left: 14px;
  }

  .header-nav.open {
    left: 14px;
    right: 14px;
    top: calc(100% + 6px);
    padding: 10px;
    background: #fff;
    border: 1px solid #dfe3e8;
    box-shadow: 0 18px 40px rgba(17,24,39,.16);
  }

  .nav-list--primary {
    width: 100%;
  }

  .catalog-trigger,
  .nav-link,
  .nav-list a,
  .nav-list button {
    min-height: 48px;
    width: 100%;
    justify-content: space-between;
    padding: 0 14px;
    color: #111;
    background: #f6f7f8 !important;
    border: 1px solid #e1e5ea;
  }

  .catalog-trigger {
    color: #fff;
    background: var(--brand) !important;
    min-width: 0;
  }

  .hero-main.has-cover,
  .hero-main.has-cover .hero-inner {
    min-height: 470px;
  }

  .hero-main.has-cover .hero-inner {
    align-items: flex-end;
  }

  .hero-main.has-cover .hero-copy {
    width: 100%;
    margin: 16px 0;
    padding: 18px;
  }

  .hero-main.has-cover .eyebrow {
    width: 84px;
    height: 84px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: clamp(28px, 9vw, 42px);
  }

  .hero p {
    font-size: clamp(16px, 5vw, 22px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-side-arrow {
    width: 42px;
    height: 42px;
  }

  .hero-side-arrow.prev {
    left: 10px;
  }

  .hero-side-arrow.next {
    right: 10px;
  }

  .visual-catalog-track {
    grid-auto-columns: 72vw;
    padding-inline: 14px;
  }

  .about-donor-copy h2 {
    font-size: clamp(28px, 9vw, 42px);
  }

  .about-donor-main img {
    height: 300px;
  }

  .about-donor-thumb-shell {
    padding: 0 42px;
  }

  .about-donor-thumbs {
    grid-auto-columns: 72%;
  }

  .ajax-catalog-grid,
  .products-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-strip-sale-track {
    grid-auto-columns: 68vw;
  }

  .product-layout--wurth .gallery-main--donor {
    height: 430px;
  }

  .product-summary--wurth .summary-actions--donor {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-facts-grid,
  .delivery-argument-list--icons,
  .competitor-points,
  .yandex-reviews-grid,
  .ajax-catalog-grid,
  .products-grid--catalog {
    grid-template-columns: 1fr;
  }

  .visual-catalog-card {
    min-height: 210px;
  }

  .delivery-geo-media,
  .delivery-geo-media iframe {
    min-height: 300px;
  }

  .product-layout--wurth .gallery-main--donor {
    height: 360px;
  }

  .product-layout--wurth .gallery-thumbs--donor {
    grid-template-columns: repeat(5, minmax(48px, 1fr));
  }

  .product-layout--wurth .gallery-thumbs--donor .thumb {
    height: 62px;
  }

  .tab-list--donor {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-about-logo {
    width: 96px;
  }
}

/* Product page donor layout overrides. */
.product-layout--wurth {
  display: grid;
  grid-template-columns: minmax(460px, 1fr) minmax(520px, .9fr);
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e8ecef;
}
.product-layout--wurth .product-gallery-shell--donor,
.product-layout--wurth .product-buy-card {
  min-height: 710px;
  border: 0;
  box-shadow: none;
  background: #fff;
}
.product-layout--wurth .product-gallery-shell--donor {
  position: relative;
  padding: 64px 46px 36px;
}
.product-layout--wurth .product-gallery-badge {
  position: absolute;
  top: 26px;
  left: 46px;
  min-height: 28px;
  padding: 5px 14px;
  color: #fff;
  background: #92c900;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-layout--wurth .product-gallery-icons {
  position: absolute;
  top: 22px;
  right: 28px;
  gap: 22px;
}
.product-layout--wurth .product-gallery-icons .product-headline-action {
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: #9ca3af;
  background: transparent;
  font-size: 22px;
  box-shadow: none;
  z-index: 11;
}
.product-layout--wurth .gallery-main--donor {
  height: 560px;
  margin-bottom: 20px;
  border: 0;
  background: #fff;
}
.product-layout--wurth .gallery-main--donor.real img {
  padding: 0;
}
.product-layout--wurth .gallery-thumbs--donor {
  max-width: 280px;
  margin: 0 auto;
}
.product-layout--wurth .gallery-thumbs--donor .thumb {
  height: 68px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: none;
}
.product-layout--wurth .gallery-thumbs--donor .thumb.active,
.product-layout--wurth .gallery-thumbs--donor .thumb.is-active {
  border-color: var(--brand);
}
.product-summary--wurth {
  position: static;
  padding: 0;
}
.product-summary--wurth .product-buy-card {
  padding: 58px 38px 34px;
  border-left: 1px solid #eef0f2;
}
.product-summary--wurth .product-rating-strip--top {
  justify-content: flex-start;
  min-height: 24px;
}
.product-stars {
  color: #d5d8dc;
  font-size: 25px;
  letter-spacing: 2px;
}
.product-code--wurth {
  color: var(--brand);
  font-size: 20px;
  font-weight: 800;
}
.product-code--wurth span {
  color: var(--brand);
}
.product-code--wurth em {
  margin-left: 18px;
  color: var(--brand);
  font-style: normal;
}
.product-summary--wurth .product-title-donor {
  max-width: 720px;
  margin: 22px 0 6px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
.product-more-link,
.product-delivery-link {
  color: var(--brand);
  font-weight: 500;
  text-decoration: none;
}
.product-wurth-divider {
  height: 1px;
  margin: 26px 0 28px;
  background: #e5e7eb;
}
.product-summary--wurth .price-row--donor .price {
  color: #111;
  font-size: 42px;
  font-weight: 800;
}
.product-summary--wurth .variation-selector--donor {
  padding: 0;
  margin-top: 28px;
  border: 0;
  background: transparent;
}
.product-summary--wurth .variation-label,
.product-summary--wurth .product-specs-preview-item span {
  color: #8a8f98;
  font-size: 17px;
}
.product-summary--wurth .variation-option {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #aeb4bd;
  background: #fff;
  color: #111;
  font-weight: 500;
}
.product-summary--wurth .variation-option.active,
.product-summary--wurth .variation-option.is-active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.product-summary--wurth .product-specs-preview--donor {
  margin-top: 18px;
  gap: 16px;
}
.product-summary--wurth .product-specs-preview-item {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.product-summary--wurth .product-specs-preview-item strong {
  text-align: left;
  color: #111;
  font-size: 17px;
  font-weight: 500;
}
.product-summary--wurth .summary-actions--donor {
  grid-template-columns: 154px 1fr 1.45fr;
  gap: 12px;
  margin-top: 26px;
}
.product-summary--wurth .quantity {
  height: 50px;
  padding: 0;
  border: 0;
  background: #f0f1f3;
}
.product-summary--wurth .quantity button,
.product-summary--wurth .quantity input {
  height: 50px;
}
.product-summary--wurth .quantity button {
  width: 50px;
  background: transparent;
  color: #6b7280;
  font-size: 18px;
}
.product-summary--wurth .summary-actions--donor .btn {
  min-height: 50px;
  font-size: 18px;
  font-weight: 500;
}
.product-summary--wurth .btn-primary {
  background: #0099d8 !important;
  border-color: #0099d8 !important;
}
.product-one-click {
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--brand);
}
.product-delivery-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  text-decoration: underline;
}
.product-share-row {
  position: relative;
  display: flex;
  width: 210px;
  margin-top: 22px;
  border: 1px solid #edf0f2;
  background: #fff;
}
.product-share-row button {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 18px;
}
.product-share-row button + button {
  border-left: 1px solid #edf0f2;
}
.product-share-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 12;
  min-width: 220px;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #e5e9ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17,24,39,.12);
}
.product-share-menu[hidden] {
  display: none !important;
}
.product-share-menu a,
.product-share-menu button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #edf0f2;
  background: #f8fafc;
  color: #20242b;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.product-share-menu a:hover,
.product-share-menu button:hover {
  border-color: rgba(223,0,0,.22);
  background: #fff5f5;
  color: var(--brand);
}
.product-share-row.is-open > button {
  color: var(--brand);
}
.product-summary--wurth .product-buy-note {
  max-width: 480px;
  margin-top: -58px;
  margin-left: 250px;
  color: #777f8a;
  font-size: 17px;
  line-height: 1.45;
}
.panel--donor#product-tabs {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.panel--donor#product-tabs .tab-list--donor {
  gap: 0;
  padding: 0;
  border-bottom: 1px solid #e6e9ed;
}
.panel--donor#product-tabs .tab-button {
  min-width: 158px;
  min-height: 70px;
  padding: 0 28px;
  border: 1px solid #edf0f2;
  border-top: 2px solid transparent;
  background: #f7f8f9;
  color: #111;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}
.panel--donor#product-tabs .tab-button.active {
  color: var(--brand);
  background: #fff;
  border-top-color: var(--brand);
}
.panel--donor#product-tabs .tab-panel {
  padding: 34px 0;
}

@media (max-width: 1180px) {
  .product-layout--wurth {
    grid-template-columns: 1fr;
  }
  .product-summary--wurth .product-buy-card {
    border-left: 0;
    border-top: 1px solid #eef0f2;
  }
}

@media (max-width: 680px) {
  .product-layout--wurth .product-gallery-shell--donor,
  .product-summary--wurth .product-buy-card {
    min-height: 0;
    padding: 24px 18px;
  }
  .product-layout--wurth .gallery-main--donor {
    height: 360px;
  }
  .product-summary--wurth .summary-actions--donor {
    grid-template-columns: 1fr;
  }
  .product-summary--wurth .product-buy-note {
    margin: 12px 0 0;
  }
  .panel--donor#product-tabs .tab-list--donor {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.delivery-geo-media iframe {
  width: 100%;
  min-height: 360px;
  display: block;
  border: 0;
}
.yandex-reviews-section {
  background: #f1f4f6;
}
.yandex-reviews-grid {
  display: grid;
  grid-template-columns: .8fr repeat(3, 1fr);
  gap: 18px;
}
.yandex-rating-card,
.yandex-review-card,
.faq-item {
  background: #fff;
  border: 1px solid #e7ebef;
  box-shadow: 0 12px 26px rgba(15,23,42,.05);
}
.yandex-rating-card {
  padding: 26px;
}
.yandex-rating-card strong {
  display: block;
  color: #111;
  font-size: 58px;
  line-height: 1;
}
.yandex-rating-card span,
.yandex-review-card p {
  color: #4b5563;
}
.yandex-review-card {
  padding: 24px;
}
.yandex-review-card h3 {
  margin: 0 0 8px;
}
.yandex-stars {
  color: #f5b400;
  letter-spacing: 2px;
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-item {
  padding: 0 22px;
}
.faq-item summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.faq-item summary::after {
  content: "+";
  color: var(--brand);
  font-size: 28px;
}
.faq-item[open] summary::after {
  content: "-";
}
.faq-item p {
  margin: 0 0 22px;
  color: #4b5563;
  line-height: 1.65;
}
.footer-map img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .about-donor-grid,
  .ajax-catalog-layout,
  .delivery-argument-list--icons,
  .yandex-reviews-grid {
    grid-template-columns: 1fr;
  }
  .ajax-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .visual-catalog-track {
    grid-auto-columns: 72vw;
    padding-inline: 18px;
  }
  .about-donor-main img {
    height: 260px;
  }
  .about-donor-thumbs {
    grid-template-columns: 1fr;
  }
  .about-donor-thumbs img {
    height: 120px;
  }
  .ajax-catalog-grid {
    grid-template-columns: 1fr;
  }
  .ajax-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
.searchbar input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  min-width: 0;
  font-size: 14px;
  color: #6b7280;
}
.searchbar button, .btn-primary { background: transparent; color: #111; }
.searchbar button {
  border: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}
.live-search-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(219,226,234,.92);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15,23,42,.14);
    padding: 10px;
    z-index: 25;
    max-height: min(68vh, 520px);
    overflow: auto;
}
.live-search-dropdown[hidden] {
    display: none !important;
}
.live-search-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 16px;
}
.live-search-item:hover {
    background: #f8fafc;
}
.live-search-thumb {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(219,226,234,.92);
}
.live-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}
.live-search-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}
.live-search-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
}
.live-search-brand {
    font-size: 12px;
    color: var(--muted);
}
.live-search-price {
    text-align: right;
    white-space: nowrap;
    display: grid;
    gap: 4px;
}
.live-search-price strong {
    font-size: 15px;
}
.live-search-price span {
    font-size: 12px;
    color: var(--muted);
    text-decoration: line-through;
}
.live-search-empty,
.live-search-footer {
    padding: 12px 14px;
    color: var(--muted);
    font-size: 14px;
}
.live-search-footer {
    border-top: 1px solid rgba(219,226,234,.82);
    margin-top: 6px;
}
.header-contact {
  display: grid;
  gap: 3px;
  justify-items: start;
  align-self: center;
  margin-top: -2px;
}
.header-contact-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-weight: 700;
  font-size: 13px;
}
.header-contact-line i {
  font-size: 16px;
}
.header-contact-line a {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
}
.header-contact-note {
  font-size: 11px;
  line-height: 1.35;
  color: #6b7280;
}
.header-callback-link {
  color: var(--brand);
  font-size: 12px;
  font-weight: 500;
  margin-left: -55px;
}
.header-action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 2px 8px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  color: #111827;
  min-width: 52px;
  font-size: 12px;
}
.header-actions {
  justify-content: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 6px;
  align-items: center;
  align-self: center;
  margin-left: -14px;
  margin-top: -2px;
}
.header-action { white-space: nowrap; font-weight: 700; }
.header-action i { font-size: 16px; color: #202020; }
.header-action-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.header-action span:not(.badge) { line-height: 1; }
.header-action--auth {
  min-width: 68px;
  margin-right: 2px;
}
.header-action--metric {
  color: #9ca3af;
}
.header-action--metric i {
  color: #9ca3af;
  font-size: 24px;
}
.badge {
  min-width: 18px;
  min-height: 18px;
  padding: 1px 5px;
  border-radius: 999px !important;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.header-action .badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  padding: 1px 4px;
  font-size: 10px;
  line-height: 1.2;
}
.header-nav {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #df0000;
}
.nav-list {
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0;
  padding-top: 0;
  scrollbar-width: none;
}
.nav-list::-webkit-scrollbar { display: none; }
.nav-list a,
.nav-list button {
  flex: 0 0 auto;
  min-height: 74px;
  padding: 0 32px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.18);
}
.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  background: transparent;
}
.nav-link:hover,
.nav-list button:hover {
  background: rgba(0,0,0,.08);
}
.catalog-trigger i:last-child {
  font-size: 12px;
}
.catalog-menu {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: 0;
  border-radius: 0;
  box-shadow: 0 24px 44px rgba(17,17,17,.14);
  overflow: hidden;
  overflow-x: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: opacity .22s ease, transform .22s ease;
  z-index: 145;
}
.catalog-menu.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.catalog-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
  z-index: 130;
}
.catalog-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.catalog-layout-menu {
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
  padding: 36px 0 24px;
}
.catalog-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 44px;
  align-items: start;
}
.catalog-section-card {
  display: grid;
  gap: 14px;
  min-width: 0;
}
.catalog-section-head {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.catalog-section-thumb {
  width: 86px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.catalog-section-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}
.catalog-section-thumb--icon {
  color: #9ca3af;
  font-size: 32px;
}
.catalog-section-title {
  color: #111827;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
}
.catalog-section-links {
  display: grid;
  gap: 8px;
}
.catalog-link {
  display: block;
  color: #4b5563;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.catalog-link:hover {
  color: var(--brand-dark);
}
.catalog-link strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.catalog-link--more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
}
.catalog-link--more span {
  color: inherit;
  font-size: 12px;
}
.pill {
  padding: 10px 14px; background: rgba(238,242,246,.8); border: 1px solid transparent;
  color: var(--muted); transition: .2s ease;
}
.topbar-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.pill:hover { background: #fff; border-color: var(--line); color: var(--text); }
.hero, .section { padding: 24px 0; }
.hero-grid, .quick-grid, .categories-grid, .products-grid, .catalog-layout, .product-layout, .news-layout, .cart-layout, .checkout-layout, .auth-grid, .account-layout, .footer-grid, .feature-grid, .benefits-grid, .gallery-thumbs, .form-grid, .promo-grid, .brands-grid {
  display: grid; gap: 20px;
}
.hero-grid { grid-template-columns: 1.35fr .8fr; }
.hero-slider { position: relative; overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.hero-slider--wide {
  display: block;
  overflow: visible;
}
.hero-slides { display: flex; transition: transform .45s ease; }
.hero-slide { min-width: 100%; cursor: pointer; }
[data-hero-animation="fade"] .hero-slides,
[data-hero-animation="zoom"] .hero-slides {
  display: block;
  position: relative;
}
[data-hero-animation="fade"] .hero-slide,
[data-hero-animation="zoom"] .hero-slide {
  min-width: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease, transform .65s ease;
}
[data-hero-animation="fade"] .hero-slide.is-active,
[data-hero-animation="zoom"] .hero-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
[data-hero-animation="zoom"] .hero-slide {
  transform: scale(1.035);
}
[data-hero-animation="zoom"] .hero-slide.is-active {
  transform: scale(1);
}
.hero-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 12px;
  padding-top: 0;
}
.hero-side-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(17,17,17,.1);
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 28px rgba(17,17,17,.08);
}
.hero-side-arrow.prev {
  left: 18px;
}
.hero-side-arrow.next {
  right: 18px;
}
.hero-dots { display: flex; gap: 8px; }
.hero-dot {
  width: 10px; height: 10px; padding: 0; border-radius: 999px; border: 0; cursor: pointer;
  background: rgba(100,116,139,.35);
}
.hero-dot.active { width: 28px; background: linear-gradient(135deg,#f12c33,#c4121a); }
.carousel-shell { position: relative; }
.carousel-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 80px) / 5);
  gap: 20px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none;
}
.categories-carousel-track {
  grid-auto-columns: calc((100% - 60px) / 4);
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-actions { display: flex; gap: 10px; }
.carousel-arrow {
  width: 48px; height: 48px; border-radius: 16px; border: 1px solid var(--line);
  background: rgba(255,255,255,.96); cursor: pointer;
}
.carousel-arrow-floating {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(219,226,234,.96);
  background: rgba(255,255,255,.98);
  box-shadow: 0 16px 32px rgba(15,23,42,.12);
}
.carousel-arrow-floating.prev { left: -18px; }
.carousel-arrow-floating.next { right: -18px; }
.hero-main, .panel, .product-summary, .news-card, .article-card, .cart-list, .summary-box, .checkout-card, .auth-card, .account-card, .feature-card, .benefit-card, .quick-card, .category-card, .product-card {
  background: rgba(255,255,255,.97); border: 1px solid rgba(17,17,17,.06); border-radius: var(--radius-xl); box-shadow: var(--shadow);
}
.card-actions-inline,
.product-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.action-icon-button {
  width: 100%;
  min-height: 48px;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(17,17,17,.08);
  background: #fff;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.action-icon-button i {
  font-size: 18px;
  color: currentColor;
}
.action-icon-button.is-active {
  color: var(--brand);
  border-color: rgba(217,48,37,.28);
  background: #fff5f5;
}
.action-icon-button:hover {
  color: #111827;
}
.action-icon-button.is-active:hover {
  color: var(--brand-dark);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mini-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.hero-banner-card {
  padding: 0;
  overflow: hidden;
}
.hero-banner-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.hero-main {
  min-height: 560px; position: relative; overflow: hidden; color: #111111; padding: 0;
  background: #ffffff;
}
.hero-main::after {
  display: none;
}
.hero-inner {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: stretch;
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0 66px 54px;
  text-shadow: none;
}

.hero-actions {
  margin-top: 28px;
  padding-top: 0;
}
.hero-media {
  position: absolute;
  right: 34px;
  bottom: 38px;
width: clamp(360px, 41vw, 500px);
  aspect-ratio: 1 / 1;
  z-index: 1;
  transform: none;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: none;
}
.hero-media img {
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: contain;
  object-position: center right;
}
.eyebrow {
display: flex;
    align-items: center;
    width: 180px;
    height: auto;
    margin: 0 0 34px;
    background: red;
}
.eyebrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}
.hero h1, .page-title h1 {
margin: 0 0 28px;
    font-size: clamp(24px,2.4vw,48px) !important;
    line-height: 1 !important;
    letter-spacing: -.035em;
    text-transform: uppercase;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
}
.hero h1 {
  color: #111111;
}
.hero p, .page-title p {
    margin: 0;
    opacity: 1;
    color: var(--brand);
    font-size: clamp(12px,1.95vw,24px);
    line-height: 1.04;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
}
.btn { padding: 14px 20px; font-weight: 700; }
.hero .btn-secondary { border: 1px solid rgba(223,0,0,.22); background: #ffffff; color: #111111; }
.hero .btn-primary { color: #fff !important; }
.footer-about-logo {
  float: left;
  width: min(100%, 150px);
  height: auto;
  margin: 2px 16px 8px 0;
  object-fit: contain;
  background: transparent;
}
.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 22px;
  align-items: stretch;
}
.home-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.home-tz-example,
.home-photo-story-example {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.home-tz-example img,
.home-photo-story-example img,
.delivery-geo-media img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
}
.company-story {
  position: relative;
  display: grid;
  gap: 22px;
}
.company-story-hero,
.company-story-thumb {
  background: #fff;
  border: 8px solid #fff;
  box-shadow: 0 18px 34px rgba(68,53,21,.12);
  overflow: hidden;
}
.company-story-hero img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  background: #fff;
}
.company-story-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.company-story-thumbs--donor {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.company-story-thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  background: #fff;
}
.warehouse-arrow {
  position: absolute;
  top: 145px;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50% !important;
  background: #fff;
  color: #3f4650;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.warehouse-arrow--prev { left: -27px; }
.warehouse-arrow--next { right: -27px; }
.warehouse-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.warehouse-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50% !important;
  background: #6b7280;
}
.warehouse-dots span.active {
  background: #111;
}
.home-fact {
  padding: 22px 22px;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 12px 26px rgba(68,53,21,.08);
}
.home-fact strong {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
}
.home-fact span {
  color: #4b5563;
  line-height: 1.55;
}
.visual-catalog-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}
#visual-catalog .section-head h2 {
  font-size: 56px;
  line-height: 1;
}
#visual-catalog .section-head .muted {
  font-size: 18px;
}
.visual-catalog-nav,
.super-offer,
.delivery-geo-info,
.delivery-geo-media {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow);
}
.visual-catalog-nav {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.visual-catalog-nav h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: 32px;
  line-height: 1;
}
.visual-catalog-links {
  display: grid;
  gap: 10px;
}
.visual-catalog-links a {
  display: block;
  padding: 12px 16px;
  color: #111;
  font-size: 20px;
  font-weight: 500;
}
.visual-catalog-links a:first-child {
  background: #e9f0fb;
}
.visual-catalog-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
}
.visual-catalog-card {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.visual-catalog-card__image {
  height: 190px;
  margin-bottom: 18px;
  background: #f4f4f4;
  border: 0;
}
.visual-catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}
.visual-catalog-card h3 {
  margin: 0;
  color: #111;
  text-align: center;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 800;
}
.home-photo-story {
  position: relative;
  background: #ffdf72;
  overflow: hidden;
}
.home-photo-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 28px 28px, rgba(0,0,0,.06) 0 2px, transparent 3px);
  background-size: 76px 76px;
  opacity: .35;
}
.home-photo-story .container {
  position: relative;
  z-index: 1;
}
.warehouse-title {
  margin: 0 0 34px;
  color: #2f333a;
  text-align: center;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}
.section--pale {
  background: #fff8d8;
}
.home-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.super-offer {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.super-offer-copy {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 34px;
  background: #2e313d;
}
.super-offer-copy p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.84);
  line-height: 1.7;
}
.super-offer-copy h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.08;
}
.super-offer-price {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}
.super-offer-media {
  min-height: 430px;
  background: #fff;
  padding: 26px;
}
.super-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.super-offer .btn {
  width: fit-content;
  min-width: 220px;
}
.order-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.order-story-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.order-story-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}
.order-story-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.72));
}
.order-story-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.12;
}
.order-story-card p {
  margin: 0;
  color: rgba(255,255,255,.86);
  line-height: 1.45;
}
.delivery-argument {
  display: grid;
  grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
  gap: 18px;
  align-items: stretch;
}
.delivery-argument-media,
.delivery-argument-list article,
.home-catalog-section,
.competitor-point {
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.delivery-argument-media {
  min-height: 260px;
  overflow: hidden;
}
.delivery-argument-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: contain;
  display: block;
  background: #fff;
}
.delivery-argument-list {
  display: grid;
  gap: 14px;
}
.delivery-argument-list article {
  padding: 22px 24px;
}
.delivery-argument-list h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
}
.delivery-argument-list p {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
}
.home-catalog-sections {
  display: grid;
  gap: 22px;
}
.home-catalog-section {
  padding: 22px;
}
.home-catalog-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(17,17,17,.08);
}
.home-catalog-section__head h3 {
  margin: 0;
  font-size: 24px;
}
.home-catalog-section__head a,
.section-link {
  color: var(--brand);
  font-weight: 800;
}
.home-catalog-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.home-catalog-product {
  display: grid;
  grid-template-rows: 160px auto auto;
  gap: 10px;
  min-width: 0;
  color: #111827;
}
.home-catalog-product__image {
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
}
.home-catalog-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-catalog-product__name {
  min-height: 38px;
  font-size: 14px;
  line-height: 1.35;
  color: #111827;
}
.home-catalog-product strong {
  color: var(--brand);
  font-size: 18px;
}
.competitor-title {
  max-width: 1180px;
  margin: 0 auto 54px;
  color: #aaa5a2;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
}
.competitor-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 34px;
}
.competitor-point {
  min-height: 260px;
  padding: 0 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.competitor-point strong {
  width: 174px;
  height: 174px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border: 12px solid #26313a;
  border-radius: 50% !important;
  background: #2f3942;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  box-shadow: 0 0 0 3px #26313a;
}
.competitor-point span {
    max-width: 450px;
    text-align: left;
  color: #5d5753;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.32;
}
.monitor-table-wrap {
  background: #f7f7f7;
  border: 1px solid #d7dbe0;
  box-shadow: none;
  overflow: auto;
}
.monitor-title {
  margin: 0 auto 54px;
  max-width: 1180px;
  text-align: center;
  color: #222831;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 800;
}
.monitor-title::after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  margin: 34px auto 0;
  background: var(--brand);
}
.monitor-table {
  width: 100%;
  border-collapse: collapse;
}
.monitor-table th,
.monitor-table td {
  padding: 28px 28px;
  border: 1px solid #d7dbe0;
  text-align: left;
}
.monitor-table th {
  font-size: 26px;
  color: #000;
  background: #f7f7f7;
}
.monitor-table td {
  font-size: 22px;
}
.monitor-table td:nth-child(2) {
  color: #198754;
  font-weight: 800;
  text-align: right;
}
.monitor-table td.is-old {
  color: #d33a49;
  text-decoration: line-through;
  text-align: right;
}
.monitor-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  background: #ffc107;
  color: #1f2937;
  font-weight: 800;
}
.delivery-geo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr);
  gap: 22px;
}
.delivery-geo-info {
  padding: 28px;
}
.delivery-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.delivery-tab {
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(17,17,17,.08);
}
.delivery-tab h3 {
  margin: 0 0 14px;
  font-size: 20px;
}
.delivery-tab ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #4b5563;
  line-height: 1.6;
}
.delivery-geo-media {
  overflow: hidden;
  padding: 0;
}
.delivery-route-link {
  width: 100%;
  min-height: 54px;
}
.home-intro-copy,
.home-metric,
.home-advantage,
.home-cta {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow);
}
.home-intro-copy {
  padding: 30px 34px;
}
.home-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 16px;
  background: #f7e5e5;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.home-intro-copy h2,
.home-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.3vw, 42px);
  line-height: 1.05;
}
.home-intro-copy p,
.home-cta p,
.home-about-copy p,
.home-advantage p {
  margin: 0;
  color: #4b5563;
  line-height: 1.68;
}
.home-intro-actions,
.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.home-metrics {
  display: grid;
  gap: 16px;
}
.home-metric {
  padding: 24px 24px 22px;
}
.home-metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.15;
}
.home-metric span {
  color: #6b7280;
  line-height: 1.55;
}
.hero-side, .sidebar, .checkout-sidebar { display: grid; gap: 18px; }
.stat-card, .small-card, .filter-block, .support-box { padding: 20px; border-radius: 22px; background: linear-gradient(180deg,#fff9f9,#ffffff); border: 1px solid rgba(225,31,38,.14); }
.stat-card strong { display: block; margin-top: 8px; font-size: 30px; }
.quick-grid { grid-template-columns: repeat(4,1fr); }
.quick-card, .feature-card, .benefit-card, .category-card, .product-card, .small-card, .promo-card, .brand-card { padding: 22px; }
.quick-card .icon, .feature-icon {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(135deg,#fff1f2,#fff9f9); color: var(--brand-dark); font-weight: 800;
}
.section-head--tight { margin-bottom: 16px; }
.business-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 1.7fr;
  gap: 16px;
}
.business-card,
.business-hero {
  border-radius: 24px 24px 24px 24px;
  border: 1px solid rgba(219,226,234,.92);
  box-shadow: var(--shadow);
}
.business-card {
  min-height: 206px;
  padding: 20px 18px;
  background: linear-gradient(180deg,#fff,#fafafa);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.business-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #111827;
  background: #fff4f5;
  border: 1px solid rgba(225,31,38,.12);
}
.business-icon i {
  font-size: 20px;
}
.business-card h3 {
  margin: 0 0 auto;
  font-size: 24px;
  line-height: 1.22;
}
.business-card a {
  margin-top: 18px;
  color: #94a3b8;
  font-weight: 600;
}
.business-hero {
  position: relative;
  overflow: hidden;
  min-height: 206px;
  padding: 26px 230px 24px 24px;
  background: linear-gradient(135deg,#2f333a,#1b1d21 58%,#4a1015 100%);
  color: #fff;
}
.business-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg,#d93025,#b91c1c);
}
.business-hero-copy {
  position: relative;
  z-index: 1;
}
.business-hero h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.1;
}
.business-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  color: rgba(255,255,255,.86);
}
.business-list li {
  position: relative;
  padding-left: 16px;
}
.business-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,.6);
}
.business-hero-media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.14));
}
.business-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.home-advantage {
  padding: 24px 22px;
}
.home-advantage h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.18;
}
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 18px; }
.section-head h2 { margin: 0 0 10px; font-size: 30px; line-height: 1.08; }
.home-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  gap: 22px;
  align-items: stretch;
}
.home-about-copy,
.home-about-point {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow);
}
.home-about-copy {
  padding: 30px 34px;
}
.home-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.home-about-point {
  display: flex;
  align-items: center;
  min-height: 128px;
  padding: 22px 20px;
  font-weight: 700;
  line-height: 1.5;
}
.categories-grid { grid-template-columns: repeat(5,1fr); }
.promo-grid { grid-template-columns: repeat(3,1fr); }
.brands-grid { grid-template-columns: repeat(6,1fr); }
.brand-carousel-track {
  grid-auto-columns: calc((100% - 48px) / 4);
  padding: 8px 2px;
}
.hits-track {
  grid-auto-columns: calc((100% - 60px) / 4);
}
.product-card--hit {
  min-width: 0;
  padding: 18px 18px 20px;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
}
.product-card--hit .product-media {
  height: 200px;
  background: #fff;
  border-radius: 0;
}
.product-card--hit .product-media img {
  object-fit: contain;
  background: #fff;
}
.product-card--hit .card-title {
  min-height: auto;
  font-size: 15px;
}
.product-card--hit .card-title a {
  color: #111827;
}
.product-card--hit .price-row {
  margin-top: 4px;
}
.product-card--hit .price {
  font-size: 18px;
}
.product-card--hit .old-price {
  font-size: 13px;
}
.product-card--hit .meta-row {
  font-size: 12px;
}
.product-card--hit .btn {
  min-height: 44px;
  padding: 0 14px;
}
.category-card { min-height: 210px; background: radial-gradient(circle at top right,rgba(225,31,38,.12),transparent 25%), linear-gradient(180deg,#fff,#fafafa); }
.illustration.real {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg,#fff4e8,#fff);
}
.illustration.real img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
      background: #fff;
}
.promo-strip-sale {
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  overflow: hidden;
}
.promo-strip-sale::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: #d90000;
}
.promo-strip-sale-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #111827;
}
.promo-strip-sale-head h2 { margin: 3px 0 0; color: #111827; font-size: 28px; line-height: 1.08; }
.promo-strip-sale-date { color: #6b7280; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.promo-strip-sale-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(17,17,17,.1);
  color: #171717;
  font-weight: 700;
  font-size: 12px;
}
.promo-strip-sale-track { grid-auto-columns: calc((100% - 120px) / 7); }
.promo-strip-sale-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  z-index: 2;
}
.promo-strip-sale-arrow.prev { left: 12px; }
.promo-strip-sale-arrow.next { right: 12px; }
.sale-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 14px;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  min-height: 100%;
}
.sale-card-media {
  display: block;
  height: 138px;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
.sale-card-media.real img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sale-card-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 0;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.sale-card-prices {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 10px 0 8px;
}
.sale-card-prices strong { font-size: 22px; line-height: 1; }
.sale-card-prices span {
  color: #8b95a3;
  text-decoration: line-through;
  font-size: 12px;
}
.sale-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}
.sale-card h3 a { color: var(--ink); }
.sale-card-footer {
  margin-top: auto;
  display: grid;
  gap: 12px;
}
.sale-card-footer > .btn.btn-primary {
  width: 100%;
}
.promo-card {
  min-height: 220px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.26), transparent 24%),
    linear-gradient(135deg, #ef4444, #d93025 58%, #b91c1c);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.promo-card--image {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.promo-card-media {
  height: 160px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}
.promo-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.promo-date {
  font-size: 13px;
  opacity: .86;
}
.promo-card-link {
	 background: #df0000;
  margin-top: auto;
  width: fit-content;
}
.promo-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}
.promo-badge--new {
  background: rgba(34,197,94,.18);
}
.promo-badge--soon {
  background: rgba(250,204,21,.22);
  color: #fff7d6;
}
.promo-badge--archive {
  background: rgba(15,23,42,.34);
}
.promo-card.light {
  background:
    radial-gradient(circle at top right, rgba(217,48,37,.12), transparent 24%),
    linear-gradient(180deg, #fff7f7, #ffffff);
  color: var(--text);
}
.promo-card::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -30px;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  transform: rotate(-18deg);
  background: rgba(255,255,255,.2);
}
.promo-card.light::after {
  background: rgba(217,48,37,.12);
}
.promo-card h3,
.brand-card h3 {
  margin: 0 0 10px;
}
.brand-card {
  min-height: auto;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
}
.brand-mark-box {
  width: 100%;
  min-height: 78px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
}
.brand-mark-box img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}
.illustration, .product-media, .news-thumb, .article-hero, .promo-block, .gallery-main, .thumb, .cart-thumb {
  border-radius: 24px; overflow: hidden; position: relative;
}
.product-media img,
.news-thumb img,
.article-hero img,
.gallery-main img,
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.news-thumb.real,
.article-hero.real {
  background: #fff;
}
.news-thumb.real img,
.article-hero.real img {
  object-fit: contain;
  background: #fff;
}
.hero-main.has-cover::before {
  display: none;
}
.illustration { height: 140px; margin-top: 18px; background: linear-gradient(135deg,#ffd7b5,#fff1e2 44%,#ffe8d4 100%); }
.cards-grid, .products-grid { grid-template-columns: repeat(4,1fr); }
.product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.products-grid > .product-card,
.hits-track > .product-card {
  align-self: stretch;
}
.product-card .product-media {
  flex: 0 0 auto;
}
.product-card .card-badges,
.product-card .price-row,
.product-card .meta-row {
  flex: 0 0 auto;
}
.product-card .card-title {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.3em * 3);
}
.product-card .btn,
.product-card .pill {
  margin-top: auto;
}
.product-media { height: 220px; background: radial-gradient(circle at 65% 30%,rgba(255,255,255,.72),transparent 18%), linear-gradient(135deg,#fff1df,#ffe7cf 48%,#ffeede); }
.product-media.real::after,
.news-thumb.real::after,
.article-hero.real::after,
.gallery-main.real::after,
.thumb.real::after {
  display: none;
}
.product-media::after, .news-thumb::after, .article-hero::after, .gallery-main::after {
  content: ""; position: absolute; inset: 18px; border-radius: 24px; background-repeat: no-repeat; background-position: center; background-size: contain;
}
.product-media.tool-drill::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 220'%3E%3Cpath fill='%231f2937' d='M169 89h63c14 0 26 12 26 26v8h-89z'/%3E%3Cpath fill='%23d93025' d='M97 71h91c22 0 40 18 40 40v5H97c-16 0-29-13-29-29v-1c0-8 4-15 10-20l19-15z'/%3E%3Cpath fill='%231f2937' d='M67 112h107v24H67z'/%3E%3Cpath fill='%23334155' d='M149 133h32v61c0 8-7 15-15 15h-2c-8 0-15-7-15-15z'/%3E%3Ccircle fill='%23fff' cx='103' cy='95' r='10'/%3E%3Crect fill='%23cfd8e3' x='220' y='95' width='30' height='12' rx='4'/%3E%3C/svg%3E"); }
.product-media.tool-saw::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 220'%3E%3Ccircle fill='%23334155' cx='150' cy='112' r='64'/%3E%3Ccircle fill='%23fff' cx='150' cy='112' r='18'/%3E%3Cpath fill='%23d93025' d='M77 82h93l42 21-17 25H61z'/%3E%3C/svg%3E"); }
.product-media.tool-box::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 220'%3E%3Crect fill='%23d93025' x='54' y='78' width='192' height='98' rx='20'/%3E%3Crect fill='%231f2937' x='54' y='102' width='192' height='20'/%3E%3Cpath fill='%23334155' d='M113 61h74a10 10 0 0 1 10 10v7h-20v-1h-54v1h-20v-7a10 10 0 0 1 10-10z'/%3E%3C/svg%3E"); }
.product-media.tool-mixer::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 220'%3E%3Cpath fill='%23d93025' d='M96 91h102c16 0 29 13 29 29v7H96z'/%3E%3Cpath fill='%231f2937' d='M71 91h31v36H71c-10 0-18-8-18-18s8-18 18-18z'/%3E%3C/svg%3E"); }
.card-title, .news-card h3, .feature-card h3, .benefit-card h3 { margin: 0; font-size: 20px; line-height: 1.3; }
.summary-actions {
  margin: 20px 0 18px;
}
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.price { font-size: 28px; font-weight: 800; }
.old-price { color: var(--muted); text-decoration: line-through; }
.meta-row, .rating-row, .summary-line, .order-summary, .sidebar-list { color: var(--muted); font-size: 14px; }
.catalog-layout, .account-layout { grid-template-columns: 300px 1fr; }
.product-layout { grid-template-columns: 1.05fr .95fr; align-items: start; }
.cart-layout { grid-template-columns: 1fr 340px; align-items: start; }
.checkout-layout { grid-template-columns: 1fr 360px; align-items: start; }
.sidebar, .checkout-sidebar { position: sticky; top: 140px; }
.filter-block h3, .summary-box h3, .support-box h3, .checkout-card h2, .account-card h2, .auth-card h1, .cart-list h1, .page-title h1 { margin: 0 0 16px; }
.filter-group { display: grid; gap: 10px; margin-bottom: 18px; }
.filter-group label, .radio-card { display: flex; gap: 12px; color: var(--muted); }
.field, .select, .textarea {
  width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line); background: var(--surface); outline: none;
}
.is-hidden {
  display: none !important;
}
.checkout-delivery-note {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(217,48,37,.16);
  background: rgba(217,48,37,.04);
}
.checkout-delivery-note strong {
  display: block;
  margin-bottom: 6px;
}
.checkout-delivery-note p {
  margin: 0;
}
.page-title, .panel, .cart-list, .checkout-card, .account-card, .auth-card, .article-card, .product-summary, .summary-box { padding: 28px; }
.breadcrumbs { margin: 18px 0 14px; color: var(--muted); font-size: 14px; }
.toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.gallery-main { height: 460px; margin-bottom: 16px; background: radial-gradient(circle at 25% 20%,rgba(255,255,255,.74),transparent 18%), linear-gradient(180deg,#fdecec,#f9dddd 54%,#fff7f7); border: 1px solid rgba(219,226,234,.92); }
.gallery-main::after { inset: 34px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 320'%3E%3Cpath fill='%23d93025' d='M142 114h145c28 0 51 23 51 51v7H142c-20 0-36-16-36-36v-1c0-9 4-18 11-24l25-20z'/%3E%3Cpath fill='%231f2937' d='M95 172h182v39H95z'/%3E%3C/svg%3E"); }
.gallery-main.real img {
  object-fit: contain;
  padding: 24px;
}
.gallery-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
  }
.thumb { height: 92px; border: 1px solid var(--line); background: linear-gradient(135deg,#fff7f0,#fff); }
.thumb { cursor: pointer; }
.gallery-main.real img { cursor: zoom-in; }
.thumb.active,
.thumb.is-active { border-color: rgba(217,48,37,.55); box-shadow: 0 16px 28px rgba(217,48,37,.14); }
.product-layout--donor {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) minmax(320px, .72fr);
  gap: 18px;
  align-items: start;
}
.product-gallery-panel,
.product-info-panel {
  min-width: 0;
}
.product-gallery-shell--donor,
.product-info-panel,
.product-buy-card,
.delivery-box--quick {
  border-radius: 24px;
  border: 1px solid rgba(226,232,240,.98);
  background: rgba(255,255,255,.98);
  box-shadow: 0 10px 26px rgba(15,23,42,.05);
}
.product-gallery-shell--donor {
  padding: 20px;
}
.product-gallery-note {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
}
.gallery-main--donor {
  height: 540px;
  margin-bottom: 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.92), transparent 18%),
    linear-gradient(180deg, #fff 0%, #f8fafc 48%, #f2f5f8 100%);
}
.gallery-main--donor::after {
  display: none;
}
.gallery-main--donor.real img {
  padding: 20px 28px 10px;
}
.gallery-thumbs--donor {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.gallery-thumbs--donor .thumb {
  height: 84px;
  border-radius: 14px;
  background: #fff;
}
.gallery-thumbs--donor .thumb img {
  padding: 8px;
  object-fit: contain;
}
.product-info-panel {
  padding: 22px 24px 24px;
  display: grid;
  gap: 16px;
}
.product-headline-row--donor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(226,232,240,.92);
}
.product-code {
  color: var(--muted);
  font-size: 13px;
}
.product-code span {
  color: var(--ink);
  font-weight: 700;
}
.product-rating-strip--top {
  justify-content: flex-end;
}
.product-title-donor {
  margin: 0;
  font-size: 31px;
  line-height: 1.14;
  letter-spacing: -.03em;
  font-weight: 800;
}
.product-rating-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 13px;
}
.product-rating-strip strong {
  color: var(--ink);
}
.product-brand-row--donor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.product-brand-row--donor a,
.product-brand-row--donor span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(226,232,240,.96);
  color: var(--ink);
  font-size: 13px;
}
.product-guarantee-row--donor {
  display: grid;
  gap: 10px;
}
.product-guarantee-row--donor span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  background: linear-gradient(180deg,#fff,#f8fafc);
  border: 1px solid rgba(226,232,240,.92);
  color: #334155;
  font-weight: 700;
  font-size: 14px;
}
.product-guarantee-row--donor i {
  color: var(--brand);
}
.variation-selector--donor {
  margin: 0;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg,#fff,#fbfcfd);
}
.product-specs-preview--donor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.product-specs-preview-item {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 1fr;
  align-items: center;
  gap: 10px 14px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(226,232,240,.96);
}
.product-specs-preview-item span {
  color: var(--muted);
  font-size: 13px;
}
.product-specs-preview-item strong {
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
}
.product-more-actions {
  display: flex;
  justify-content: flex-start;
}
.product-more-actions .btn {
  min-height: 42px;
  padding-inline: 16px;
  border-radius: 14px;
}
.product-description-teaser {
  color: #475569;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-summary--donor {
  position: sticky;
  top: 118px;
  padding: 0;
  display: grid;
  gap: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.product-buy-card {
  padding: 20px;
  display: grid;
  gap: 12px;
}
.product-price-badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(217,48,37,.1);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-price-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 2px;
}
.product-retail-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: -2px;
}
.product-card .product-retail-note,
.sale-card .product-retail-note,
.ajax-product-card .product-retail-note {
  min-height: 16px;
}
.sale-card .product-price-meta,
.ajax-product-card .product-price-meta {
  margin-top: 0;
  margin-bottom: 0;
}
.sale-card .product-article,
.ajax-product-card .product-article {
  margin-top: 0;
}
.sale-card .product-retail-note,
.ajax-product-card .product-retail-note {
  display: block;
  margin-top: -2px;
  margin-bottom: 2px;
}
.summary-line--donor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.price-row--donor {
  align-items: flex-end;
}
.price-row--donor .price {
  font-size: 36px;
  line-height: 1;
}
.price-row--donor .old-price {
  font-size: 16px;
}
.price-row--donor .old-price:empty {
  display: none;
}
.summary-savings {
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(217,48,37,.08);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 700;
}
.summary-savings.is-hidden {
  display: none;
}
.summary-actions--donor {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 6px 0 0;
}
.summary-actions--donor .btn {
  min-height: 52px;
  border-radius: 16px;
}
.product-secondary-actions--donor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.product-headline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(226,232,240,.96);
  border-radius: 14px;
  background: #fff;
  color: #334155;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.product-headline-action span {
  white-space: nowrap;
}
.product-headline-action:hover {
  border-color: rgba(217,48,37,.28);
  color: var(--brand-dark);
}
.product-headline-action.is-active {
  color: var(--brand-dark);
  background: rgba(217,48,37,.08);
  border-color: rgba(217,48,37,.24);
  box-shadow: 0 12px 24px rgba(217,48,37,.08);
}
.delivery-box--donor {
  margin-top: 0;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg,#fff,#f8fafc);
  border: 1px solid rgba(226,232,240,.96);
}
.delivery-box--donor strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.sidebar-list--donor {
  display: grid;
  gap: 8px;
}
.sidebar-list--donor div {
  position: relative;
  padding-left: 18px;
}
.sidebar-list--donor div::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}
.delivery-box--quick {
  padding: 18px;
}
.product-buy-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.tab-list--donor {
  gap: 8px;
  padding-bottom: 2px;
}
.tab-list--donor .tab-button {
  min-height: 48px;
  border-radius: 16px 16px 8px 8px;
  padding: 0 18px;
  font-size: 12px;
  letter-spacing: .03em;
}
.tab-list--donor .tab-button.active {
  background: linear-gradient(135deg,#ef4444,#d93025);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(217,48,37,.18);
}
.product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 20px;
}
.product-description-block,
.product-specs-block,
.product-delivery-block {
  color: #334155;
  line-height: 1.72;
}
.product-description-block {
  padding-right: 12px;
}
.product-description-block > *:first-child,
.product-specs-extra > *:first-child,
.product-delivery-block > *:first-child {
  margin-top: 0;
}
.product-description-block > *:last-child,
.product-specs-extra > *:last-child,
.product-delivery-block > *:last-child {
  margin-bottom: 0;
  text-align: left;
}
.product-specs-block h3,
.product-review-anchor h3 {
  margin-top: 0;
}
.product-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.product-specs-grid > div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(226,232,240,.96);
}
.product-specs-grid span {
  color: var(--muted);
  font-size: 12px;
}
.product-specs-extra {
  margin-top: 16px;
}
.delivery-box--inline {
  margin-top: 18px;
}
.product-layout--enhanced { align-items: start; }
.product-meta-grid { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 12px; font-size: 14px; color: var(--muted); }
.product-meta-grid strong { color: var(--ink); font-weight: 700; }
.product-price-row { align-items: end; gap: 14px; }
.variation-selector { display: grid; gap: 14px; margin: 18px 0 22px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg,#fff,#fff7f1); }
.variation-group { display: grid; gap: 10px; }
.variation-label { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 800; }
.variation-list { display: flex; flex-wrap: wrap; gap: 10px; }
.variation-option {
  position: relative; min-width: 54px; min-height: 54px; padding: 0 14px; border-radius: 16px;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink); cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.variation-option span { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; font-weight: 700; font-size: 14px; }
.variation-option:hover { border-color: rgba(217,48,37,.45); transform: translateY(-1px); }
.variation-option.active {
  border-color: rgba(217,48,37,.72);
  box-shadow: 0 18px 30px rgba(217,48,37,.16);
  background: linear-gradient(180deg,#fff1f1,#fde3e3);
}
.variation-option--chip {
  width: 54px; min-width: 54px; padding: 0; overflow: hidden; background: #fff;
}
.variation-chip-media {
  display: block;
  width: 100%;
  min-height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.variation-chip-media img {
  display: block;
  width: 100%;
  height: 54px;
  object-fit: cover;
}
.variation-option--chip .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.stock { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(217,48,37,.1); color: var(--success); font-weight: 700; }
.delivery-box, .promo-strip, .note-box {
  margin-top: 18px; padding: 16px 18px; border-radius: 18px; background: linear-gradient(180deg,#fff7f7,#fff); border: 1px solid rgba(217,48,37,.18);
}
.tab-list {
  margin: 0 0 18px;
}
.tab-button {
    padding: 12px 16px; border-radius: 14px; border: 1px solid var(--line); background: #fff; font-weight: 700;
  }
.tab-button.active { background: var(--brand-soft); border-color: rgba(217,48,37,.25); color: var(--brand-dark); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.news-layout { grid-template-columns: repeat(3,1fr); }
.news-thumb { height: 220px; background: linear-gradient(135deg,#ffd5ad,#fff0de); }
.news-thumb::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 200'%3E%3Crect width='340' height='200' rx='28' fill='%23fff'/%3E%3Crect x='22' y='28' width='182' height='20' rx='10' fill='%23d93025' opacity='.84'/%3E%3Crect x='22' y='62' width='296' height='14' rx='7' fill='%23d6dee8'/%3E%3C/svg%3E"); }
.news-copy { padding: 24px; }
.article-hero { height: 360px; background: linear-gradient(135deg,#ffddb7,#fff4e6 52%,#fff); margin-bottom: 24px; }
.article-hero::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 260'%3E%3Crect width='420' height='260' rx='32' fill='%23ffffff'/%3E%3Crect x='34' y='40' width='220' height='26' rx='13' fill='%23d93025'/%3E%3C/svg%3E"); }
.article-body { display: grid; gap: 16px; color: #334155; line-height: 1.72; }
.article-body h2 {
  margin: 14px 0 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
}
.article-body p,
.article-body ul {
  margin: 0;
}
.article-body ul {
  padding-left: 20px;
}
.article-body a {
  color: var(--brand-dark);
}
.sales-page {
  display: grid;
  gap: 18px;
}
.sales-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #111827;
}
.sales-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.sales-facts > div {
  padding: 18px 18px 16px;
  background: #f8f8f8;
  border: 1px solid rgba(17,17,17,.08);
}
.sales-facts strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 16px;
}
.sales-facts span {
  color: #4b5563;
}
.sales-checklist {
  display: grid;
  gap: 8px;
}
.sales-checklist li::marker {
  color: var(--brand);
}
.cart-item { display: grid; grid-template-columns: 140px 1fr auto; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }
.cart-thumb { height: 120px; border: 1px solid var(--line); background: linear-gradient(135deg,#fff0df,#fff); }
.quantity { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 14px; padding: 6px; }
.quantity button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: var(--surface-alt); cursor: pointer; }
.quantity input { width: 48px; border: 0; text-align: center; background: transparent; }
.form-grid { grid-template-columns: repeat(2,1fr); }
.form-grid .full { grid-column: 1 / -1; }
.radio-card-group { display: grid; gap: 12px; }
.radio-card { padding: 16px; border: 1px solid var(--line); border-radius: 18px; }
.auth-wrap { max-width: 1120px; margin: 26px auto 0; }
.auth-grid { grid-template-columns: 1.05fr .95fr; }
.promo-block { min-height: 100%; background: linear-gradient(135deg,#ef4444,#d93025 58%,#b91c1c); color: #fff; padding: 34px; }
.account-layout { grid-template-columns: 280px 1fr; }
.account-layout > aside.account-card { display: flex; flex-direction: column; }
.account-nav a { display: block; padding: 14px 16px; border-radius: 14px; color: var(--muted); }
.account-nav a.active, .account-nav a:hover { background: var(--brand-soft); color: var(--brand-dark); }
.order-table { width: 100%; border-collapse: collapse; }
.order-table th, .order-table td { text-align: left; padding: 14px 0; border-bottom: 1px solid var(--line); }
.account-head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.account-head h1 { margin: 0 0 4px; font-size: 24px; }
.account-avatar {
  width: 62px; height: 62px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg,#ef4444,#d93025); color: #fff; font-size: 24px; box-shadow: 0 18px 34px rgba(217,48,37,.22);
}
.account-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.account-badge {
  display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px;
  background: #fdecec; color: var(--brand-dark); border: 1px solid rgba(217,48,37,.16); font-weight: 700; font-size: 13px;
}
.account-badge.is-approved { background: rgba(217,48,37,.1); color: var(--success); border-color: rgba(217,48,37,.2); }
.account-badge.is-pending { background: rgba(245,158,11,.12); color: #b45309; border-color: rgba(245,158,11,.2); }
.account-badge.is-rejected { background: rgba(220,38,38,.1); color: #b91c1c; border-color: rgba(220,38,38,.18); }
.account-side-info { display: grid; gap: 10px; margin: 18px 0 22px; color: #475569; }
.account-logout { margin-top: auto; }
.account-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.account-stat {
  padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: linear-gradient(180deg,#fff,#fff8f2);
  display: grid; gap: 8px;
}
.account-stat span { color: var(--muted); font-size: 13px; }
.account-stat strong { font-size: 28px; line-height: 1; }
.account-empty {
  display: grid; justify-items: start; gap: 14px; padding: 26px; border-radius: 20px;
  border: 1px dashed rgba(219,226,234,.96); background: linear-gradient(180deg,#fff,#f8fafc);
}
.account-empty h3 { margin: 0; }
.account-orders { display: grid; gap: 18px; }
.order-card {
  padding: 22px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(180deg,#fff,#fffaf6);
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}
.order-card-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 14px;
}
.order-card-head h3 { margin: 0 0 6px; font-size: 20px; }
.order-card-meta { display: grid; gap: 8px; justify-items: end; }
.order-card-info {
  display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 18px; color: var(--muted); font-size: 14px;
}
.order-status {
  display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 700;
  border: 1px solid transparent;
}
.order-status.is-new { background: rgba(59,130,246,.1); color: #1d4ed8; border-color: rgba(59,130,246,.16); }
.order-status.is-progress { background: rgba(245,158,11,.12); color: #b45309; border-color: rgba(245,158,11,.2); }
.order-status.is-done { background: rgba(217,48,37,.1); color: var(--success); border-color: rgba(217,48,37,.2); }
.order-status.is-cancelled { background: rgba(220,38,38,.1); color: #b91c1c; border-color: rgba(220,38,38,.18); }
.order-items { display: grid; gap: 12px; }
.order-item-row {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-top: 12px; border-top: 1px solid var(--line);
}
.order-item-row a { color: var(--ink); font-weight: 700; }
.order-item-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: flex-end; color: var(--muted); text-align: right; }
.order-item-meta strong { color: var(--ink); }
.order-comment {
  margin-top: 16px; padding: 14px 16px; border-radius: 16px; background: #fff; border: 1px solid var(--line); color: #475569;
}
.order-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.order-step {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(241,245,249,.92);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.order-step.is-done {
  background: rgba(217,48,37,.1);
  color: var(--success);
}
.order-step.is-active {
  background: rgba(217,48,37,.14);
  color: var(--brand-dark);
}
.reviews-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
}
.reviews-list,
.review-form {
  display: grid;
  gap: 14px;
}
.review-card {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15,23,42,.82);
}
.image-lightbox[hidden] {
  display: none !important;
}
.image-lightbox-dialog {
  width: min(100%, 1100px);
  max-height: calc(100vh - 80px);
  display: grid;
  place-items: center;
}
.image-lightbox-dialog img {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  object-fit: contain;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
}
.image-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.12);
  color: #fff;
    cursor: pointer;
  }
.image-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 16px;
    background: rgba(255,255,255,.14);
    color: #fff;
    cursor: pointer;
    z-index: 2;
  }
.image-lightbox-nav.prev {
    left: 20px;
  }
.image-lightbox-nav.next {
      right: 20px;
    }
.image-lightbox-nav:hover,
.image-lightbox-close:hover {
    background: rgba(255,255,255,.22);
  }
.callback-panel {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15,23,42,.42);
  z-index: 777;
}
.callback-panel[hidden] {
  display: none !important;
}
.has-open-modal { overflow: hidden; }
.callback-card {
  position: relative;
  width: min(100%, 480px);
  padding: 28px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(15,23,42,.28);
}
.callback-details {
  margin: 16px 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(248,250,252,.8);
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}
.callback-details p {
  margin: 0;
}
.callback-details p + p {
  margin-top: 8px;
}
.callback-details a {
  color: var(--accent);
}
.callback-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 14px;
  background: rgba(241,245,249,.92);
}
.compare-table-wrap {
  overflow: auto;
}
.compare-table {
  min-width: 820px;
  display: grid;
}
.compare-row {
  display: grid;
  grid-template-columns: 240px repeat(auto-fit, minmax(220px, 1fr));
}
.compare-row + .compare-row {
  border-top: 1px solid var(--line);
}
.compare-label,
.compare-cell {
  padding: 18px;
}
.compare-label {
  font-weight: 800;
  background: rgba(248,250,252,.9);
}
.compare-cell--product h3 {
  margin: 12px 0 0;
  font-size: 16px;
}
.brand-hero-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  align-items: center;
}
.brand-hero-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.catalog-layout--category {
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}
.catalog-sidebar-panel {
  position: sticky;
  top: 22px;
}
.catalog-main-column {
  display: grid;
  gap: 22px;
}
.category-filter {
  gap: 22px;
}
.filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.filter-head h3 {
  margin: 0;
  font-size: 18px;
}
.category-tree-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.category-tree-children {
  margin-top: 10px;
  padding-left: 14px;
  border-left: 1px solid rgba(219,226,234,.92);
}
.category-tree-item.is-current > .category-tree-line .category-tree-link {
  color: var(--brand);
  font-weight: 800;
}
.category-tree-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-tree-link {
  flex: 1;
  color: var(--ink);
  font-weight: 600;
}
.category-tree-count {
  flex-shrink: 0;
  min-width: 36px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(241,245,249,.92);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.price-filter {
  display: grid;
  gap: 16px;
}
.price-filter-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.price-field {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
}
.price-field input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 14px;
  font: inherit;
}
.price-range-shell {
    position: relative;
    height: 34px;
    --start: calc((var(--range-from) - var(--range-min)) / (var(--range-max) - var(--range-min)) * 100%);
    --end: calc((var(--range-to) - var(--range-min)) / (var(--range-max) - var(--range-min)) * 100%);
  }
.price-range-track {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 6px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(226,232,240,.95) 0%,
    rgba(226,232,240,.95) var(--start),
    var(--brand) var(--start),
    var(--brand) var(--end),
    rgba(226,232,240,.95) var(--end),
    rgba(226,232,240,.95) 100%
  );
}
.price-range-shell input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
  background: transparent;
  appearance: none;
  pointer-events: none;
}
.price-range-shell input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand);
  box-shadow: 0 4px 10px rgba(15,23,42,.14);
  pointer-events: auto;
  cursor: pointer;
}
.price-range-shell input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand);
  box-shadow: 0 4px 10px rgba(15,23,42,.14);
  pointer-events: auto;
  cursor: pointer;
}
.price-range-shell input[type="range"]::-webkit-slider-runnable-track {
    height: 34px;
    background: transparent;
  }
.price-range-shell input[type="range"]::-moz-range-track {
    height: 34px;
    background: transparent;
  }
.brand-filter-list {
  display: grid;
  gap: 10px;
  max-height: 260px;
  overflow: auto;
  padding-right: 6px;
}
.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}
.filter-actions {
  display: grid;
  gap: 10px;
}
.btn-light {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
.toolbar--catalog {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219,226,234,.9);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.toolbar-meta strong {
  display: block;
  font-size: 18px;
}
.catalog-toolbar-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.catalog-sort label {
  display: grid;
  gap: 8px;
  min-width: 270px;
  color: var(--muted);
  font-size: 13px;
}
.catalog-sort--inline label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}
.catalog-sort--inline span {
  flex: 0 0 auto;
}
.catalog-per-page select {
  min-width: 84px;
}
.catalog-sort select {
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 0 14px;
  font: inherit;
  background: #fff;
}
.section-head--compact h2 {
  margin-bottom: 6px;
}
.section-head--compact p {
  margin: 0;
  color: var(--muted);
}
.catalog-subcategories {
  display: grid;
  gap: 18px;
}
.catalog-subcategories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  font-size: 12px;
}
.category-card--sub {
  min-height: 100%;
}
.category-card--sub .illustration {
  height: 148px;
  margin-bottom: 16px;
}
.catalog-products {
  display: grid;
  gap: 20px;
}
.products-grid--catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.empty-state {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219,226,234,.9);
  text-align: center;
}
.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}
.pagination-link:hover {
  border-color: rgba(217,48,37,.35);
  color: var(--brand-dark);
}
.pagination-link.is-current {
  background: linear-gradient(135deg,#ef4444,#d93025);
  color: #fff;
  border-color: transparent;
}
.pagination-link.is-nav {
  padding: 0 18px;
}
.pagination-link--gap {
  border-style: dashed;
  color: var(--muted);
}
.site-footer { margin-top: 40px; padding: 40px 0 56px; background: #2e2e2f; color: rgba(255,255,255,.84); }
.cart-toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 24px);
  opacity: 0; pointer-events: none; min-width: min(560px, calc(100% - 32px));
  padding: 16px 18px; border-radius: 22px; background: rgba(27,36,48,.96); color: #fff;
  box-shadow: 0 24px 60px rgba(15,23,42,.35); transition: opacity .25s ease, transform .25s ease; z-index: 50;
}
.cart-toast.show { opacity: 1; transform: translate(-50%, 0); }
.cart-toast strong { display: block; margin-bottom: 4px; }
.cart-toast .muted { color: rgba(255,255,255,.72); }
.footer-grid { grid-template-columns: 1.18fr .92fr .82fr 1.05fr; gap: 28px; align-items: start; }
.footer-grid h3, .footer-grid h4 { margin-top: 0; color: #fff; }
.footer-column { min-width: 0; }
.footer-links { display: grid; gap: 10px; }
.footer-brand-card {
  margin-bottom: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.footer-brand-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}
.footer-contact-stack {
  margin-top: 22px;
}
.footer-links h4 {
  margin-bottom: 8px;
}
.footer-links a {
  color: rgba(255,255,255,.84);
  transition: color .2s ease, transform .2s ease;
}
.footer-links a:hover {
  color: #fff;
  transform: translateX(2px);
}
.footer-links--contacts span,
.footer-links--contacts a {
  color: rgba(255,255,255,.84);
  line-height: 1.65;
}
.footer-links--contacts a:hover {
    color: #fff;
  }
.footer-map-route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(223,0,0,.16);
  border: 1px solid rgba(223,0,0,.34);
  color: #fff;
  font-weight: 800;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-map-route:hover {
  background: rgba(223,0,0,.24);
  border-color: rgba(223,0,0,.5);
  color: #fff;
  transform: translateY(-1px);
}
.footer-lead-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    linear-gradient(135deg, rgba(223,0,0,.18), rgba(223,0,0,0) 55%);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 24px 54px rgba(0,0,0,.24);
}
.footer-lead-media {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.1);
}
.footer-lead-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
}
.footer-lead-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #ff9b9b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-lead-body h4 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.2;
}
.footer-lead-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}
.footer-lead-actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.footer-lead-mail {
  background: rgba(17,24,39,.88);
  border-color: rgba(255,255,255,.12);
  color: #fff;
}
.footer-lead-mail:hover {
  background: #111827;
  border-color: rgba(255,255,255,.2);
  color: #fff;
}
.footer-lead-meta {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.74);
}
.footer-lead-route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-lead-route:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.2);
  color: #fff;
  transform: translateY(-1px);
}
.footer-lead-meta a {
  color: #fff;
  font-weight: 700;
}
.footer-socials {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-socials > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer-socials-list {
  display: flex;
  gap: 10px;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(223,0,0,.16);
  border: 1px solid rgba(223,0,0,.34);
  color: #fff;
  font-size: 19px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-social:hover {
  background: rgba(223,0,0,.24);
  border-color: rgba(223,0,0,.5);
  color: #fff;
  transform: translateY(-1px);
}
.footer-social--image img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  background: transparent;
}

/* Final visual catalog refresh */
.visual-catalog-section {
  padding: 42px 0 40px;
  background: linear-gradient(180deg, #fff 0%, #f5f7fa 100%);
  border-bottom: 1px solid #e7ebf0;
}
.visual-catalog-track {
  padding: 4px max(28px, calc((100vw - var(--container)) / 2)) 12px;
  grid-auto-columns: calc((100% - 84px) / 5);
  gap: 22px;
}
.visual-catalog-section .visual-catalog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 320px;
  padding: 18px 18px 16px;
  background: #fff;
  border: 1px solid #e3e8ef;
  box-shadow: 0 16px 36px rgba(15,23,42,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.visual-catalog-section .visual-catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(223,0,0,.22);
  box-shadow: 0 20px 42px rgba(15,23,42,.1);
}
.visual-catalog-card__head {
  margin-bottom: 14px;
}
.visual-catalog-section .visual-catalog-card h3 {
  margin: 0;
  min-height: 54px;
  color: #232a33;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 800;
}
.visual-catalog-section .visual-catalog-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(223,0,0,.08), rgba(223,0,0,0) 42%),
    linear-gradient(180deg, #f9fafb 0%, #eef2f6 100%);
}
.visual-catalog-section .visual-catalog-card__image img {
  width: 100%;
  height: 100%;
  max-width: 210px;
  max-height: 170px;
  object-fit: contain;
  background: transparent;
  mix-blend-mode: multiply;
}
.visual-catalog-arrow {
  top: 56%;
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.96);
  border: 1px solid #d8e0e8;
  box-shadow: 0 12px 28px rgba(15,23,42,.12);
}
@media (max-width: 1200px) {
  .visual-catalog-track {
    grid-auto-columns: calc((100% - 44px) / 3);
  }
  .visual-catalog-section .visual-catalog-card {
    min-height: 296px;
  }
  .visual-catalog-section .visual-catalog-card h3 {
    font-size: 18px;
    min-height: 48px;
  }
  .visual-catalog-section .visual-catalog-card__image {
    min-height: 190px;
  }
}
@media (max-width: 760px) {
  .visual-catalog-track {
    grid-auto-columns: 78vw;
    padding-inline: 16px;
  }
  .visual-catalog-section .visual-catalog-card {
    min-height: 270px;
    padding: 16px;
  }
  .visual-catalog-section .visual-catalog-card h3 {
    font-size: 17px;
    min-height: 44px;
  }
  .visual-catalog-section .visual-catalog-card__image {
    min-height: 174px;
    padding: 14px;
  }
}
.footer-disclaimer {
  margin-top: 22px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
}
.muted { color: var(--muted); }
.hidden-mobile { display: block; }
@media (min-width: 1201px) {
  .header-main {
    grid-template-columns: minmax(260px, 322px) 230px minmax(440px, 560px) 226px auto;
    gap: 22px;
  }
  .catalog-trigger {
    min-width: 324px;
  }
  .searchbar {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .catalog-mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .carousel-track { grid-auto-columns: calc((100% - 20px) / 3); }
  .categories-carousel-track { grid-auto-columns: calc((100% - 20px) / 3); }
  .promo-strip-sale-track { grid-auto-columns: calc((100% - 40px) / 4); }
  .hero-grid, .product-layout, .auth-grid, .footer-grid, .quick-grid, .categories-grid, .cards-grid, .products-grid, .news-layout, .promo-grid, .brands-grid { grid-template-columns: repeat(2,1fr); }
  .business-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .business-hero { grid-column: 1 / -1; }
  .home-intro-grid,
  .home-about-grid,
  .home-advantages-grid,
  .sales-facts,
  .home-facts-grid,
  .delivery-tabs,
  .competitor-points,
  .home-catalog-products,
  .order-story {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .visual-catalog-layout,
  .delivery-geo-grid,
  .super-offer,
  .delivery-argument,
  .competitor-layout {
    grid-template-columns: 1fr;
  }
  .visual-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .header-main { grid-template-columns: minmax(210px, 248px) 220px minmax(260px,1fr) 176px auto; gap: 10px; }
  .catalog-trigger,
  .nav-link,
  .nav-list button {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cart-layout, .checkout-layout, .catalog-layout, .account-layout { grid-template-columns: 1fr; }
  .sidebar, .checkout-sidebar { position: static; }
  .catalog-subcategories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-grid,
  .brand-hero-grid { grid-template-columns: 1fr; }
  .account-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-carousel-track { grid-auto-columns: calc((100% - 20px) / 3); }
  .hits-track { grid-auto-columns: calc((100% - 30px) / 3); }
}
@media (max-width: 860px) {
  .catalog-mega-grid,
  .carousel-track { grid-template-columns: 1fr; grid-auto-columns: 100%; }
  .home-intro-grid,
  .home-about-grid,
  .home-advantages-grid,
  .sales-facts,
  .home-facts-grid,
  .delivery-tabs,
  .competitor-points,
  .home-catalog-products,
  .order-story {
    grid-template-columns: 1fr;
  }
  .visual-catalog-grid,
  .company-story-thumbs {
    grid-template-columns: 1fr;
  }
  .home-catalog-section__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-about-points {
    grid-template-columns: 1fr;
  }
  .promo-strip-sale { padding: 22px 18px 20px; }
  .promo-strip-sale-head { align-items: flex-start; flex-direction: column; }
  .carousel-arrow-floating { display: none; }
  .hero-main {
    min-height: 420px;
  }
  .hero-inner {
    min-height: 420px;
  }
  .hero-media {
    width: min(38%, 260px);
    right: 22px;
    bottom: -26px;
    border-radius: 24px;
  }
  .topbar { display: none; }
  .mobile-toggle { display: inline-grid; place-items: center; }
  .header-main {
    grid-template-columns: 48px minmax(0,1fr) auto;
    grid-template-areas:
      "menu brand actions"
      "search search search";
    gap: 12px;
    padding: 12px 0 14px;
  }
  .mobile-toggle { grid-area: menu; }
  .brand {
    grid-area: brand;
    gap: 0;
    min-width: 0;
  }
  .brand-logo {
    width: min(100%, 210px);
    max-height: 42px;
  }
  .header-city,
  .header-contact {
    display: none;
  }
  .header-actions {
    display: inline-flex;
    grid-area: actions;
    justify-self: end;
    gap: 6px;
    margin-right: 0;
  }
  .header-action {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--line);
  }
  .header-actions .header-action:nth-child(1),
  .header-actions .header-action:nth-child(2),
  .header-actions .header-action:nth-child(3) {
    display: none;
  }
  .header-action i { font-size: 16px; }
  .header-action .badge {
    position: absolute;
    top: -6px;
    right: -4px;
    min-width: 18px;
    padding: 2px 5px;
    font-size: 11px;
  }
  .searchbar {
      grid-area: search;
      width: 100%;
      padding: 8px 8px 8px 14px;
      border-radius: 16px;
  }
  .searchbar button {
    min-width: 46px;
    padding: 11px 14px;
  }
  .searchbar button span { display: none; }
  .header-nav { display: none; padding: 0; margin: 0; background: transparent; }
  .header-nav.open {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 10px;
    right: 10px;
    z-index: 24;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(219,226,234,.92);
    box-shadow: 0 22px 48px rgba(15,23,42,.16);
    max-height: min(72vh, 560px);
    overflow: auto;
  }
  .nav-list { display: grid; gap: 8px; }
  .nav-list a,
  .nav-list button {
    min-height: 48px;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid rgba(17,17,17,.05);
    color: #111827;
  }
  .catalog-menu {
    position: fixed;
    top: 74px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
    border-radius: 20px;
    z-index: 30;
    max-height: calc(100svh - 84px);
  }
  .catalog-layout-menu {
    max-height: calc(100svh - 84px);
    padding: 18px 16px;
    width: 100%;
  }
  .toolbar--catalog {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .catalog-toolbar-controls {
    justify-content: stretch;
  }
  .catalog-sort--inline label {
    display: grid;
    gap: 8px;
    white-space: normal;
  }
  .catalog-sort label {
    min-width: 0;
  }
  .catalog-subcategories-grid {
    grid-template-columns: 1fr;
  }
  .products-grid--catalog { grid-template-columns: 1fr; }
  .products-grid--cart { grid-template-columns: 1fr; }
  .account-stats { grid-template-columns: 1fr; }
  .card-actions-inline,
  .product-secondary-actions { grid-template-columns: 1fr; }
  .order-card-head, .order-item-row { display: grid; grid-template-columns: 1fr; }
  .order-card-meta, .order-item-meta { justify-items: start; text-align: left; }
  .hero-main, .promo-block, .page-title, .panel, .cart-list, .checkout-card, .account-card, .auth-card, .article-card { padding: 22px; }
  .hero-grid, .quick-grid, .categories-grid, .cards-grid, .products-grid, .news-layout, .auth-grid, .footer-grid, .form-grid, .gallery-thumbs, .promo-grid, .brands-grid { grid-template-columns: 1fr; }
  .business-grid { grid-template-columns: 1fr; }
  .home-intro-copy,
  .home-about-copy,
  .home-advantage,
  .home-metric,
  .home-cta,
  .home-fact,
  .delivery-geo-info,
  .super-offer {
    padding: 22px;
  }
  .visual-catalog-nav {
    padding: 22px;
  }
  .visual-catalog-card__image {
    height: 220px;
  }
  .company-story-hero img {
    height: 280px;
  }
  .company-story-thumb img {
    height: 180px;
  }
  .business-hero {
    padding: 22px 22px 160px;
  }
  .business-list { grid-template-columns: 1fr; }
  .business-hero-media {
    width: 100%;
    height: 150px;
    align-items: stretch;
  }
  .cart-item { grid-template-columns: 1fr; }
  .variation-selector { padding: 16px; }
  .hidden-mobile { display: none; }
  .hero-main {
    min-height: 320px;
  }
  .hero-inner {
    min-height: 320px;
  }
  .hero-media {
    width: clamp(148px, 28vw, 168px);
    right: 0;
    bottom: -18px;
  }
  .hero-copy {
    max-width: calc(100% - 126px);
    padding: 22px 0;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .home-intro-actions,
  .home-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-controls {
    padding-top: 12px;
  }
  .hero-dots {
    gap: 6px;
  }
  .hero-dot {
    width: 9px;
    height: 9px;
  }
  .hero-side .hero-banner-card {
    display: none;
  }
  .product-layout,
  .product-layout--donor {
    gap: 18px;
    grid-template-columns: 1fr;
  }
  .gallery-main,
  .gallery-main--donor {
    height: 360px;
  }
  .product-info-panel,
  .product-buy-card,
  .delivery-box--quick {
    padding: 20px;
  }
  .product-gallery-note {
    margin-bottom: 10px;
  }
  .product-title-donor {
    font-size: 28px;
  }
  .product-content-grid {
    grid-template-columns: 1fr;
  }
  .product-specs-preview--donor,
  .product-specs-grid,
  .product-secondary-actions--donor {
    grid-template-columns: 1fr 1fr;
  }
  .product-specs-preview-item {
    grid-template-columns: 1fr;
    padding: 14px 16px;
    min-height: 74px;
  }
  .product-specs-preview-item strong {
    text-align: left;
  }
  .gallery-thumbs {
      gap: 10px;
      margin-top: 12px;
    }
  .variation-list,
  .tab-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .variation-list::-webkit-scrollbar,
  .tab-list::-webkit-scrollbar {
    display: none;
  }
  .variation-option,
  .tab-button {
    flex: 0 0 auto;
  }
  .thumb {
    height: 82px;
    border-radius: 14px;
  }
  .variation-selector {
    padding: 16px;
    margin: 16px 0 18px;
  }
  .summary-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }
  .summary-actions--donor {
    grid-template-columns: 1fr;
  }
  .summary-actions .quantity,
  .summary-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .product-secondary-actions {
    margin-top: 12px;
    gap: 10px;
  }
  .product-summary,
  .panel {
    border-radius: 22px;
  }
  .delivery-box {
    margin-top: 14px;
    padding: 14px 16px;
  }
  .rating-row {
    gap: 8px 12px;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .section {
    padding: 10px 0;
  }
  .promo-strip-sale-track {
    grid-auto-columns: calc((100% - 16px) / 2.15);
  }
  .sale-card {
    padding: 10px;
    border-radius: 16px;
  }
  .sale-card-media {
    height: 110px;
    border-radius: 14px;
  }
  .sale-card-prices strong {
    font-size: 16px;
  }
  .sale-card h3 {
    font-size: 12px;
  }
  .brand-carousel-track {
    grid-auto-columns: calc((100% - 18px) / 2.4);
  }
  .hits-track {
    grid-auto-columns: calc((100% - 18px) / 2.35);
  }
  .cart-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-item--styled {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 0;
  }
  .cart-item-check {
    display: none;
  }
  .cart-thumb {
    width: min(100%, 140px);
    height: 110px;
  }
  .cart-item-side {
    justify-items: stretch;
  }
  .cart-delivery-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .cart-delivery-tabs::-webkit-scrollbar {
    display: none;
  }
  .cart-delivery-tab {
    min-width: 220px;
    flex: 0 0 auto;
  }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .header-main { grid-template-columns: 42px minmax(0,1fr) auto; gap: 8px; }
  .mobile-toggle, .catalog-trigger, .header-action {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .header-actions {
    margin-right: 0;
    gap: 4px;
  }
  .header-action {
    border-radius: 10px;
  }
  .header-auth-button { display: none; }
  .brand {
    gap: 0;
    min-width: 0;
  }
  .brand-logo {
    width: min(100%, 168px);
    max-height: 36px;
  }
  .searchbar { 
      gap: 6px;
      padding: 6px 6px 6px 10px;
      border-radius: 14px;
    }
  .live-search-item {
      grid-template-columns: 46px minmax(0, 1fr);
    }
  .live-search-thumb {
      width: 46px;
      height: 46px;
      border-radius: 12px;
    }
  .live-search-price {
      grid-column: 2;
      text-align: left;
    }
  .live-search-dropdown {
    left: -4px;
    right: -4px;
    border-radius: 16px;
    padding: 8px;
  }
  .searchbar input { font-size: 14px; }
  .searchbar button {
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 12px;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-media {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(62vw, 220px);
    margin: 6px 0 0 auto;
  }
  .hero-inner {
    display: grid;
    align-items: end;
    padding: 0 0 10px;
  }
  .product-layout,
  .product-layout--donor {
    gap: 16px;
  }
  .gallery-main,
  .gallery-main--donor {
    height: 264px;
  }
  .gallery-thumbs {
      grid-template-columns: repeat(5, 1fr);
      gap: 8px;
    }
  .thumb {
      height: 60px;
    }
  .product-summary {
    padding: 20px;
  }
  .product-summary--donor {
    padding: 0;
  }
  .product-info-panel,
  .product-buy-card,
  .delivery-box--quick,
  .product-gallery-shell--donor {
    padding: 16px;
    border-radius: 22px;
  }
  .product-gallery-note {
    font-size: 12px;
  }
  .product-summary h1 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.12;
  }
  .product-title-donor {
    font-size: 24px;
  }
  .product-headline-row--donor,
  .summary-line--donor {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-brand-row--donor,
  .product-guarantee-row--donor,
  .product-specs-preview--donor,
  .product-specs-grid,
  .product-secondary-actions--donor {
    grid-template-columns: 1fr;
  }
  .product-specs-preview-item {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
  }
  .product-brand-row--donor {
    display: grid;
  }
  .price-row--donor .price {
    font-size: 31px;
  }
  .price-row--donor .old-price {
    font-size: 14px;
  }
  .product-headline-action {
    min-height: 42px;
    font-size: 12px;
  }
  .tab-list--donor .tab-button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 11px;
  }
  .product-more-actions .btn {
    min-height: 40px;
    font-size: 13px;
  }
  .variation-list {
    gap: 8px;
  }
  .variation-option {
    min-width: 48px;
    min-height: 48px;
    padding: 0 10px;
    border-radius: 14px;
  }
  .variation-option span {
    min-height: 46px;
    font-size: 12px;
  }
  .variation-option--chip {
    width: 48px;
  }
  .tab-list {
    gap: 8px;
  }
  .tab-button {
    padding: 10px 12px;
    font-size: 13px;
  }
  .image-lightbox {
    padding: 12px;
  }
  .image-lightbox-dialog img {
    border-radius: 16px;
    max-height: calc(100vh - 44px);
  }
  .image-lightbox-close {
      top: 10px;
      right: 10px;
      width: 38px;
      height: 38px;
      border-radius: 12px;
    }
  .image-lightbox-nav {
      width: 40px;
      height: 40px;
      border-radius: 12px;
    }
  .image-lightbox-nav.prev {
      left: 10px;
    }
  .image-lightbox-nav.next {
      right: 10px;
    }
  .hero h1, .page-title h1 {
    font-size: 24px;
    line-height: 1.05;
  }
  .hero p {
    font-size: 13px;
    max-width: 170px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .btn {
    padding: 9px 12px;
    font-size: 12px;
    border-radius: 12px;
  }
  .hero-side {
    gap: 12px;
  }
  .stat-card,
  .small-card {
    padding: 16px;
    border-radius: 18px;
  }
  .stat-card strong {
    font-size: 24px;
  }
  .hero-side .small-card {
    padding: 16px;
  }
  .carousel-actions {
    gap: 8px;
  }
  .carousel-arrow {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 12px;
  }
  .business-card {
    min-height: auto;
    padding: 18px 16px;
  }
  .business-card h3 {
    font-size: 18px;
  }
  .business-hero {
    min-height: 0;
    padding: 18px 18px 122px;
  }
  .business-hero h3 {
    font-size: 20px;
  }
  .business-hero-media {
    height: 116px;
  }
  .promo-strip-sale {
    padding: 18px 14px 16px;
  }
  .promo-strip-sale-track {
    grid-auto-columns: calc((100% - 10px) / 1.9);
  }
  .sale-card {
    min-width: 280px;
  }
  .sale-card-badge {
    top: 8px;
    left: 8px;
    font-size: 10px;
    padding: 4px 7px;
  }
  .brand-carousel-track {
    grid-auto-columns: calc((100% - 10px) / 2.1);
  }
  .hits-track {
    grid-auto-columns: calc((100% - 10px) / 1.3);
  }
  .catalog-menu {
    top: 68px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    max-height: calc(100svh - 76px);
  }
  .catalog-main {
    padding: 16px 14px;
  }
  .catalog-sidebar {
    padding: 14px 12px;
  }
  .catalog-side-item {
    padding: 10px 11px;
  }
  .gallery-thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    grid-template-columns: repeat(5, minmax(56px, 1fr));
  }
  .thumb {
    min-width: 56px;
  }
  .cart-page-shell {
    gap: 16px;
    padding-bottom: 28px;
  }
  .cart-auth-banner,
  .cart-main-panel,
  .cart-summary-panel,
  .cart-delivery-panel,
  .cart-products-panel {
    padding: 18px;
    border-radius: 18px;
  }
  .cart-heading-row h1 {
    font-size: 28px;
  }
  .cart-search {
    width: 100%;
  }
  .cart-search .field {
    min-height: 44px;
  }
  .cart-summary-row strong {
    font-size: 16px;
  }
  .cart-mini-recommend {
    grid-template-columns: 52px 1fr;
    padding: 9px 10px;
  }
  .cart-mini-recommend-thumb {
    width: 52px;
    height: 46px;
  }
  .cart-delivery-tab {
    min-width: 190px;
    padding: 12px 14px;
    font-size: 14px;
  }
  .products-grid--cart {
    grid-template-columns: 1fr;
  }
  .cookie-notice {
    padding: 12px 14px;
    border-radius: 14px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .cookie-notice__text {
    font-size: 12px;
    line-height: 1.4;
  }
  .cookie-notice__button {
    min-width: 0;
    padding: 10px 14px;
    border-radius: 12px;
  }
  .catalog-main { padding: 18px 16px; }
  .catalog-side-item { padding: 12px; }
  .variation-option,
  .variation-option--chip { width: 48px; min-width: 48px; min-height: 48px; border-radius: 14px; }
  .variation-chip-media,
  .variation-chip-media img { min-height: 46px; height: 46px; }
}

.auth-page {
  padding-bottom: 48px;
}

.auth-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.auth-shell--single {
  grid-template-columns: minmax(0, 720px);
}

.auth-card h1,
.auth-card h2 {
  margin: 0 0 12px;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--text);
}

.field {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  padding: 0 16px;
  background: #fff;
}

.auth-message {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
}

.auth-message--error {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
}

.auth-message--success {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
}

.auth-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 600;
}

.auth-toggle label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.form-consent {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.consent-check input {
  margin-top: 2px;
  accent-color: var(--primary);
}

.consent-check a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-summary {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.auth-actions-row {
  margin-top: 24px;
}

.field--sm {
  min-height: 40px;
  max-width: 96px;
}

.cart-server-list {
  display: grid;
  gap: 16px;
}

.cart-server-list--compact .cart-item {
  grid-template-columns: 1fr auto;
}

.cart-page-shell {
  display: grid;
  gap: 22px;
  padding-bottom: 48px;
}

.cart-auth-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cart-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.cart-heading-row h1 {
  margin: 0 0 6px;
}

.cart-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 440px);
}

.cart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.cart-clean-form,
.cart-qty-box {
  margin: 0;
}

.cart-link-action {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
}

.cart-server-list--styled {
  gap: 0;
}

.cart-item--styled {
  grid-template-columns: auto 108px 1fr 150px;
  gap: 16px;
  align-items: start;
}

.cart-item-check {
  padding-top: 8px;
}

.cart-item-copy h3 {
  margin: 0 0 8px;
}

.cart-item-recommend {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.cart-mini-recommend {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fafbfc;
  border: 1px solid var(--line);
}

.cart-mini-recommend-thumb {
  width: 64px;
  height: 54px;
  border-radius: 12px;
}

.cart-mini-recommend-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
}

.cart-item-side {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.quantity--cart {
    gap: 0;
    padding: 4px;
    border-radius: 999px;
  }

.cart-qty-box {
  display: flex;
  align-items: center;
}

.quantity--cart input {
    width: 42px;
  }

.cart-remove-button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #fdecec;
  color: var(--primary);
  cursor: pointer;
}

.cart-summary-note {
  margin-top: 14px;
}

.cart-summary-panel .btn {
  width: 100%;
  margin-top: 18px;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
  justify-content: center;
  display: block;
}

.cart-delivery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cart-delivery-tab {
  min-width: 190px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #f8fafc;
  color: var(--text);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.cart-delivery-tab.active {
  background: #fff;
  border-color: rgba(217,48,37,.28);
  box-shadow: inset 0 0 0 1px rgba(217,48,37,.16);
}

.cart-delivery-panel .tab-panel {
  margin-top: 0;
}

.cart-delivery-empty {
  margin-top: 20px;
  padding: 42px 20px 20px;
  text-align: center;
  border-top: 1px solid var(--line);
}

.cart-delivery-empty .btn {
  margin-top: 12px;
}

.products-grid--cart {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cart-inline-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.cart-inline-form--danger {
    margin-top: 0;
  }

.cart-summary-list {
  display: grid;
  gap: 12px;
}

.cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(219,226,234,.82);
  color: var(--muted);
}

.cart-summary-row strong {
  color: var(--text);
  font-size: 18px;
}

.cookie-notice {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 140;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.94);
  color: #fff;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.25);
}

.cookie-notice[hidden] {
  display: none !important;
}

.cookie-notice__text {
  font-size: 14px;
  line-height: 1.5;
}

.cookie-notice__text a {
    color: #fff;
    text-decoration: underline;
  }
  .cookie-notice__actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
.cookie-notice__button {
    min-width: 140px;
    white-space: nowrap;
  }

@media (max-width: 900px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }
  .cart-auth-banner,
  .cart-heading-row {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-search {
    width: 100%;
  }
  .cart-item--styled {
    grid-template-columns: 1fr;
  }
  .cart-item-side {
    justify-items: start;
  }
  .products-grid--cart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cookie-notice {
      left: 12px;
      right: 12px;
      bottom: 12px;
      flex-direction: column;
      align-items: stretch;
    }
  .cookie-notice__actions {
      flex-direction: column;
      align-items: stretch;
    }
  .cookie-notice__button {
      width: 100%;
    }
  }

/* Homepage TZ rebuild final overrides */
.visual-catalog-section { background: #fff; overflow: hidden; }
.visual-catalog-wide { position: relative; width: 100%; }
.visual-catalog-track {
  width: 100%;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2)) 10px;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.visual-catalog-section .visual-catalog-card {
  scroll-snap-align: start;
  min-height: 250px;
  padding: 18px 16px;
  border: 1px solid #e7ebef;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15,23,42,.05);
}
.visual-catalog-section .visual-catalog-card__image {
  height: 150px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  background: #fff;
}
.visual-catalog-section .visual-catalog-card h3 {
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
}
.visual-catalog-arrow { position: absolute; top: 55%; z-index: 3; }
.visual-catalog-arrow.prev { left: 14px; }
.visual-catalog-arrow.next { right: 14px; }
.home-about-donor { background: #f5f6f7; }
.about-donor-grid {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 0.8fr);
  gap: 34px;
  align-items: start;
}
.about-donor-copy h2 {
  margin: 8px 0 18px;
  color: #111;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  text-transform: uppercase;
}
.about-donor-copy p {
  max-width: 620px;
  color: #20242a;
  font-size: 18px;
  line-height: 1.65;
}
.about-donor-gallery { display: grid; gap: 12px; }
.about-donor-main,
.about-donor-thumbs img {
  background: #fff;
  border: 6px solid #fff;
  box-shadow: 0 16px 32px rgba(68,53,21,.12);
  overflow: hidden;
}
.about-donor-main img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}
.about-donor-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.about-donor-thumbs img { width: 100%; height: 130px; object-fit: cover; }
.super-offer-copy,
.super-offer-copy p,
.super-offer-price { color: #111; }
.super-offer-copy { background: #f2f3f5; }
.super-offer-copy .home-kicker { color: var(--brand); }
.promo-strip-sale .sale-card-prices strong,
.promo-strip-sale .sale-card h3 a {
  color: #111;
}
.home-akcii-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-akcii-grid .promo-card {
  min-height: 100%;
}

.home-akcii-grid .promo-card p {
  opacity: .78;
}
.delivery-argument-list--icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.delivery-argument-list--icons article { min-height: 220px; padding: 28px; }
.delivery-argument-list--icons span {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  font-size: 22px;
}
.competitor-title { color: #111; }
.competitor-point strong {
  color: #fff;
  background: #111;
  border: 8px solid var(--brand);
  box-shadow: none;
}
.monitor-badge { color: #fff; background: var(--brand); }
.ajax-catalog-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 22px;
}
.ajax-catalog-filter,
.ajax-catalog-main {
  background: #fff;
  border: 1px solid #e7ebef;
  box-shadow: 0 12px 26px rgba(15,23,42,.05);
}
.ajax-catalog-filter { padding: 20px; }
.ajax-catalog-filter h3 { margin: 0 0 14px; font-size: 22px; }
.ajax-catalog-filter button {
  width: 100%;
  min-height: 44px;
  margin-bottom: 8px;
  padding: 10px 12px;
  color: #111;
  text-align: left;
  background: #f5f6f7;
  border: 1px solid #e5e7eb;
  font-weight: 700;
  cursor: pointer;
}
.ajax-catalog-filter button.active { color: #fff; background: var(--brand); border-color: var(--brand); }
.ajax-catalog-main { padding: 20px; }
.ajax-catalog-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}
.ajax-catalog-toolbar select {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #d7dbe0;
  background: #fff;
}
.ajax-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ajax-product-card {
  position: relative;
  display: grid;
  grid-template-rows: 180px auto auto;
  gap: 10px;
  padding: 14px;
  color: #111;
  background: #fff;
  border: 1px solid #e7ebef;
}
.ajax-product-card__image { display: grid; place-items: center; background: #f6f7f8; }
.ajax-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.ajax-product-card h3 { margin: 0; min-height: 44px; font-size: 15px; line-height: 1.35; }
.ajax-product-card strong { color: var(--brand); font-size: 20px; }
.ajax-catalog-state { margin-top: 16px; color: #6b7280; }
.delivery-geo-media iframe {
  width: 100%;
  min-height: 360px;
  display: block;
  border: 0;
}
.yandex-reviews-section { background: #f1f4f6; }
.yandex-reviews-grid {
  display: grid;
  grid-template-columns: .8fr repeat(3, 1fr);
  gap: 18px;
}
.yandex-rating-card,
.yandex-review-card,
.faq-item {
  background: #fff;
  border: 1px solid #e7ebef;
  box-shadow: 0 12px 26px rgba(15,23,42,.05);
}
.yandex-rating-card { padding: 26px; }
.yandex-rating-card strong { display: block; color: #111; font-size: 58px; line-height: 1; }
.yandex-rating-card span,
.yandex-review-card p { color: #4b5563; }
.yandex-review-card { padding: 24px; }
.yandex-review-card h3 { margin: 0 0 8px; }
.yandex-stars { color: #f5b400; letter-spacing: 2px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { padding: 0 22px; }
.faq-item summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.faq-item summary::after { content: "+"; color: var(--brand); font-size: 28px; }
.faq-item[open] summary::after { content: "-"; }
.faq-item p { margin: 0 0 22px; color: #4b5563; line-height: 1.65; }
.footer-map img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .about-donor-grid,
  .ajax-catalog-layout,
  .delivery-argument-list--icons,
  .yandex-reviews-grid,
  .home-akcii-grid { grid-template-columns: 1fr; }
  .ajax-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .visual-catalog-track { grid-auto-columns: 72vw; padding-inline: 18px; }
  .about-donor-main img { height: 260px; }
  .about-donor-thumbs { grid-template-columns: 1fr; }
  .about-donor-thumbs img { height: 120px; }
  .ajax-catalog-grid { grid-template-columns: 1fr; }
  .ajax-catalog-toolbar { align-items: flex-start; flex-direction: column; }
}

/* Hero: use slide image as full background, with translucent text plate. */
.hero-main.has-cover {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #eef1f4;
}
.hero-main.has-cover::before,
.hero-main.has-cover::after {
  display: none;
}
.hero-main.has-cover .hero-inner {
  position: relative;
  z-index: 2;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.hero-main.has-cover .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background: #eef1f4;
  box-shadow: none;
  pointer-events: none;
}
.hero-main.has-cover .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .12) 48%, rgba(0, 0, 0, .03));
}
.hero-main.has-cover .hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero-main.has-cover .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  min-height: 0;
  margin: 64px 0;
  padding: 34px 38px;
  color: #111;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .56);
  box-shadow: 0 20px 44px rgba(15, 23, 42, .18);
  backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
  .hero-main.has-cover,
  .hero-main.has-cover .hero-inner {
    min-height: 500px;
  }
  .hero-main.has-cover .hero-copy {
    max-width: 560px;
    margin: 42px 0;
  }
}

@media (max-width: 640px) {
  .hero-main.has-cover,
  .hero-main.has-cover .hero-inner {
    min-height: 430px;
  }
  .hero-main.has-cover .hero-inner {
    align-items: flex-end;
  }
  .hero-main.has-cover .hero-copy {
    width: 100%;
    max-width: none;
    margin: 18px 0;
    padding: 22px;
    background: rgba(255, 255, 255, .84);
  }
  .hero-main.has-cover .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

/* Final homepage interactive overrides. */
.about-donor-thumb-shell {
  position: relative;
  padding: 0 52px;
}
.about-donor-main {
  position: relative;
  overflow: hidden;
}
.about-donor-main-arrow {
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border-color: rgba(219,226,234,.88);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 26px rgba(15,23,42,.14);
  opacity: .92;
}
.about-donor-main-arrow:hover {
  background: rgba(255,255,255,.9);
}
.about-donor-main-arrow.prev { left: 16px; }
.about-donor-main-arrow.next { right: 16px; }
.about-donor-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  grid-template-columns: none;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.about-donor-thumbs::-webkit-scrollbar {
  display: none;
}
.about-donor-thumbs img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  scroll-snap-align: start;
  cursor: pointer;
  opacity: .68;
}
.about-donor-thumbs img:hover,
.about-donor-thumbs img.active {
  opacity: 1;
}
.about-donor-thumbs img.active {
  border-color: var(--brand);
}
.about-donor-thumb-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.about-donor-thumb-arrow.prev { left: 0; }
.about-donor-thumb-arrow.next { right: 0; }
.ajax-catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.ajax-catalog-pagination button {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  color: #111;
  background: #fff;
  border: 1px solid #d7dbe0;
  font-weight: 800;
  cursor: pointer;
}
.ajax-catalog-pagination button.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.ajax-catalog-pagination button:disabled {
  opacity: .38;
  cursor: default;
}
.ajax-catalog-page-gap {
  min-width: 22px;
  color: #6b7280;
  text-align: center;
  font-weight: 800;
}
/* Final desktop/mobile alignment layer. Keep this block at the end. */
body { background: #f3f5f7; }
.section { padding: 34px 0; }
.section-head { align-items: flex-end; gap: 18px; margin-bottom: 22px; }
.section-head h2,
.competitor-title,
.monitor-title {
  margin: 0;
  color: #111;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.1;
  letter-spacing: -.025em;
}
.site-header { background: #fff; border-bottom: 1px solid #e3e6ea; }
.header-main {
  grid-template-columns: minmax(230px,305px) minmax(205px,270px) minmax(360px,550px) minmax(190px,220px) minmax(195px,auto);
  gap: 18px;
  min-height: 108px;
  padding: 16px 0 14px;
}
.brand-logo { width: clamp(210px,15vw,285px); max-height: 58px; }
.header-city-copy span { max-width: 245px; line-height: 1.22; }
.searchbar {
  width: 100%;
  min-height: 52px;
  padding: 0 10px 0 18px;
  background: #f5f6f7;
  border: 1px solid #d9dde3;
}
.header-actions { flex-wrap: nowrap; justify-content: flex-end; gap: 14px; }
.header-action-icon i { font-size: 22px; }
.header-action .badge,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  background: var(--brand);
  border: 2px solid #fff;
  font-size: 11px;
  font-weight: 800;
}
.header-nav { margin-inline: calc((100vw - 100%) / -2); background: var(--brand); }
.nav-list--primary { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; gap: 0; }
.catalog-trigger,
.nav-link {
  min-height: 76px;
  border-left: 1px solid rgba(255,255,255,.18);
  color: #fff;
  background: var(--brand);
  font-size: 16px;
  font-weight: 800;
}
.catalog-trigger { min-width: 315px; background: #9f0000 !important; }
.nav-link { display: inline-flex; align-items: center; justify-content: center; padding: 0 34px; }
.nav-list--primary > *:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.hero { padding-top: 0; }
.hero-slider--wide { overflow: hidden; background: #eef1f4; }
.hero-main.has-cover,
.hero-main.has-cover .hero-inner { min-height: clamp(470px, 33vw, 620px); }
.hero-main.has-cover .hero-media::after {
  background: linear-gradient(90deg, rgba(0,0,0,.14), rgba(0,0,0,.03) 46%, rgba(0,0,0,0));
}
.hero-main.has-cover .hero-media img { object-position: center right; }
.hero-main.has-cover .hero-copy {
  width: min(560px, 48vw);
  margin: 54px 0;
  padding: 28px 34px 32px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 42px rgba(17,24,39,.16);
}
.hero-main.has-cover .eyebrow {
  width: 132px;
  height: 132px;
  margin-bottom: 26px;
  background: var(--brand);
}
.hero h1 { max-width: 680px; margin-bottom: 18px; font-size: clamp(30px,3.2vw,58px); line-height: .95; }
.hero p { max-width: 600px; font-size: clamp(18px,1.6vw,30px); }
.hero-actions { gap: 14px; margin-top: 26px; }
.hero-actions .btn { min-height: 54px; padding-inline: 26px; }
.hero-side-arrow { width: 50px; height: 50px; background: rgba(255,255,255,.96); border-color: #d8dde4; }
.hero-dot.active { background: var(--brand); }
.visual-catalog-section { padding: 36px 0; background: #fff; }
.visual-catalog-track {
  grid-auto-columns: calc((100% - 120px) / 6);
  padding: 0 max(32px, calc((100vw - var(--container)) / 2));
  gap: 20px;
}
.visual-catalog-card {
  min-height: 230px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}
.visual-catalog-card__image { height: 130px; background: #f5f6f7; }
.visual-catalog-card__image img,
.ajax-product-card__image img,
.product-media img,
.sale-card-media img { width: 100%; height: 100%; object-fit: contain; margin: auto; background: #fff;}
.visual-catalog-card h3 { margin-top: 14px; min-height: 42px; font-size: 15px; line-height: 1.28; }
.home-about-donor { background: #fbfbfb; }
.about-donor-grid { grid-template-columns: minmax(320px,.9fr) minmax(0,1.45fr); align-items: center; gap: 34px; }
.about-donor-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.about-donor-copy h2 { max-width: 620px; font-size: clamp(30px,3vw,54px); line-height: .98; }
.about-donor-copy p { max-width: 640px; font-size: 17px; }
.home-facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 20px; }
.home-fact,
.competitor-point,
.delivery-argument-list--icons article,
.yandex-review-card,
.yandex-rating-card,
.faq-item,
.promo-card,
.sale-card,
.ajax-product-card,
.product-card {
 
  border: 1px solid #e1e5ea;
  box-shadow: 0 12px 30px rgba(17,24,39,.06);
}
.about-donor-main img { height: clamp(360px,34vw,560px); object-fit: cover; }
.about-donor-thumb-shell { padding: 0 48px; }
.about-donor-thumbs { grid-auto-columns: calc((100% - 24px) / 3); }
.delivery-argument-list--icons { grid-template-columns: repeat(3,minmax(0,1fr)); }
.delivery-argument-list--icons article { min-height: 210px; padding: 28px; }
.delivery-argument-list--icons span,
.competitor-point strong {
  color: #111;
  background: #fff;
  border: 2px solid var(--brand);
}
.competitor-points { grid-template-columns: repeat(4,minmax(0,1fr)); }
.competitor-point { min-height: 160px; }
.monitor-table-wrap { overflow-x: auto; background: #fff; border: 1px solid #e1e5ea; }
.monitor-table { min-width: 720px; }
.monitor-badge { color: #fff; background: var(--brand); }
.ajax-catalog-layout { grid-template-columns: 280px minmax(0,1fr); align-items: start; }
.ajax-catalog-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.ajax-product-card { min-height: 100%; padding: 16px; }
.ajax-product-card__image,
.product-media,
.sale-card-media {    background: #fff;
    display: block;
    position: relative;
    text-align: center; }
.promo-strip-sale { background: var(--brand) !important; }
.promo-strip-sale::after { display: none; }
.promo-strip-sale-head h2,
.promo-strip-sale-date { color: #fff; }
.promo-strip-sale-link { color: #111; background: #fff; }
.promo-strip-sale-track { grid-auto-columns: calc((100% - 96px) / 7); gap: 16px; }
.delivery-geo-grid { grid-template-columns: minmax(320px,.95fr) minmax(0,1.3fr); align-items: stretch; }
.delivery-geo-media { min-height: 360px; position: relative; overflow: hidden; border: 1px solid #e1e5ea; background: #fff; }
.delivery-geo-media iframe { width: 100%; height: 100%; min-height: 360px; display: block; border: 0; }
.delivery-route-link { position: absolute; left: 18px; bottom: 18px; text-align: center;}
.yandex-reviews-grid { grid-template-columns: minmax(220px,.8fr) repeat(3,minmax(0,1fr)); }
.faq-list { display: grid; gap: 10px; }
.site-footer { margin-top: 30px; }
.footer-grid {
  grid-template-columns: minmax(280px,1.25fr) minmax(170px,.8fr) minmax(180px,.8fr) minmax(280px,1fr);
  gap: 32px;
  align-items: start;
}
.footer-about-logo { width: 118px; margin: 0 16px 8px 0; }
.footer-map img { height: 170px; }
.product-layout--donor,
.product-layout--wurth { grid-template-columns: minmax(0,1.02fr) minmax(380px,.92fr); gap: 28px; }
.product-layout--wurth .product-gallery-shell--donor,
.product-summary--wurth .product-buy-card { min-height: 100%; border: 1px solid #e1e5ea; box-shadow: none; }
.product-layout--wurth .gallery-main--donor { height: clamp(520px,54vw,690px); background: #fff; }
.product-layout--wurth .gallery-main--donor.real img { padding: 22px; }
.product-layout--wurth .gallery-thumbs--donor { justify-content: center; grid-template-columns: repeat(5,78px); }
.product-layout--wurth .gallery-thumbs--donor .thumb { height: 78px; }
.product-summary--wurth { top: 132px; }
.product-summary--wurth .product-title-donor { max-width: 620px; font-size: clamp(24px,2vw,34px); font-weight: 500; letter-spacing: -.015em; }
.product-summary--wurth .price-row--donor .price { font-size: clamp(34px,2.8vw,48px); }
.product-summary--wurth .summary-actions--donor { grid-template-columns: 152px minmax(160px,1fr) minmax(210px,1.15fr); }
.panel--donor { border: 1px solid #e1e5ea; box-shadow: none; }

@media (max-width: 1280px) {
  .header-main {
    grid-template-columns: minmax(190px,240px) minmax(185px,220px) minmax(280px,1fr) minmax(170px,200px) minmax(150px,auto);
    gap: 12px;
  }
  .nav-list--primary { width: min(calc(100% - 36px), var(--container)); }
  .catalog-trigger { min-width: 270px; }
  .nav-link { padding-inline: 22px; }
  .visual-catalog-track { grid-auto-columns: calc((100% - 60px) / 4); }
  .ajax-catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .promo-strip-sale-track { grid-auto-columns: calc((100% - 48px) / 4); }
}

@media (max-width: 1024px) {
  .section { padding: 28px 0; }
  .about-donor-grid,
  .ajax-catalog-layout,
  .delivery-geo-grid,
  .product-layout--donor,
  .product-layout--wurth,
  .footer-grid { grid-template-columns: 1fr; }
  .home-facts-grid,
  .delivery-argument-list--icons,
  .competitor-points,
  .yandex-reviews-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-summary--wurth { position: static; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-main { grid-template-columns: 44px minmax(0,1fr) auto; min-height: 0; gap: 10px; }
  .mobile-toggle,
  .header-action { width: 38px; min-width: 38px; height: 38px; }
  .brand-logo { width: min(100%,178px); max-height: 40px; }
  .header-actions { gap: 6px; }
  .searchbar { min-height: 46px; padding-left: 14px; }
  .header-nav.open {
    left: 14px;
    right: 14px;
    top: calc(100% + 6px);
    padding: 10px;
    background: #fff;
    border: 1px solid #dfe3e8;
    box-shadow: 0 18px 40px rgba(17,24,39,.16);
  }
  .nav-list--primary { width: 100%; }
  .catalog-trigger,
  .nav-link,
  .nav-list a,
  .nav-list button {
    min-height: 48px;
    width: 100%;
    justify-content: space-between;
    padding: 0 14px;
    color: #111 !important;
    background: #f6f7f8 !important;
    border: 1px solid #e1e5ea;
  }
  .catalog-trigger { color: #fff; background: var(--brand) !important; min-width: 0; }
  .hero-main.has-cover,
  .hero-main.has-cover .hero-inner { min-height: 470px; }
  .hero-main.has-cover .hero-inner { align-items: flex-end; }
  .hero-main.has-cover .hero-copy { width: 100%; margin: 16px 0; padding: 18px; }
  .hero-main.has-cover .eyebrow { width: 84px; height: 84px; margin-bottom: 16px; }
  .hero h1 { font-size: clamp(28px,9vw,42px); }
  .hero p { font-size: clamp(16px,5vw,22px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-side-arrow { width: 42px; height: 42px; }
  .hero-side-arrow.prev { left: 10px; }
  .hero-side-arrow.next { right: 10px; }
  .visual-catalog-track { grid-auto-columns: 72vw; padding-inline: 14px; }
  .about-donor-copy h2 { font-size: clamp(28px,9vw,42px); }
  .about-donor-main img { height: 300px; }
  .about-donor-main-arrow {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .about-donor-main-arrow.prev { left: 10px; }
  .about-donor-main-arrow.next { right: 10px; }
  .about-donor-thumb-shell { padding: 0 42px; }
  .about-donor-thumbs { grid-auto-columns: 72%; }
  .ajax-catalog-grid,
  .products-grid--catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .promo-strip-sale-track { grid-auto-columns: 68vw; }
  .product-layout--wurth .gallery-main--donor { height: 430px; }
  .product-summary--wurth .summary-actions--donor { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section-head { align-items: flex-start; flex-direction: column; }
  .home-facts-grid,
  .delivery-argument-list--icons,
  .competitor-points,
  .yandex-reviews-grid,
  .ajax-catalog-grid,
  .products-grid--catalog { grid-template-columns: 1fr; }
  .visual-catalog-card { min-height: 210px; }
  .delivery-geo-media,
  .delivery-geo-media iframe { min-height: 300px; }
  .product-layout--wurth .gallery-main--donor { height: 360px; }
  .product-layout--wurth .gallery-thumbs--donor { grid-template-columns: repeat(5,minmax(48px,1fr)); }
  .product-layout--wurth .gallery-thumbs--donor .thumb { height: 62px; }
  .tab-list--donor { display: grid; grid-template-columns: 1fr; }
  .footer-about-logo { width: 96px; }
}
