/**
 * Pompa offer: self-contained landing skin (Fancybox CSS deferred in index).
 * Scope everything under #pompa-landing.
 * (Former `my_adv.css` trimmed: only rules that match this page live here.)
 */
#pompa-landing {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background: #f2f7fc;
  min-width: 0 !important;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

#pompa-landing main.pompa-main {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 0 1rem;
  background: #f2f7fc;
  box-sizing: border-box;
  overflow-x: hidden;
  min-width: 0;
}

/* Lead-форма: без повноширинного brand-фону — лишається біла картка на тлі колонки */
#pompa-landing .order_section--lead {
  background: #f2f7fc;
}

/* Перший екран: вертикальний стек (соціальний доказ → обіцянка → фото → 3 переваги → ціна → таймер → CTA) */
#pompa-landing .pompa-hero-stack {
  margin: 0.85rem 0.85rem 0.85rem;
  padding: 1.1rem 0.85rem 1.35rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fafcfe 100%);
  border: 1px solid rgba(41, 117, 192, 0.2);
  box-shadow: 0 12px 40px rgba(30, 90, 150, 0.1);
  box-sizing: border-box;
}
#pompa-landing .pompa-hero-stack__inner {
  max-width: 100%;
  margin: 0 auto;
}
#pompa-landing .pompa-hero-stack .catalog_detail {
  margin: 0.85rem 0 1rem;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}
#pompa-landing .pompa-hero-stack .item_main_info {
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}
#pompa-landing .pompa-hero-stack .pompa-hero-gallery-wrap {
  max-width: 100%;
}

#pompa-landing .pompa-hero-stack__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.75rem;
  padding: 0.4rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #1b5e20;
  background: linear-gradient(180deg, #e8f5e9 0%, #c8e6c9 100%);
  border: 1px solid rgba(46, 125, 50, 0.35);
  border-radius: 999px;
}
#pompa-landing .pompa-hero-stack__badge-ico {
  font-size: 0.95rem;
  line-height: 1;
}

#pompa-landing .pompa-hero-stack__title {
  margin: 0 0 0.55rem !important;
  padding: 0;
  font-size: clamp(1.35rem, 4.6vw, 1.55rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0d1b2a;
}
#pompa-landing .pompa-hero-stack__title-accent {
  color: #e65100;
}

#pompa-landing .pompa-hero-stack__subtitle {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #455a64;
  max-width: 22rem;
}

#pompa-landing .pompa-hero-stack__benefits {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.52;
  color: #263238;
}
#pompa-landing .pompa-hero-stack__benefits li {
  position: relative;
  margin: 0 0 0.55rem;
  padding-left: 1.4rem;
}
#pompa-landing .pompa-hero-stack__benefits li:last-child {
  margin-bottom: 0;
}
#pompa-landing .pompa-hero-stack__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 800;
  color: #2e7d32;
}

#pompa-landing .pompa-hero-stack__price-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  padding: 0.85rem 0.8rem 0.95rem;
  background: linear-gradient(135deg, #fffaf0 0%, #fff3e0 55%, #ffe0b2 100%);
  border: 1px solid rgba(230, 81, 0, 0.22);
  border-radius: 16px;
  box-sizing: border-box;
}
#pompa-landing .pompa-hero-stack__price-label {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6d4c41;
}
#pompa-landing .pompa-hero-stack__price-row-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.65rem;
}
#pompa-landing .pompa-hero-stack__price-current {
  font-size: 1.65rem;
  font-weight: 800;
  color: #e65100;
  line-height: 1;
}
#pompa-landing .pompa-hero-stack__price-old {
  font-size: 0.95rem;
  color: #8d6e63;
}
#pompa-landing .pompa-hero-stack__price-old s {
  text-decoration-thickness: 1px;
}
#pompa-landing .pompa-hero-stack__price-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  min-width: 0;
}
#pompa-landing .pompa-hero-stack__pill {
  display: inline-block;
  padding: 0.25rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1.25;
  white-space: nowrap;
}
#pompa-landing .pompa-hero-stack__pill--discount {
  color: #fff;
  background: linear-gradient(180deg, #ef5350, #c62828);
  box-shadow: 0 1px 4px rgba(198, 40, 40, 0.35);
}
#pompa-landing .pompa-hero-stack__pill--gift {
  color: #1b5e20;
  background: rgba(232, 245, 233, 0.95);
  border: 1px solid rgba(46, 125, 50, 0.35);
  max-width: 11rem;
  white-space: normal;
  text-align: center;
}

#pompa-landing .pompa-hero-stack__timer {
  margin: 0 0 1rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(141, 110, 99, 0.35);
  background: linear-gradient(180deg, #fff8e7 0%, #ffecb3 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  text-align: left;
  color: #9a3412;
}
#pompa-landing .pompa-hero-stack__timer .order_lead__promo-line {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: #5c4033;
}
#pompa-landing .pompa-hero-stack__timer .order_lead__promo-digits {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #431407;
}

/* Кнопки «Замовити» на pompa: єдине джерело кольору — $landing_theme → --land-cta-* (як у order_form_lead + sticky) */
#pompa-landing a.pompa-order-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.25;
  border: none;
  border-radius: 12px;
  min-height: 48px;
  padding: 14px 20px;
  background: linear-gradient(180deg, var(--land-cta-from, #e53935) 0%, var(--land-cta-to, #c62828) 100%);
  box-shadow: 0 2px 0 var(--land-cta-shadow, #8b1a1a), 0 4px 14px rgba(0, 0, 0, 0.15);
  color: var(--land-cta-text, #fff) !important;
  -webkit-text-fill-color: var(--land-cta-text, #fff);
  transition: transform 0.12s ease, box-shadow 0.15s ease;
}
#pompa-landing a.pompa-order-cta:hover {
  background: linear-gradient(
    180deg,
    var(--land-cta-hover-from, #ef5350) 0%,
    var(--land-cta-hover-to, #e53935) 100%
  );
  box-shadow: 0 2px 0 var(--land-cta-hover-shadow, #6d1414), 0 6px 18px rgba(0, 0, 0, 0.18);
  color: var(--land-cta-text, #fff) !important;
  -webkit-text-fill-color: var(--land-cta-text, #fff);
}
#pompa-landing a.pompa-order-cta:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 var(--land-cta-hover-shadow, #6d1414), 0 2px 10px rgba(0, 0, 0, 0.14);
}

#pompa-landing .pompa-hero-stack__cta.pompa-order-cta {
  display: flex;
  width: 100%;
  margin: 0 0 0.65rem;
  padding: 0.95rem 1rem;
  font-size: 1.02rem;
  border-radius: 14px;
  min-height: 52px;
}

#pompa-landing .pompa-bottom-cta-btn.pompa-order-cta {
  display: flex;
  width: 100%;
  max-width: 17.5rem;
  margin: 0.35rem auto 0;
}

#pompa-landing a.pompa-order-cta.pompa-catalog-cta {
  display: inline-flex;
  width: auto;
  max-width: none;
  padding: 12px 28px;
  border-radius: 10px;
  min-height: 44px;
}

#pompa-landing .pompa-hero-stack__trust-note {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #607d8b;
}
#pompa-landing .pompa-hero-stack__trust-ico {
  margin-right: 0.2rem;
}

#pompa-landing .pompa-hero-stack__social {
  text-align: center;
  padding-top: 0.15rem;
}
#pompa-landing .pompa-hero-stack__avatars {
  display: flex;
  justify-content: center;
  margin-bottom: 0.35rem;
}
#pompa-landing .pompa-hero-stack__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: -10px;
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #5c6bc0, #3949ab);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
#pompa-landing .pompa-hero-stack__avatar:first-child {
  margin-left: 0;
}
#pompa-landing .pompa-hero-stack__avatar--more {
  background: linear-gradient(145deg, #78909c, #546e7a);
  font-size: 0.75rem;
}
#pompa-landing .pompa-hero-stack__rating {
  margin: 0 0 0.35rem;
  letter-spacing: 2px;
  color: #f9a825;
  font-size: 0.95rem;
  line-height: 1;
}
#pompa-landing .pompa-hero-stack__star {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
#pompa-landing .pompa-hero-stack__social-text {
  margin: 0;
  font-size: 0.82rem;
  color: #37474f;
  line-height: 1.4;
}
#pompa-landing .pompa-star {
  color: #f3c621;
  font-size: 1.05rem;
  display: inline-block;
  margin: 0 1px;
  line-height: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.12);
}

#pompa-landing .pompa-story-block {
  margin: 0.65rem 0.85rem;
  padding: 1rem 0.85rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(41, 117, 192, 0.12);
  box-sizing: border-box;
}

#pompa-landing .pompa-prose {
  max-width: 100%;
  line-height: 1.55;
  font-size: 0.95rem;
  color: #333;
}

#pompa-landing .pompa-prose p {
  margin: 0.5rem 0;
}

#pompa-landing .pompa-story__media {
  margin: 0.75rem 0;
}

#pompa-landing .pompa-story__media picture,
#pompa-landing .pompa-story__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

#pompa-landing .pompa-specs-list {
  margin: 0.75rem 0;
  padding-left: 1.15rem;
  list-style: disc;
}

#pompa-landing .pompa-reviews {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

#pompa-landing .pompa-review {
  padding: 1rem;
  background: #fafcfe;
  border: 1px solid #e1e8f0;
  border-radius: 9px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  list-style: none;
}

#pompa-landing .pompa-review__author {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: #0f3558;
}

#pompa-landing .pompa-review__text {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #232323;
}

#pompa-landing .pompa-review__stars {
  display: flex;
  justify-content: flex-end;
  gap: 0.1rem;
}

#pompa-landing .catalog_detail {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0.1rem 0 0.45rem;
}

#pompa-landing .catalog_detail .item_main_info {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pompa-landing .catalog_detail .right_info {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* Головна галерея: основне фото зверху по центру, мініатюри плиткою/рядком знизу */
#pompa-landing .catalog_detail .img_wrapper {
  float: none !important;
  width: 100% !important;
  max-width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Інлайн-галерея: одна обгортка без shop .item_slider / .img_wrapper (як плоский hero у grout) */
#pompa-landing .pompa-hero-gallery-wrap,
#pompa-landing .pompa-hero-gallery-wrap * {
  box-sizing: border-box;
}
#pompa-landing .catalog_detail .pompa-hero-gallery-wrap {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* Герой: одне головне фото (без слайдера) */
#pompa-landing .pompa-hero-gallery-wrap--single {
  margin-top: 0.15rem;
}
#pompa-landing .pompa-hero-main-photo {
  width: 100%;
  text-align: center;
}
#pompa-landing .pompa-hero-main-photo__img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

/* Характеристики: додаткові ракурси */
#pompa-landing .pompa-specs-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.5rem auto 0.85rem;
  padding: 0 0.35rem;
  max-width: 42rem;
  box-sizing: border-box;
}
#pompa-landing .pompa-specs-photos__link {
  display: block;
  flex: 1 1 calc(33.333% - 0.5rem);
  min-width: 5.25rem;
  max-width: 9.5rem;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #e3eef8;
  box-shadow: 0 2px 8px rgba(30, 90, 150, 0.08);
  text-decoration: none;
  line-height: 0;
}
#pompa-landing .pompa-specs-photos__link:focus-visible {
  outline: 2px solid rgba(41, 117, 192, 0.55);
  outline-offset: 2px;
}
#pompa-landing .pompa-specs-photos__img {
  width: 100%;
  height: auto;
  display: block;
}

#pompa-landing .catalog_detail .item_slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.45rem;
}
#pompa-landing .catalog_detail .slides {
  width: 100%;
  text-align: center;
}
#pompa-landing .catalog_detail .offers_img a {
  display: inline-block;
  max-width: 100%;
}
#pompa-landing .catalog_detail .wrapp_thumbs {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#pompa-landing .catalog_detail .wrapp_thumbs .slides_block {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
#pompa-landing .catalog_detail .wrapp_thumbs .slides_block li {
  float: none !important;
  display: block !important;
  /* Не ставити width:auto — у templates.css img position:absolute, li мусить мати фіксований бокс */
  width: 54px !important;
  height: 54px !important;
  min-width: 54px;
  min-height: 54px;
  flex: 0 0 54px;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 2px solid #e3eef8;
  border-radius: 8px;
}
#pompa-landing .catalog_detail .item_slider,
#pompa-landing .catalog_detail .slides,
#pompa-landing .catalog_detail .slides img {
  max-width: 100%;
  height: auto;
}

#pompa-landing .catalog_detail .slides img {
  border-radius: 10px;
}

#pompa-landing .catalog_detail .wrapp_thumbs .slides_block li img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border-radius: 6px;
}

#pompa-landing .prices_block .price {
  text-align: center;
}

#pompa-landing .pompa-sec-title {
  padding: 0.75rem 0.35rem !important;
  margin: 0 !important;
}


/* Trust + FAQ */
#pompa-landing .pompa-section-title {
  text-align: center;
  font-size: 1.08rem;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0 0 0.65rem;
  padding: 0 0.5rem;
}

#pompa-landing .pompa-trust,
#pompa-landing .pompa-faq {
  margin: 0.65rem 0.85rem;
  padding: 1rem 0.85rem;
  max-width: 100%;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(41, 117, 192, 0.12);
  box-sizing: border-box;
}

#pompa-landing .pompa-trust-list {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.55;
  font-size: 0.95rem;
}
#pompa-landing .pompa-trust-list li {
  margin-bottom: 0.65rem;
}
#pompa-landing .pompa-trust-list a {
  color: #2975c0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#pompa-landing .pompa-faq-list {
  margin: 0;
}
#pompa-landing .pompa-faq-list dt {
  font-weight: 700;
  margin-top: 0.75rem;
  color: #24324a;
  font-size: 0.98rem;
}
#pompa-landing .pompa-faq-list dt:first-child {
  margin-top: 0;
}
#pompa-landing .pompa-faq-list dd {
  margin: 0.35rem 0 0;
  padding: 0;
  line-height: 1.55;
  font-size: 0.93rem;
  color: #333;
}
#pompa-landing .pompa-faq-list a {
  color: #2975c0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

/* «Як замовити»: секція + плитка кроків 2×2 (ul — без легасі ol li:before з shop) */
#pompa-landing .pompa-land-steps.pompa-steps {
  margin: 0.65rem 0.85rem;
  padding: 1.35rem 0.9rem 1.5rem;
  max-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(168deg, #fbfdff 0%, #eef4fb 38%, #e3edf8 100%);
  border-radius: 22px;
  border: 1px solid rgba(41, 117, 192, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 44px rgba(30, 90, 150, 0.09);
}

#pompa-landing .pompa-steps__heading {
  margin: 0 0 0.15rem;
  padding: 0 0.25rem;
  text-align: center;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #0f3558;
}

#pompa-landing .pompa-steps__heading::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 0.5rem auto 0.65rem;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, #2975c0, transparent);
  opacity: 0.85;
}

#pompa-landing .pompa-steps__sub {
  margin: 0 auto 1.15rem;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 500;
  color: #546e7a;
  max-width: 22rem;
}

#pompa-landing .pompa-steps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 0.7rem;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Shop `ul li:before { content: "\25CF" }` — не показувати маркер на картках кроків */
#pompa-landing .pompa-steps__grid > li::before,
#pompa-landing .pompa-steps__grid > li:before {
  content: none !important;
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: static !important;
}

#pompa-landing .pompa-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 1rem 0.55rem 1.25rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 18px;
  border: 1px solid rgba(41, 117, 192, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 8px 22px rgba(41, 117, 192, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) {
  #pompa-landing .pompa-steps__item:hover {
    transform: translateY(-2px);
    box-shadow:
      0 2px 0 rgba(255, 255, 255, 0.95) inset,
      0 10px 28px rgba(41, 117, 192, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  #pompa-landing .pompa-steps__item {
    transition: none;
  }
  #pompa-landing .pompa-steps__item:hover {
    transform: none;
  }
}

#pompa-landing .pompa-steps__figure {
  width: 100px;
  height: 100px;
  margin: 0 auto 0.75rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #e8f1fa 55%, #dceaf5 100%);
  box-shadow:
    0 0 0 1px rgba(41, 117, 192, 0.12),
    0 6px 16px rgba(41, 117, 192, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#pompa-landing .pompa-steps__img {
  width: 78px;
  max-width: 78px;
  height: auto;
  display: block;
  border-radius: 16px;
}

#pompa-landing .pompa-steps__copy {
  margin: 0;
  padding: 0 0.2rem 0.15rem;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #2c4055;
  max-width: 12rem;
  font-weight: 500;
}

/* Нижній повтор оферу: єдина картка (заголовок + підказка + ціна + кнопка) */
#pompa-landing .pompa-bottom-wrap {
  max-width: 100%;
  margin: 0.65rem 0.85rem 1rem;
  padding: 1rem 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid #b8d4ef;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 4px 18px rgba(41, 117, 192, 0.12);
}

#pompa-landing .pompa-bottom-wrap__title {
  margin: 0 0 0.45rem;
  padding: 0;
  text-align: center;
  font-size: 1.06rem;
  font-weight: 700;
  color: #1e5a96;
  line-height: 1.25;
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-lead {
  margin: 0 0 0.85rem !important;
  font-size: 0.92rem !important;
  line-height: 1.45;
  color: #444;
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-lead a {
  color: #2975c0;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-cta {
  margin: 0;
  max-width: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-cta-inner {
  padding-top: 0.35rem;
  border-top: 1px solid #e3eef8;
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-cta-photo-wrap {
  margin: 0 auto 0.85rem;
  max-width: 15rem;
  text-align: center;
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-cta-photo-link {
  display: inline-block;
  line-height: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #e3eef8;
  box-shadow: 0 4px 14px rgba(30, 90, 150, 0.1);
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-cta-photo__img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  display: block;
  vertical-align: middle;
}

#pompa-landing .pompa-bottom-wrap .pompa-bottom-cta-prices {
  margin-bottom: 0.75rem;
}

/* Компактний блок цін (нижня картка / повтор оферу) */
#pompa-landing .pompa-price-panel--compact {
  margin: 0 auto;
  padding: 0.5rem 0 0.25rem;
  max-width: 20rem;
}

#pompa-landing .pompa-price-panel__label {
  margin: 0 0 0.55rem;
  padding: 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
}

#pompa-landing .pompa-price-panel__row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  flex-wrap: nowrap;
}

#pompa-landing .pompa-price-panel__col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  min-width: 0;
}

#pompa-landing .pompa-price-panel__current-line {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  color: #c62828;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
}

#pompa-landing .pompa-price-panel__amount {
  font-variant-numeric: tabular-nums;
}

#pompa-landing .pompa-price-panel__currency {
  margin-left: 0.12em;
  font-size: 0.42em;
  font-weight: 800;
  text-transform: uppercase;
}

#pompa-landing .pompa-price-panel__old-line {
  margin: 0.35rem 0 0;
  padding: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e53935;
  line-height: 1.2;
}

#pompa-landing .pompa-price-panel__old-strike {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

#pompa-landing .pompa-price-panel__badge-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-bottom: 0.15rem;
}

#pompa-landing .pompa-price-panel__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.1rem;
  padding: 0.42rem 0.55rem 0.42rem 0.62rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #e53935 0%, #c62828 100%);
  clip-path: polygon(0 50%, 16% 0, 100% 0, 100% 100%, 16% 100%);
  box-shadow: 0 2px 6px rgba(198, 40, 40, 0.35);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* Bottom compact CTA (без зовнішнього wrap — верхній слот) */
#pompa-landing .pompa-bottom-lead {
  text-align: center;
  color: #333;
  margin: 0 0.75rem 0.5rem !important;
  font-size: 0.95rem !important;
  line-height: 1.4;
}

#pompa-landing .pompa-bottom-cta {
  margin: 0.75rem auto 1.25rem;
  max-width: 420px;
  padding: 1rem 0.85rem;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  border: 1px solid #c5daf0;
  border-radius: 14px;
  box-sizing: border-box;
  text-align: center;
}

#pompa-landing .pompa-bottom-cta-stock {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: #333;
}

/*
 * Єдиний вигляд «як на мобілці»: без масштабування типуографіки від vw,
 * вузька колонка, колонковий товар і кроки на всіх ширинах екрана.
 */
#pompa-landing .detail_text [style*="max-width"] {
  max-width: 100% !important;
}

#pompa-landing .detail_text .large-3.cell.item {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Інлайн-галерея товару: сітка стрілка | фото | стрілка; мініатюри — 4 колонки без переносу */
#pompa-landing .pompa-hero-gallery-wrap .pompa-product-gallery {
  width: 100%;
  max-width: 100%;
  margin: 0;
  outline: none;
}
#pompa-landing .pompa-product-gallery:focus-visible {
  box-shadow: 0 0 0 2px rgba(41, 117, 192, 0.45);
  border-radius: 12px;
}
#pompa-landing .pompa-product-gallery__stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
}
#pompa-landing .pompa-product-gallery__picture-wrap {
  min-width: 0;
  text-align: center;
}
#pompa-landing .pompa-product-gallery__main {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
#pompa-landing .pompa-product-gallery__arrow {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(41, 117, 192, 0.9);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
#pompa-landing .pompa-product-gallery__arrow:hover {
  background: rgba(30, 90, 150, 0.95);
}
#pompa-landing .pompa-product-gallery__arrow-glyph {
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  margin-top: -2px;
}
#pompa-landing .pompa-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.55rem;
  padding: 0;
  justify-items: stretch;
  align-items: stretch;
}
#pompa-landing .pompa-product-gallery__thumb {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1;
  height: auto;
  padding: 0;
  border: 2px solid #e3eef8;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
#pompa-landing .pompa-product-gallery__thumb.is-active {
  border-color: #2975c0;
  box-shadow: 0 0 0 2px rgba(41, 117, 192, 0.22);
}
#pompa-landing .pompa-product-gallery__thumb img {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  margin: 0 !important;
  max-width: none;
  max-height: none;
}
