﻿/**
 * srazuvvazu-test.css — редизайн /test/ по макету Figma «Цветы»
 * https://www.figma.com/design/3bqHUN4divVqarjTF2PwaW/Цветы
 *
 * Редизайн /test/: переопределения в body.page-test-srazuvvazu;
 * для схемы Luciano (форма внутри footer) — класс footer--sv-merged в base.html.
 */

/* ========== Токены (палитра макета) ========== */
body.page-test-srazuvvazu {
  --sv-navy: #1b2d3e;
  --sv-navy-hover: #243b52;
  --sv-blue-hero: #d6e5ff;
  --sv-blue-hero-deep: #b8d9ec;
  --sv-blue-soft: #eef6fb;
  --sv-white: #ffffff;
  --sv-text: #1b2d3e;
  --sv-text-muted: #5c6b7a;
  --sv-accent: #e07a4a;
  --sv-radius-card: 16px;
  --sv-radius-pill: 999px;
  --sv-social-card-size: 275.96px;
  --sv-social-cards-stage: calc(var(--sv-social-card-size) * 2);
  --sv-social-offset-top: 82px;
  --sv-social-offset-left: 37px;
  --sv-social-text-gap: 40px;
  --sv-social-text-offset-y: 0;
  --sv-social-icon-size: 62px;
  --sv-social-watermark-image: url("/static/srazu_v_vazu_new/images/grey%20logo.png");
  /* ⚠️ НЕ МЕНЯТЬ без запроса — см. журнал §2026-07-04 (водяной знак social) */
  --sv-social-watermark-h: clamp(56px, 7.6vw, 110px);
  --sv-social-watermark-bleed-top: 16px;
  --sv-social-watermark-z: 30;
  --sv-social-mobile-gap: 10px;
  --sv-font-ui: "Inter", "Segoe UI", system-ui, sans-serif;
  --sv-font-display: "Cormorant Garamond", Georgia, serif;
  --sv-header-h: 80px;
  --sv-header-h-mobile: 60px;
  --sv-header-pad-x: 40px;
  --sv-header-pad-top: 0;
  --sv-header-gap: 24px;
  --sv-header-icon-social: 31px;
  --sv-header-icon-phone: 20px;
  --sv-header-icon-cart: 22px;
  --sv-header-logo-w: 167.66px;
  --sv-header-logo-h: 49px;
  --sv-header-logo-left: 607px;
  --sv-header-logo-m-w: 109px;
  --sv-header-logo-m-h: 32px;
  --sv-header-logo-m-left: 26px;
  --sv-header-logo-m-top: 18px;
  --sv-header-pad-x-mobile: 16px;
  --sv-header-burger-size: 40px;
  --sv-header-phone-burger-gap: 8px;
  --sv-mobile-menu-bg: var(--sv-blue-hero);
  --sv-mobile-bottom-nav-h: 80px;
  --sv-mobile-bottom-nav-safe: env(safe-area-inset-bottom, 0px);
  --sv-mobile-bottom-nav-total-h: calc(var(--sv-mobile-bottom-nav-h) + var(--sv-mobile-bottom-nav-safe));
  --sv-mobile-menu-link-color: #0b1839;
  --sv-mobile-menu-link-size: 24px;
  --sv-mobile-menu-item-gap: 28px;
  --sv-mobile-menu-pad-top: 20px;
  --sv-mobile-menu-callme-w: 342px;
  --sv-mobile-menu-callme-bg: #0d1b3b;
  --sv-mobile-menu-callme-color: #d6e5ff;
  --sv-flowery-image: url("/static/srazu_v_vazu_new/images/Subtract%402x.png");
  --sv-flowery-opacity: 0.10;
  --sv-flowery-offset: 130px;
  --sv-head-buttons-gap-after-hero: 95px;
  --sv-flowery-top: clamp(300px, 38vw, 460px);
  --sv-flowery-height: clamp(480px, 72vw, 760px);
  --sv-catalog-card-gap: 6px;
  --sv-catalog-card-edge: 7px;
}

body.page-test-srazuvvazu {
  font-family: var(--sv-font-ui);
  color: var(--sv-text);
  background: var(--sv-white);
}

body.page-test-srazuvvazu main {
  position: relative;
}

/* Водяной знак Figma «flowery» — один слой под рубриками и заголовками каталога */
body.page-test-srazuvvazu main::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--sv-flowery-top) + var(--sv-flowery-offset));
  transform: translateX(-50%);
  width: min(118%, 1320px);
  height: var(--sv-flowery-height);
  background: var(--sv-flowery-image) center center / contain no-repeat;
  opacity: var(--sv-flowery-opacity);
  pointer-events: none;
  z-index: 0;
}

body.page-test-srazuvvazu main > section {
  position: relative;
  z-index: 1;
}

body.page-test-srazuvvazu main > section.hit-prodaj-wrapper {
  z-index: 2;
}

body.page-test-srazuvvazu .page > main .container {
  max-width: var(--sv-container);
}

/* ========== 1. ШАПКА — srazuvvazu-header.css; ⚠️ ЗАМОРОЖЕНА до явного запроса ========== */

/* ========== 2. HERO — ⚠️ ЗАМОРОЖЕН (фото/маска/тексты/анимация) до явного запроса ========== */
body.page-test-srazuvvazu .hit-prodaj-wrapper.conditional-section_bg {
  position: relative;
  isolation: isolate;
  z-index: 1;
  box-sizing: border-box;
  width: min(var(--sv-container), calc(100% - 2 * var(--sv-header-pad-x)));
  max-width: var(--sv-container);
  margin: 0 auto;
  padding: 0 !important;
  background: #d6e5ff !important;
  background-image: none !important;
  overflow: hidden;
}

/* Слайдер внутри скрываем; контейнер — слой для декора поверх картинки */
body.page-test-srazuvvazu .hit-prodaj-wrapper > .container {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

body.page-test-srazuvvazu .hit-prodaj-wrapper > .container > * {
  display: none !important;
}

body.page-test-srazuvvazu .hit-prodaj-wrapper.conditional-section_bg > img {
  display: none !important;
}

/* Заголовок + цветок — центр всего синего прямоугольника (не «плоской» части у выреза) */
body.page-test-srazuvvazu .hit-prodaj-wrapper.conditional-section_bg::after {
  content: "ДОСТАВКА ЦВЕТОВ\A И БУКЕТОВ";
  position: absolute;
  z-index: 5;
  top: 46%;
  left: 0;
  width: 52%;
  max-width: none;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 4.5rem 1.5rem 0;
  background: url("/static/srazu_v_vazu_new/images/icon_flower.png") center top / 48px 48px no-repeat;
  font-family: var(--sv-font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.75rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  white-space: pre-line;
  color: var(--sv-navy);
  pointer-events: none;
}

/* Подзаголовок — под заголовком, по центру всего синего прямоугольника */
body.page-test-srazuvvazu .hit-prodaj-wrapper > .container::after {
  content: "Бесплатная доставка по городу\A на авторские сборные букеты от 2000₽";
  position: absolute;
  z-index: 5;
  top: 46%;
  left: 0;
  width: 52%;
  max-width: none;
  transform: translateY(calc(0.85em + 4.25rem));
  box-sizing: border-box;
  padding: 1.75rem 1.75rem 0;
  font-family: var(--sv-font-ui);
  font-size: clamp(0.8125rem, 1.35vw, 1rem);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  white-space: pre-line;
  color: var(--sv-navy);
  pointer-events: none;
}

/* Вертикальная надпись SRAZU V VAZU — справа, на всю высоту героя (пропорционально) */
body.page-test-srazuvvazu .hit-prodaj-wrapper > .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: none;
  width: 38px;
  height: 100%;
  background: right center / auto 100% no-repeat url("/static/srazu_v_vazu_new/images/Group%201.png");
  z-index: 30;
  pointer-events: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px),
  (min-resolution: 1.5dppx) and (min-width: 768px) {
  body.page-test-srazuvvazu .hit-prodaj-wrapper > .container::before {
    background-image: url("/static/srazu_v_vazu_new/images/%D0%A6%D0%B2%D0%B5%D1%82%D1%8B/Group%201@2x.png");
  }
}

/* ========== 3. Категории — текстовые надписи (Cormorant), по центру ========== */
body.page-test-srazuvvazu .head-buttons-wrapper {
  margin: calc(2rem + var(--sv-head-buttons-gap-after-hero)) 0 2.5rem !important;
  padding: 0 1rem 2.5rem !important;
  position: relative;
  z-index: 1;
  background: transparent;
  text-align: center;
}

body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor {
  opacity: 1 !important;
  visibility: visible !important;
}

body.page-test-srazuvvazu .head-buttons-wrapper .slick-arrow,
body.page-test-srazuvvazu .head-buttons-wrapper .slick-dots {
  display: none !important;
}

body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-list {
  overflow: visible;
}

body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-track {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3rem;
  width: 100% !important;
  transform: none !important;
}

body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor.slick-initialized .slick-track {
  transform: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide {
  width: auto !important;
  height: auto !important;
  float: none !important;
  padding: 0;
}

body.page-test-srazuvvazu .head-buttons-wrapper .content-standard-box,
body.page-test-srazuvvazu .head-buttons-wrapper .content-standard-box__container {
  height: auto;
  width: auto !important;
  display: inline !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

body.page-test-srazuvvazu .head-buttons-wrapper .content-background-box__text-content {
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}

body.page-test-srazuvvazu .head-buttons-wrapper .content-background-box__text-content:hover {
  background: none !important;
}

body.page-test-srazuvvazu .head-buttons-wrapper .but-category {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--sv-navy) !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap;
  transition: opacity 0.2s ease, color 0.2s ease;
}

/* Круглые фото у рубрик (Figma): 1.1/1.2 … 4.1/4.2 — только /test/, без правок админки */
body.page-test-srazuvvazu .head-buttons-wrapper .but-category::before,
body.page-test-srazuvvazu .head-buttons-wrapper .but-category::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--sv-blue-soft);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Категория 1 — Композиции */
body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(1) .but-category::before,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(1) .but-category::before {
  background-image: url("/static/srazu_v_vazu_new/images/1.1.png");
}

body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(1) .but-category::after,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(1) .but-category::after {
  background-image: url("/static/srazu_v_vazu_new/images/1.2.png");
}

/* Категория 2 — Авторские */
body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(2) .but-category::before,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(2) .but-category::before {
  background-image: url("/static/srazu_v_vazu_new/images/2.1.png");
}

body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(2) .but-category::after,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(2) .but-category::after {
  background-image: url("/static/srazu_v_vazu_new/images/2.2.png");
}

/* Категория 3 — Моно */
body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(3) .but-category::before,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(3) .but-category::before {
  background-image: url("/static/srazu_v_vazu_new/images/3.1.png");
}

body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(3) .but-category::after,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(3) .but-category::after {
  background-image: url("/static/srazu_v_vazu_new/images/3.2.png");
}

/* Категория 4 — Эффектные */
body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(4) .but-category::before,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(4) .but-category::before {
  background-image: url("/static/srazu_v_vazu_new/images/4.1.png");
}

body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(4) .but-category::after,
body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(4) .but-category::after {
  background-image: url("/static/srazu_v_vazu_new/images/4.2.png");
}

/* Figma: Cormorant Garamond Medium 48px, line-height 100%, letter-spacing -4% */
@media (min-width: 768px) {
  body.page-test-srazuvvazu .head-buttons-wrapper .but-category {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 500 !important; /* Figma «Medium» — это weight, не font-style */
    font-style: normal !important;
    font-size: 48px !important;
    line-height: 100% !important;
    letter-spacing: -0.04em !important; /* Figma -4% */
    text-align: center !important;
    leading-trim: normal; /* Figma NONE; поддержка пока частичная */
    gap: 1rem;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .but-category::before,
  body.page-test-srazuvvazu .head-buttons-wrapper .but-category::after {
    width: 48px;
    height: 48px;
  }
}

body.page-test-srazuvvazu .head-buttons-wrapper .but-category:hover {
  transform: none;
  box-shadow: none;
  color: var(--sv-navy-hover);
  opacity: 0.75;
}

body.page-test-srazuvvazu .head-buttons-wrapper .but-category img {
  display: none !important;
}

/* Десктоп: 2 колонки — слева 1 над 2, справа 3 над 4 */
@media (min-width: 768px) {
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-list {
    margin: 0 auto;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-track {
    display: grid !important;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: center;
    justify-items: center;
    align-items: center;
    column-gap: clamp(3rem, 10vw, 7rem);
    row-gap: 0.75rem;
    width: auto !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide {
    width: auto !important;
    max-width: none !important;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide:nth-child(n + 5) {
    display: none !important;
  }

  /* типографика рубрик — см. блок выше (Figma 48px) */
}

/* ========== 4. Секции каталога — прозрачный фон под flowery, карточки белые ========== */
body.page-test-srazuvvazu main .conditional-section {
  margin-bottom: 2.75rem;
}

body.page-test-srazuvvazu main .conditional-section_bg:not(.hit-prodaj-wrapper) {
  background: var(--sv-white) !important;
  padding: 0;
}

/* Рубрики + заголовки «Готовые букеты» / «Хиты» — без белой плиты, виден watermark */
body.page-test-srazuvvazu main .conditional-section.head-buttons-wrapper,
body.page-test-srazuvvazu main .conditional-section.gotovie-bukety-wrapper,
body.page-test-srazuvvazu main .conditional-section.hit-flowers-wrapper {
  background: transparent !important;
  background-color: transparent !important;
}

body.page-test-srazuvvazu main .conditional-section.head-buttons-wrapper .container,
body.page-test-srazuvvazu main .conditional-section.gotovie-bukety-wrapper .container,
body.page-test-srazuvvazu main .conditional-section.hit-flowers-wrapper .container {
  background: transparent;
}

body.page-test-srazuvvazu main .conditional-section_bg:not(.hit-prodaj-wrapper) > img {
  display: none !important;
}

body.page-test-srazuvvazu main .conditional-section h2.mb-25 {
  font-family: var(--sv-font-ui);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sv-navy);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--sv-blue-hero-deep);
}

/* «Добавьте к заказу» (podarki-wrapper): Cormorant Garamond SemiBold 48px, lh 88% */
body.page-test-srazuvvazu main .conditional-section.podarki-wrapper h2.mb-25 {
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  font-style: normal;
  line-height: 88% !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: var(--sv-navy) !important;
  border-bottom: none;
  margin-top: 2.5rem;
  padding-bottom: 0;
  white-space: nowrap;
}

/* «Бесплатная доставка…» + слайдер — без серой плиты, прозрачный фон под flowery */
body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  margin-top: 7rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(118%, 1320px);
  height: clamp(480px, 72vw, 760px);
  background: var(--sv-flowery-image) center center / contain no-repeat;
  opacity: var(--sv-flowery-opacity);
  pointer-events: none;
  z-index: 0;
}

body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper.conditional-section_bg > img {
  display: none !important;
}

body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper .container {
  position: relative;
  z-index: 1;
  background: transparent !important;
  background-color: transparent !important;
}

body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper h2.mb-25 {
  border-bottom: none;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: clamp(1.5rem, 3.5vw, 2.75rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

/* aktcii: карточки как в «Готовые букеты» / «Хиты» (product-card-v2) */
body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box,
body.page-test-srazuvvazu .aktcii-wrapper .product-card-v2 {
  position: relative;
  background: transparent;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  transform: none !important;
  transition: none;
}

body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box:hover,
body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box[data-hover],
body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box[data-touch],
body.page-test-srazuvvazu .aktcii-wrapper .product-card-v2:hover,
body.page-test-srazuvvazu .aktcii-wrapper .product-card-v2[data-hover],
body.page-test-srazuvvazu .aktcii-wrapper .product-card-v2[data-touch] {
  transform: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box__container {
  background: transparent;
  padding: 0;
}

body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box .content-image {
  height: auto;
  aspect-ratio: 325 / 342;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box .content-image .image {
  height: 100%;
  box-sizing: border-box;
  border: 10px solid transparent;
  transition: border-color 0.15s ease;
}

body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box:hover .content-image .image,
body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box[data-hover] .content-image .image,
body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box[data-touch] .content-image .image {
  border-color: var(--sv-blue-hero);
}

body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box .content-image .image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  transform: none !important;
  transition: none;
}

body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box:hover .content-image .image img,
body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box[data-hover] .content-image .image img,
body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box[data-touch] .content-image .image img {
  transform: none !important;
}

@media (min-width: 768px) {
  body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper {
    padding-bottom: 1.5rem !important;
    margin-bottom: 0 !important;
  }

  body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper h2.mb-25 {
    margin-bottom: 2rem;
  }

  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor {
    margin-bottom: 0;
    overflow: visible;
  }

  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor.slick-initialized .slick-list,
  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor.slick-initialized .slick-track {
    height: auto !important;
    min-height: clamp(380px, 30vw, 440px);
  }

  body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box .content-image,
  body.page-test-srazuvvazu .aktcii-wrapper .product-card-v2__image {
    min-height: clamp(380px, 30vw, 440px);
    aspect-ratio: 325 / 400;
  }

  /* «Все акции» — ниже слайдера, без наложения на фото */
  body.page-test-srazuvvazu .aktcii-wrapper + .conditional-section.statictext.sale-button {
    margin-top: clamp(2.25rem, 4vw, 3.5rem) !important;
    margin-bottom: 2.25rem !important;
    padding: 0 !important;
    background: transparent !important;
    position: relative;
    z-index: 3;
  }

  body.page-test-srazuvvazu .conditional-section.statictext.sale-button p {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  body.page-test-srazuvvazu main .conditional-section.aktcii-wrapper,
  body.page-test-srazuvvazu main .conditional-section.statictext.sale-button {
    display: none !important;
  }
}

/* ========== 4c. «Популярные вопросы» (faq_frontpage_block) — Figma ========== */
body.page-test-srazuvvazu main .conditional-section.faq_frontpage_block {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.page-test-srazuvvazu main .conditional-section.faq_frontpage_block.conditional-section_bg > img {
  display: none !important;
}

body.page-test-srazuvvazu main .conditional-section.faq_frontpage_block::before,
body.page-test-srazuvvazu main .conditional-section.faq_frontpage_block::after {
  display: none !important;
  content: none !important;
}

body.page-test-srazuvvazu .faq_frontpage_block .container {
  background: transparent !important;
}

body.page-test-srazuvvazu .faq_frontpage_block .content-title.h2 {
  display: block;
  margin: 0 0 1.5rem;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: clamp(1.5rem, 3.5vw, 2.75rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  color: var(--sv-navy) !important;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element,
body.page-test-srazuvvazu .faq_frontpage_block .faq-element.active,
body.page-test-srazuvvazu .faq_frontpage_block .faq-element.toggle-section.active {
  background: var(--sv-blue-hero) !important;
  border-radius: 8px !important;
  overflow: hidden;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element:not(:last-child) {
  margin-bottom: 10px;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__head {
  padding: 18px 48px 18px 20px;
  min-height: 56px;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__head-title,
body.page-test-srazuvvazu .faq_frontpage_block .faq-element__head-title p {
  margin: 0;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--sv-navy) !important;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__trigger {
  width: 24px;
  height: 24px;
  right: 16px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__head:hover .faq-element__trigger {
  background: transparent !important;
  border-color: transparent !important;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__trigger .icon {
  display: none !important;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__trigger::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/static/srazu_v_vazu_new/images/arrow_down.png") center / contain no-repeat;
  transition: transform 0.2s ease;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__head.active .faq-element__trigger::after,
body.page-test-srazuvvazu .faq_frontpage_block .faq-element.active .faq-element__trigger::after {
  transform: rotate(180deg);
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__content,
body.page-test-srazuvvazu .faq_frontpage_block .faq-element__content.active {
  padding: 0 20px 18px;
  background: transparent !important;
  color: var(--sv-navy) !important;
  font-family: var(--sv-font-ui);
  font-size: 0.9375rem;
  line-height: 1.5;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__content p {
  margin: 0 0 0.75rem;
  color: var(--sv-navy) !important;
}

body.page-test-srazuvvazu .faq_frontpage_block .faq-element__content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* Десктоп: колонка вопросов + красное фото в один ряд (как Figma) */
  body.page-test-srazuvvazu .faq_frontpage_block .container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px) !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  body.page-test-srazuvvazu .faq_frontpage_block .content-title.h2 {
    grid-column: 1 / -1;
    white-space: nowrap;
  }

  body.page-test-srazuvvazu .faq_frontpage_block .faq-section__elements {
    grid-column: 1;
    grid-row: 2;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    height: 100%;
    margin: 0 !important;
  }

  body.page-test-srazuvvazu .faq_frontpage_block .faq-element,
  body.page-test-srazuvvazu .faq_frontpage_block .faq-element.active,
  body.page-test-srazuvvazu .faq_frontpage_block .faq-element.toggle-section.active {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
  }

  body.page-test-srazuvvazu .faq_frontpage_block .faq-element:not(:last-child) {
    margin-bottom: 0 !important;
  }

  body.page-test-srazuvvazu .faq_frontpage_block .faq-element__head {
    padding: 18px 48px 18px 20px;
    min-height: 56px;
    height: auto;
    align-items: center;
  }

  body.page-test-srazuvvazu .faq_frontpage_block .container::after {
    content: "Мы всегда рады\Aответить на ваши вопросы";
    grid-column: 2;
    grid-row: 2;
    align-self: stretch !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0;
    padding: 1.5rem;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    background: url("/static/srazu_v_vazu_new/images/populyarnye_voprosy.png") center center / cover no-repeat;
    font-family: "Cormorant Garamond", var(--sv-font-display);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: pre-line;
    color: var(--sv-white);
  }
}

@media (max-width: 767px) {
  body.page-test-srazuvvazu .faq_frontpage_block .container::after {
    display: none !important;
  }
}

/* ========== 4d. «Где мы находимся» — карта + оверлей (Luciano-паттерн / Figma SV) ========== */
body.page-test-srazuvvazu main .conditional-section.sv-map-block {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.page-test-srazuvvazu main .conditional-section.sv-map-block.conditional-section_bg > img,
body.page-test-srazuvvazu main .conditional-section.sv-map-block::before,
body.page-test-srazuvvazu main .conditional-section.sv-map-block::after {
  display: none !important;
  content: none !important;
}

body.page-test-srazuvvazu main .conditional-section.sv-map-block > .container[hidden] {
  display: none !important;
}

body.page-test-srazuvvazu .sv-map-wrap {
  position: relative;
  width: 100%;
  min-height: 655px;
  height: 655px;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}

body.page-test-srazuvvazu .sv-map-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

body.page-test-srazuvvazu .sv-map-canvas iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  min-height: 100%;
}

body.page-test-srazuvvazu .sv-map-overlay {
  position: absolute;
  z-index: 2;
  left: clamp(1rem, 4vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: min(529px, calc(100% - 2rem));
  max-width: 529px;
  padding: 2rem 1.75rem;
  background: #d6e5ff;
  backdrop-filter: blur(25.6px);
  -webkit-backdrop-filter: blur(25.6px);
  opacity: 1;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body.page-test-srazuvvazu .sv-map-overlay__title {
  margin: 0;
  padding: 0;
  border: 0 !important;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 45px;
  font-weight: 300;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: var(--sv-navy) !important;
  text-align: left;
}

body.page-test-srazuvvazu .sv-map-overlay__title::after {
  display: none !important;
  content: none !important;
}

body.page-test-srazuvvazu .sv-map-overlay__row,
body.page-test-srazuvvazu .sv-map-overlay__row-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none !important;
  color: inherit;
  margin: 0;
}

body.page-test-srazuvvazu .sv-map-overlay__row--second {
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
}

body.page-test-srazuvvazu .sv-map-overlay__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: calc(40px + 0.75rem);
  width: auto;
  height: auto;
  padding: 0.4rem 0.9rem;
  border-radius: var(--sv-radius-pill);
  background: var(--sv-navy) !important;
  color: var(--sv-white) !important;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none !important;
}

body.page-test-srazuvvazu .sv-map-overlay__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sv-white);
  color: var(--sv-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.page-test-srazuvvazu .sv-map-overlay__icon svg {
  width: 16px;
  height: 16px;
}

body.page-test-srazuvvazu .sv-map-overlay__text,
body.page-test-srazuvvazu .sv-map-overlay__addr,
body.page-test-srazuvvazu .sv-map-overlay__phone,
body.page-test-srazuvvazu .sv-map-overlay a,
body.page-test-srazuvvazu .sv-map-overlay__row,
body.page-test-srazuvvazu .sv-map-overlay__row-inner {
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
}

body.page-test-srazuvvazu .sv-map-overlay__text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 20px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  color: var(--sv-navy) !important;
  font-variant-numeric: lining-nums proportional-nums;
}

body.page-test-srazuvvazu .sv-map-overlay__addr,
body.page-test-srazuvvazu .sv-map-overlay__phone {
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: var(--sv-navy) !important;
  font-variant-numeric: lining-nums proportional-nums;
}

body.page-test-srazuvvazu .sv-map-overlay__row:hover .sv-map-overlay__addr,
body.page-test-srazuvvazu .sv-map-overlay__row:hover .sv-map-overlay__phone,
body.page-test-srazuvvazu .sv-map-overlay__row-inner:hover .sv-map-overlay__addr,
body.page-test-srazuvvazu .sv-map-overlay__row-inner:hover .sv-map-overlay__phone {
  color: var(--sv-navy-hover);
}

@media (min-width: 768px) {
  body.page-test-srazuvvazu .sv-map-overlay {
    width: 529px;
    max-width: 529px;
    height: 485px;
    max-height: 485px;
    padding: 2.5rem 2.25rem;
    justify-content: center;
    overflow: hidden;
    gap: 2.25rem;
  }

  body.page-test-srazuvvazu .sv-map-overlay__row--second {
    gap: 0.85rem;
  }
}

@media (max-width: 767px) {
  /* Мобилка карты — как Luciano (позиция/размеры карточки + типографика) */
  body.page-test-srazuvvazu .sv-map-wrap {
    height: 710px;
    min-height: 710px;
  }

  body.page-test-srazuvvazu .sv-map-overlay {
    left: 50%;
    top: auto;
    right: auto;
    bottom: clamp(48px, 12vw, 72px);
    transform: translateX(-50%);
    box-sizing: border-box;
    width: min(clamp(300px, 88vw, 342px), calc(100% - 2rem));
    max-width: min(342px, calc(100% - 2rem));
    height: auto;
    min-height: min(clamp(315px, 92vw, 359px), calc(100% - clamp(48px, 12vw, 72px) - 1rem));
    max-height: calc(100% - clamp(48px, 12vw, 72px) - 1rem);
    padding: 1.25rem 1rem;
    gap: 1.15rem;
    overflow: hidden;
    justify-content: center;
  }

  body.page-test-srazuvvazu .sv-map-overlay__title {
    font-family: "Cormorant Garamond", var(--sv-font-display) !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 32px !important;
    line-height: 95% !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    font-variant-numeric: lining-nums proportional-nums;
    text-align: left !important;
    width: 100%;
  }

  body.page-test-srazuvvazu .sv-map-overlay__row,
  body.page-test-srazuvvazu .sv-map-overlay__row-inner {
    align-items: center;
    gap: 12px;
  }

  body.page-test-srazuvvazu .sv-map-overlay__row--second {
    gap: 0.65rem;
  }

  body.page-test-srazuvvazu .sv-map-overlay__icon {
    width: 46px;
    height: 46px;
  }

  body.page-test-srazuvvazu .sv-map-overlay__icon svg {
    width: 20px;
    height: 20px;
  }

  body.page-test-srazuvvazu .sv-map-overlay__badge {
    margin-left: calc(46px + 12px);
    font-size: 0.8125rem;
    padding: 0.3rem 0.75rem;
  }

  body.page-test-srazuvvazu .sv-map-overlay__text,
  body.page-test-srazuvvazu .sv-map-overlay__addr,
  body.page-test-srazuvvazu .sv-map-overlay__phone {
    font-family: "Cormorant Garamond", var(--sv-font-display) !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    font-variant-numeric: lining-nums proportional-nums;
  }

  body.page-test-srazuvvazu .sv-map-overlay__phone {
    line-height: 95% !important;
  }
}

/* ========== 4b. «Готовые букеты» / «Хиты продаж» — вкладки Figma ========== */
body.page-test-srazuvvazu .sv-catalog-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: clamp(2rem, 6vw, 4rem);
  margin: 2.5rem auto 1.75rem;
  max-width: var(--sv-container);
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  body.page-test-srazuvvazu .sv-catalog-tabs {
    margin-top: 12.5rem;
    margin-bottom: 2.75rem;
  }

  body.page-test-srazuvvazu.sv-catalog-tabs-ready .gotovie-bukety-wrapper .slider-constructor,
  body.page-test-srazuvvazu.sv-catalog-tabs-ready .hit-flowers-wrapper .slider-constructor {
    margin-top: 1.75rem !important;
  }

  body.page-test-srazuvvazu .gotovie-bukety-wrapper .product-card-v2__image,
  body.page-test-srazuvvazu .hit-flowers-wrapper .product-card-v2__image {
    aspect-ratio: 325 / 368;
    min-height: clamp(300px, 21.5vw, 372px);
  }

  body.page-test-srazuvvazu .gotovie-bukety-wrapper .product-card-v2__image .image,
  body.page-test-srazuvvazu .hit-flowers-wrapper .product-card-v2__image .image {
    border-width: 7px;
  }

  /* Узкий зазор между карточками, боковые отступы как в теме (~10px) */
  body.page-test-srazuvvazu .gotovie-bukety-wrapper .slider-constructor .slick-list,
  body.page-test-srazuvvazu .hit-flowers-wrapper .slider-constructor .slick-list,
  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--sv-catalog-card-edge);
    padding-right: var(--sv-catalog-card-edge);
  }

  body.page-test-srazuvvazu .gotovie-bukety-wrapper .slider-constructor .slick-slide,
  body.page-test-srazuvvazu .hit-flowers-wrapper .slider-constructor .slick-slide,
  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor .slick-slide {
    padding-left: calc(var(--sv-catalog-card-gap) / 2);
    padding-right: calc(var(--sv-catalog-card-gap) / 2);
  }
}

/* Figma: Cormorant Garamond SemiBold 48px, line-height 88%, uppercase */
body.page-test-srazuvvazu .sv-catalog-tabs__tab {
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: 88%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(27, 45, 62, 0.42);
  background: none;
  border: 0;
  padding: 0 0 0.5rem;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}

body.page-test-srazuvvazu .sv-catalog-tabs__tab:hover {
  color: var(--sv-navy);
}

body.page-test-srazuvvazu .sv-catalog-tabs__tab.is-active {
  color: var(--sv-navy);
}

body.page-test-srazuvvazu .sv-catalog-tabs__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--sv-navy);
}

body.page-test-srazuvvazu.sv-catalog-tabs-ready .gotovie-bukety-wrapper > .container > h2.mb-25,
body.page-test-srazuvvazu.sv-catalog-tabs-ready .hit-flowers-wrapper > .container > h2.mb-25 {
  display: none !important;
}

body.page-test-srazuvvazu.sv-catalog-tabs-ready .gotovie-bukety-wrapper,
body.page-test-srazuvvazu.sv-catalog-tabs-ready .hit-flowers-wrapper {
  /* new.css: .conditional-section_bg + .conditional-section_bg { margin-top: -40px } */
  margin-top: 0 !important;
  margin-bottom: 0.75rem;
}

body.page-test-srazuvvazu.sv-catalog-tabs-ready .conditional-section.statictext[class*="catalog-button"],
body.page-test-srazuvvazu.sv-catalog-tabs-ready .conditional-section.statictext.catalog-button-1,
body.page-test-srazuvvazu.sv-catalog-tabs-ready .conditional-section.statictext.catalog-button-2 {
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
}

/* ========== 5. Карточки товаров (product-card-v2) — Figma: плоские, без тени ========== */
body.page-test-srazuvvazu .product-card-v2 {
  --pd: 0;
  position: relative;
  background: transparent;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  transform: none !important;
  transition: none;
}

body.page-test-srazuvvazu .product-card-v2:hover,
body.page-test-srazuvvazu .product-card-v2[data-hover],
body.page-test-srazuvvazu .product-card-v2[data-touch] {
  transform: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

body.page-test-srazuvvazu .product-card-v2__image {
  --sv-badge-slant: 9px;
  --sv-badge-gap: 3px;
  --sv-badge-h: 24px;
  --sv-badge-percent-bg: #0d1b3b;
  /* Figma: левый край вертикальный, остриё сверху справа */
  --sv-badge-clip: polygon(0 0, 100% 0, calc(100% - var(--sv-badge-slant)) 100%, 0 100%);
  height: auto;
  aspect-ratio: 325 / 342;
  border-radius: 0;
  overflow: visible;
}

body.page-test-srazuvvazu .product-card-v2__image .image {
  height: 100%;
  box-sizing: border-box;
  border: 10px solid transparent;
  transition: border-color 0.15s ease;
}

body.page-test-srazuvvazu .product-card-v2:hover .product-card-v2__image .image,
body.page-test-srazuvvazu .product-card-v2[data-hover] .product-card-v2__image .image,
body.page-test-srazuvvazu .product-card-v2[data-touch] .product-card-v2__image .image {
  border-color: var(--sv-blue-hero);
}

body.page-test-srazuvvazu .product-card-v2__image .image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}

/* Figma: фото не увеличивается при наведении (отключаем scale из new.css) */
body.page-test-srazuvvazu .product-card-v2[data-hover] .product-card-v2__image .image img,
body.page-test-srazuvvazu .product-card-v2[data-touch] .product-card-v2__image .image img,
body.page-test-srazuvvazu .product-card-v2:hover .product-card-v2__image .image img {
  transform: none !important;
}

/* Figma: бейджи слева сверху — скошенная плашка (трапеция), скидка, акция, хит */
body.page-test-srazuvvazu .product-card-v2__image .product-card-sell-badge {
  position: absolute;
  top: calc(10px + var(--sv-badge-gap));
  left: 10px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: auto;
  height: var(--sv-badge-h);
  margin: 0;
  padding: 2px calc(10px + var(--sv-badge-slant)) 2px 10px;
  border-radius: 0;
  clip-path: var(--sv-badge-clip);
  -webkit-clip-path: var(--sv-badge-clip);
  background: var(--sv-badge-percent-bg) !important;
  color: var(--sv-white) !important;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 100% !important;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: none;
  box-shadow: none;
  pointer-events: none;
}

body.page-test-srazuvvazu .product-card-v2__labels {
  position: absolute;
  top: calc(10px + var(--sv-badge-gap));
  left: 10px;
  bottom: auto;
  width: auto;
  max-width: calc(100% - 20px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: var(--sv-badge-gap);
  margin: 0;
  padding: 0;
  pointer-events: none;
}

body.page-test-srazuvvazu .product-card-v2__image:has(.product-card-sell-badge) .product-card-v2__labels {
  top: calc(10px + var(--sv-badge-gap) + var(--sv-badge-h) + var(--sv-badge-gap));
}

body.page-test-srazuvvazu .product-card-v2__label.card-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: auto;
  height: var(--sv-badge-h);
  margin: 0;
  padding: 2px calc(10px + var(--sv-badge-slant)) 2px 10px;
  border-radius: 0;
  clip-path: var(--sv-badge-clip);
  -webkit-clip-path: var(--sv-badge-clip);
  background: var(--sv-blue-hero) !important;
  color: var(--sv-navy) !important;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 100% !important;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: capitalize;
  box-shadow: none;
}

body.page-test-srazuvvazu .product-card-v2__label.card-label_style-offer {
  order: 1;
}

body.page-test-srazuvvazu .product-card-v2__label.card-label_style-hit {
  order: 2;
}

body.page-test-srazuvvazu .product-card-v2__label.card-label_style-new {
  order: 3;
}

body.page-test-srazuvvazu .product-card-v2__label.card-label_style-sale {
  order: 4;
}

body.page-test-srazuvvazu .product-card-v2__label.card-label_style-stock {
  order: 5;
}

body.page-test-srazuvvazu .product-card-v2__content {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 10px;
  padding: 12px 0 0;
  background: transparent;
}

/* Figma: сначала название, ниже цена (перебиваем column-reverse из темы) */
body.page-test-srazuvvazu .product-card-v2__title {
  order: 1;
  font-family: var(--sv-font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--sv-navy);
  margin: 0 0 4px;
  -webkit-line-clamp: 3;
}

body.page-test-srazuvvazu .product-card-v2__content-bottom {
  order: 2;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

body.page-test-srazuvvazu .product-card-v2__pricing {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

body.page-test-srazuvvazu .product-card-v2__price,
body.page-test-srazuvvazu .product-card-v2__price span,
body.page-test-srazuvvazu .product-card-v2__price.text-color-accent,
body.page-test-srazuvvazu .product-card-v2__price.text-color-accent span,
body.page-test-srazuvvazu .product-card-v2__price.text-color-light,
body.page-test-srazuvvazu .product-card-v2__price.text-color-light span {
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: clamp(1.375rem, 2.4vw, 1.875rem) !important;
  font-weight: 600 !important;
  font-style: normal;
  line-height: 1 !important;
  color: var(--sv-navy) !important;
}

body.page-test-srazuvvazu .product-card-v2__old-price,
body.page-test-srazuvvazu .product-card-v2__old-price span {
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  line-height: 1.1;
  color: var(--sv-navy) !important;
  margin-bottom: 4px;
  text-decoration: line-through;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}

body.page-test-srazuvvazu .product-card-v2__old-price::after {
  display: none !important;
  content: none !important;
}

body.page-test-srazuvvazu .product-card-v2__pricing-txt {
  font-size: 0.625rem;
  line-height: 1.2;
  margin-bottom: 4px;
}

/* Figma Frame 194 / 195: пилюля 143×60 справа от цены */
body.page-test-srazuvvazu .product-card-v2__buttons {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  pointer-events: all;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button,
body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button.button {
  box-sizing: border-box;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: calc((60px - 1.5em) / 2) 10px;
  border: 0 !important;
  border-radius: 100px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--sv-blue-hero) !important;
  color: var(--sv-navy) !important;
  font-family: "Inter", var(--sv-font-ui) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 150% !important;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* «Купить» — фиксированная пилюля 143×60 (не сжимать в круг) */
body.page-test-srazuvvazu .product-card-v2__buttons .st-button_add-to-cart,
body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button.add-to-cart {
  width: 143px !important;
  min-width: 143px !important;
  max-width: 143px !important;
}

/* «Узнать о поступлении» — ширина по тексту, минимум как в макете */
body.page-test-srazuvvazu .product-card-v2__buttons .st-button.not-price,
body.page-test-srazuvvazu .product-card-v2__buttons .st-button_not-availbe {
  width: auto !important;
  min-width: 143px;
  max-width: none;
  height: auto;
  min-height: 60px;
  max-height: none;
  padding: 10px 14px;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button__icon,
body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button .icon {
  display: none !important;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button__sub-title {
  display: none !important;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button__title,
body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button.add-to-cart > span,
body.page-test-srazuvvazu .product-card-v2__buttons .st-button.not-price .sv-not-price-line {
  display: block;
  width: 100%;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit;
  line-height: inherit !important;
  letter-spacing: inherit;
  color: inherit !important;
  text-align: center;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button_add-to-cart .st-button__title,
body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button.add-to-cart > span {
  white-space: nowrap;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button.not-price .st-button__title,
body.page-test-srazuvvazu .product-card-v2__buttons .st-button_not-availbe .st-button__title {
  white-space: normal;
  display: block;
  text-align: center;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button.not-price .sv-not-price-line,
body.page-test-srazuvvazu .product-card-v2__buttons .st-button_not-availbe .sv-not-price-line {
  display: block;
}

body.page-test-srazuvvazu .product-card-v2:hover .st-button_add-to-cart,
body.page-test-srazuvvazu .product-card-v2[data-hover] .st-button_add-to-cart,
body.page-test-srazuvvazu .product-card-v2__buttons .st-button_add-to-cart:hover,
body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button.button:hover {
  background: var(--sv-navy) !important;
  color: var(--sv-white) !important;
}

body.page-test-srazuvvazu .product-card-v2__buttons .st-button.not-price:hover,
body.page-test-srazuvvazu .product-card-v2__buttons .st-button_not-availbe:hover {
  background: var(--sv-navy) !important;
  color: var(--sv-white) !important;
}

/* Полароид-карточки в старых слайдерах (content-standard-box) */
body.page-test-srazuvvazu .content-standard-box .content-image {
  border-radius: 12px;
  overflow: hidden;
  background: var(--sv-white);
  box-shadow: 0 4px 16px rgba(27, 45, 62, 0.08);
}

body.page-test-srazuvvazu .content-standard-box .name-flow {
  font-family: var(--sv-font-ui);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--sv-text);
}

body.page-test-srazuvvazu .content-standard-box .cost-flow .cost {
  font-weight: 700;
  color: var(--sv-navy);
}

body.page-test-srazuvvazu .content-standard-box .cost-flow .plus {
  background: var(--sv-navy);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

body.page-test-srazuvvazu .content-standard-box .cost-flow .plus img {
  filter: brightness(0) invert(1);
}

/* Слайдеры — стрелки и точки в стиле макета */
body.page-test-srazuvvazu .slider-constructor .slick-prev,
body.page-test-srazuvvazu .slider-constructor .slick-next {
  background: var(--sv-white);
  border: 1px solid rgba(27, 45, 62, 0.12);
  box-shadow: 0 2px 8px rgba(27, 45, 62, 0.08);
}

body.page-test-srazuvvazu .slider-constructor .slick-dots .slick-active button {
  background-color: var(--sv-navy);
}

/* ========== 6. Кнопка «Смотреть все» (catalog-button-*) — Figma 711×67 ========== */
body.page-test-srazuvvazu .conditional-section.statictext[class*="catalog-button"],
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-1,
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem !important;
  text-align: center;
  overflow: visible;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* new.css тянет следующую секцию вверх на −40px — съедает отступ под кнопкой */
body.page-test-srazuvvazu .conditional-section.statictext[class*="catalog-button"] + .conditional-section,
body.page-test-srazuvvazu .conditional-section.statictext[class*="catalog-button"] + .conditional-section_bg {
  margin-top: 0 !important;
}

/* После «Добавьте к заказу» кнопка «Смотреть все» чуть ниже */
body.page-test-srazuvvazu .podarki-wrapper + .conditional-section.statictext.catalog-button-3 {
  margin-top: 3.75rem !important;
}

/* После «Смотреть все» — блок «Мы на связи 24/7» ниже */
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-3 + .social-block.conditional-section {
  margin-top: 7rem !important;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2 {
  display: none !important;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-1[hidden],
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2[hidden] {
  display: none !important;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-1 p,
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2 p {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-1 a,
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2 a,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) .button-more,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.button-more,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.but-a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(711px, 100%);
  max-width: 711px;
  height: 67px;
  min-height: 67px;
  padding: 20px 10px;
  border: 0 !important;
  border-radius: 8px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  overflow: hidden;
  background: var(--sv-navy) !important;
  color: var(--sv-blue-hero) !important;
  font-family: "Inter", var(--sv-font-ui) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 150% !important;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-1 a span,
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2 a span,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) .button-more span,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.button-more span,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.but-a span {
  font: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  text-align: center;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-3 a.button-more img {
  display: none !important;
}

body.page-test-srazuvvazu .conditional-section.statictext.sale-button a.button-more img,
body.page-test-srazuvvazu .conditional-section.statictext.sale-button a.but-a img {
  display: none !important;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-1 a .icon,
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2 a .icon,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) .button-more .icon,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.button-more .icon,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.but-a .icon {
  display: none !important;
}

body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-1 a:hover,
body.page-test-srazuvvazu .conditional-section.statictext.catalog-button-2 a:hover,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) .button-more:hover,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.button-more:hover,
body.page-test-srazuvvazu .conditional-section.statictext:not(.flow-form) a.but-a:hover {
  background: var(--sv-navy-hover) !important;
  color: var(--sv-blue-hero) !important;
  transform: none !important;
  box-shadow: none !important;
}

body.page-test-srazuvvazu h1.main-zag {
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: 88%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--sv-navy);
}

@media (min-width: 768px) {
  body.page-test-srazuvvazu h1.main-zag {
    white-space: nowrap;
    font-size: 48px;
    line-height: 88%;
  }

  /* CustomStyle держит .main-zag { margin-bottom: 25px !important } — нужен !important */
  body.page-test-srazuvvazu .flow-form h1.main-zag {
    margin-bottom: 3.5rem !important;
  }

  body.page-test-srazuvvazu .flow-form .row-flow {
    margin-top: 0;
  }
}

/* После «Смотреть все» — блок чуть ниже; снизу тоже отступ (desktop) */
@media (min-width: 768px) {
  body.page-test-srazuvvazu .conditional-section.statictext[class*="catalog-button"] + .flow-form.conditional-section_bg {
    margin-top: 5.5rem !important;
  }

  body.page-test-srazuvvazu .flow-form.conditional-section_bg {
    margin-bottom: 5.5rem !important;
  }
}

body.page-test-srazuvvazu .flow-form.conditional-section_bg {
  background: var(--sv-white) !important;
  padding: 2.5rem 0;
  border-radius: var(--sv-radius-card);
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--sv-container) + 2rem);
}

/* flow-form: список ссылок Figma — #D6E5FF, стрелка справа, gap 10px */
body.page-test-srazuvvazu .flow-form .row-flow > .col-12,
body.page-test-srazuvvazu .flow-form .row-flow > .col-md-6 {
  background: transparent !important;
  padding: 0 !important;
}

body.page-test-srazuvvazu .flow-form .row-flow > .col-12:first-child,
body.page-test-srazuvvazu .flow-form .row-flow > .col-md-6:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.page-test-srazuvvazu .flow-form .button-news {
  margin: 0 !important;
  width: 100%;
  background: transparent !important;
  border-radius: 8px;
  overflow: hidden;
}

body.page-test-srazuvvazu .flow-form .button-news:hover {
  background: transparent !important;
}

body.page-test-srazuvvazu .flow-form a.but-a {
  box-sizing: border-box;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100% !important;
  max-width: none !important;
  min-height: 87px;
  height: auto !important;
  padding: 24px 40px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--sv-blue-hero) !important;
  color: var(--sv-navy) !important;
  font-family: "Cormorant Garamond", Cormorant, var(--sv-font-display) !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 100% !important;
  letter-spacing: -0.04em;
  text-align: left !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.15s ease;
}

body.page-test-srazuvvazu .flow-form a.but-a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: 0;
  background: center / contain no-repeat url("/static/srazu_v_vazu_new/images/arrow_left.png");
}

body.page-test-srazuvvazu .flow-form a.but-a:hover {
  background: #c5daf8 !important;
  color: var(--sv-navy) !important;
}

body.page-test-srazuvvazu .flow-form a.but-a img,
body.page-test-srazuvvazu .flow-form a.but-a br {
  display: none !important;
}

body.page-test-srazuvvazu .flow-form .sert-block a.but-a {
  white-space: normal;
}

/* flow-form: блок «Индивидуальный подбор букета» — фон zhelania.png (Figma) */
body.page-test-srazuvvazu .flow-form .row-flow > .col-12:last-child,
body.page-test-srazuvvazu .flow-form .row-flow > .col-md-6:last-child {
  display: flex;
}

body.page-test-srazuvvazu .flow-form .form {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 28px 24px 32px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #c41e3a;
  background-image: url("/static/srazu_v_vazu_new/images/zhelania.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: var(--sv-white);
}

body.page-test-srazuvvazu .flow-form .form > p {
  display: none;
}

body.page-test-srazuvvazu .flow-form .form h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 1.25rem;
  max-width: 100%;
  font-family: "Cormorant Garamond", var(--sv-font-display) !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 102% !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
  color: var(--sv-white) !important;
  text-align: left;
}

body.page-test-srazuvvazu .flow-form .form form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.page-test-srazuvvazu .flow-form .form .form-group {
  margin-bottom: 0;
}

body.page-test-srazuvvazu .flow-form .form .form-control {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 2px !important;
  color: var(--sv-white) !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 16px 20px !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
}

body.page-test-srazuvvazu .flow-form .form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

body.page-test-srazuvvazu .flow-form .form .form-group:has(#id_vasht-pozhelaniya) .form-control {
  height: auto;
  min-height: 88px;
}

body.page-test-srazuvvazu .flow-form .form .form-control:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: var(--sv-white) !important;
  color: var(--sv-white) !important;
  box-shadow: none !important;
}

/* Floating label + placeholder давали «раздвоение» — оставляем только placeholder */
body.page-test-srazuvvazu .flow-form .form .form-group:not(.privacy-policy) > .label-name {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none;
}

body.page-test-srazuvvazu .flow-form .form .form-group:not(.privacy-policy) {
  position: relative;
}

body.page-test-srazuvvazu .flow-form .form .form-group-inline {
  margin-top: 0.25rem;
}

body.page-test-srazuvvazu .flow-form .form .btn,
body.page-test-srazuvvazu .flow-form .form .button-theme_primary {
  width: 100%;
  min-height: 67px;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--sv-white) !important;
  color: var(--sv-navy) !important;
  font-family: "Inter", var(--sv-font-ui) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

body.page-test-srazuvvazu .flow-form .form .btn:hover,
body.page-test-srazuvvazu .flow-form .form .button-theme_primary:hover {
  background: #f0f4ff !important;
  color: var(--sv-navy) !important;
}

body.page-test-srazuvvazu .flow-form .form .privacy-policy .form-text,
body.page-test-srazuvvazu .flow-form .form .privacy-policy label {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12px;
  line-height: 1.35;
}

body.page-test-srazuvvazu .flow-form .form .privacy-policy a {
  color: var(--sv-white) !important;
  text-decoration: underline;
}

body.page-test-srazuvvazu .flow-form .form .checkbox input[type="checkbox"] {
  accent-color: var(--sv-white);
}

@media (min-width: 768px) {
  body.page-test-srazuvvazu .flow-form .row-flow {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* custom CSS: .flow-form .col-12 { width: 100% } — перебивает col-md-6 */
  body.page-test-srazuvvazu .flow-form .row-flow > .col-12.col-md-6 {
    flex: 0 0 calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }

  body.page-test-srazuvvazu .flow-form .row-flow > .col-12.col-md-6:first-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: stretch;
  }

  /* Синие полоски растягиваются по высоте колонки = красный блок */
  body.page-test-srazuvvazu .flow-form .row-flow > .col-12.col-md-6:first-child .button-news {
    flex: 1 1 0;
    display: flex;
    min-height: 0;
  }

  body.page-test-srazuvvazu .flow-form .row-flow > .col-12.col-md-6:first-child .button-news a.but-a {
    flex: 1 1 auto;
    width: 100% !important;
    height: 100% !important;
    min-height: 87px;
  }

  body.page-test-srazuvvazu .flow-form .row-flow > .col-12.col-md-6:last-child {
    display: flex;
    align-self: stretch;
  }

  body.page-test-srazuvvazu .flow-form .form {
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin-top: 0 !important;
  }

  /* Figma: телефон | дата — в ряд; пожелания на всю ширину */
  body.page-test-srazuvvazu .flow-form .form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
  }

  body.page-test-srazuvvazu .flow-form .form .form-group:has(#id_vash-telefon) {
    order: 1;
  }

  body.page-test-srazuvvazu .flow-form .form .form-group:has(#id_data-vremya-i-adres) {
    order: 2;
  }

  body.page-test-srazuvvazu .flow-form .form .form-group:has(#id_vasht-pozhelaniya) {
    order: 3;
    grid-column: 1 / -1;
  }

  body.page-test-srazuvvazu .flow-form .form .form-group.privacy-policy {
    order: 4;
    grid-column: 1 / -1;
  }

  body.page-test-srazuvvazu .flow-form .form .form-group-inline {
    order: 5;
    grid-column: 1 / -1;
  }

  body.page-test-srazuvvazu .flow-form .form .form-group-inline .btn,
  body.page-test-srazuvvazu .flow-form .form .form-group-inline .button-theme_primary {
    width: 319px !important;
    max-width: 319px !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }
}

/* ========== 6c. «Мы на связи 24/7» (social-block) — Figma ========== */
body.page-test-srazuvvazu .social-block.conditional-section,
body.page-test-srazuvvazu .social-block .row-social {
  background: #d6e5ff !important;
  background-color: #d6e5ff !important;
}

body.page-test-srazuvvazu .social-block .container {
  background: transparent !important;
  background-color: transparent !important;
}

body.page-test-srazuvvazu .social-mobile.conditional-section {
  display: none !important;
}

body.page-test-srazuvvazu .social-block .logo-white,
body.page-test-srazuvvazu .social-block p.live {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

body.page-test-srazuvvazu .social-block .col-soc-2,
body.page-test-srazuvvazu .social-block .col-soc-3,
body.page-test-srazuvvazu .social-block .col-soc-4 {
  display: none !important;
}

body.page-test-srazuvvazu .social-block.conditional-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

/* ⚠️ Водяной знак social — НЕ МЕНЯТЬ без запроса (журнал §2026-07-04) */
/* Водяной знак «SRAZU V VAZU» — на всю ширину экрана, прижат к низу блока */
body.page-test-srazuvvazu .social-block.conditional-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  height: var(--sv-social-watermark-h);
  background: var(--sv-social-watermark-image) center bottom / 100% auto no-repeat;
  pointer-events: none;
  z-index: var(--sv-social-watermark-z);
}

body.page-test-srazuvvazu .social-block .row-social {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-test-srazuvvazu .social-block .col-soc-1 {
  position: relative;
  z-index: 35;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.page-test-srazuvvazu .social-block .col-soc-1 .social {
  display: contents;
}

body.page-test-srazuvvazu .social-block .col-soc-1 > p {
  margin: 0;
  color: #000 !important;
  font-family: "Inter", var(--sv-font-ui) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

body.page-test-srazuvvazu .social-block .col-soc-1 > p .sv-social-lead {
  display: block;
  margin-bottom: 0.5rem;
}

/* Переносы тела текста 24/7 — как в Figma (десктоп и мобилка) */
body.page-test-srazuvvazu .social-block .sv-social-br {
  display: inline;
}

body.page-test-srazuvvazu .social-block a.soc-icon {
  box-sizing: border-box;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: var(--sv-social-card-size);
  height: var(--sv-social-card-size);
  padding: 28px 16px;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--sv-white) !important;
  color: #000 !important;
  font-family: "Inter", var(--sv-font-ui) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.15s ease;
}

body.page-test-srazuvvazu .social-block a.soc-icon:hover {
  background: #f0f4ff !important;
  color: #000 !important;
}

body.page-test-srazuvvazu .social-block a.soc-icon img {
  display: none !important;
}

body.page-test-srazuvvazu .social-block a.soc-icon::before {
  content: "";
  display: block;
  width: var(--sv-social-icon-size);
  height: var(--sv-social-icon-size);
  flex-shrink: 0;
  background: center / var(--sv-social-icon-size) var(--sv-social-icon-size) no-repeat;
}

body.page-test-srazuvvazu .social-block a.soc-icon[href*="t.me"]::before {
  background-image: url("/static/srazu_v_vazu_new/images/Telegram-social-hi.png");
}

body.page-test-srazuvvazu .social-block a.soc-icon[href*="vk.com"]::before {
  background-image: url("/static/srazu_v_vazu_new/images/vk-social-hi.png");
}

@media (min-width: 768px) {
  body.page-test-srazuvvazu .social-block .container {
    max-width: none;
    width: 100%;
    padding: var(--sv-social-offset-top) 0 0 var(--sv-social-offset-left) !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    background: transparent !important;
    background-color: transparent !important;
  }

  body.page-test-srazuvvazu .social-block .row-social {
    display: block !important;
    flex: 1 1 auto;
    min-height: 0;
    height: var(--sv-social-cards-stage);
    --bs-gutter-x: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: visible;
    background: transparent !important;
    background-color: transparent !important;
  }

  body.page-test-srazuvvazu .social-block .row-social::after {
    display: none !important;
  }

  /*
   * Десктоп: карточки — absolute на «сцене» 2×2.
   * Текст — справа от верхней карточки (1-я колонка = 1 квадрат), как в Figma.
   */
  body.page-test-srazuvvazu .social-block .col-soc-1 {
    grid-column: 1;
    grid-row: 1;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: var(--sv-social-cards-stage) !important;
    height: auto !important;
    align-self: start !important;
    display: grid;
    grid-template-columns: var(--sv-social-card-size) minmax(0, 1fr);
    grid-template-rows: var(--sv-social-card-size) var(--sv-social-card-size);
    column-gap: var(--sv-social-text-gap);
    row-gap: 0;
    align-content: start !important;
    align-items: start;
    padding: 0;
    box-sizing: border-box;
  }

  body.page-test-srazuvvazu .social-block .col-soc-1 > p {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    padding-top: 0;
    max-width: 20rem;
    position: relative;
    z-index: 2;
    font-family: "Inter", var(--sv-font-ui) !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  body.page-test-srazuvvazu .social-block .col-soc-1 .social .soc-icon:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  body.page-test-srazuvvazu .social-block .col-soc-1 .social .soc-icon:last-child {
    position: absolute;
    top: var(--sv-social-card-size);
    left: var(--sv-social-card-size);
    z-index: 1;
  }
}

@media (max-width: 767px) {
  body.page-test-srazuvvazu {
    --sv-social-card-size: min(
      275.96px,
      calc((100vw - var(--sv-social-offset-left) - 1rem - var(--sv-social-mobile-gap)) / 2)
    );
  }

  body.page-test-srazuvvazu .social-block .row-social {
    min-height: 0 !important;
    height: auto !important;
  }

  body.page-test-srazuvvazu .social-block .row-social::after {
    display: none !important;
  }

  /* Figma Frame 231: 731px, gap 20px, карточки → текст */
  body.page-test-srazuvvazu .social-block.conditional-section {
    padding: 0;
  }

  body.page-test-srazuvvazu .social-block.conditional-section::after {
    display: block !important;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    transform: none;
    width: clamp(52px, 16vw, 88px);
    max-width: none;
    height: 100%;
    background: url("/static/srazu_v_vazu_new/images/grey_logo_left.png") left center / auto 100% no-repeat;
    z-index: 50;
    pointer-events: none;
  }

  body.page-test-srazuvvazu .social-block .container {
    padding: 40px 1rem 0 var(--sv-social-offset-left) !important;
    display: flex;
    flex-direction: column;
  }

  body.page-test-srazuvvazu .social-block .col-soc-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
    min-height: 0 !important;
    width: 100% !important;
    flex: 0 0 auto;
  }

  body.page-test-srazuvvazu .social-block .col-soc-1 > p {
    order: 2;
    align-self: center;
    width: 100%;
    max-width: 21rem;
    padding-top: 0;
    text-align: center;
    grid-column: auto;
    grid-row: auto;
  }

  body.page-test-srazuvvazu .social-block .col-soc-1 .social {
    order: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--sv-social-mobile-gap);
    width: 100%;
    max-width: calc(var(--sv-social-card-size) * 2 + var(--sv-social-mobile-gap));
  }

  body.page-test-srazuvvazu .social-block .col-soc-1 .social .soc-icon:first-child,
  body.page-test-srazuvvazu .social-block .col-soc-1 .social .soc-icon:last-child {
    position: static;
    top: auto;
    left: auto;
  }

  body.page-test-srazuvvazu .social-block a.soc-icon {
    box-sizing: border-box;
    flex: 0 0 var(--sv-social-card-size);
    width: var(--sv-social-card-size);
    height: var(--sv-social-card-size);
    max-width: var(--sv-social-card-size);
    min-height: var(--sv-social-card-size);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 28px 16px;
  }

  body.page-test-srazuvvazu .social-block a.soc-icon::before {
    width: var(--sv-social-icon-size);
    height: var(--sv-social-icon-size);
  }
}

/* ========== 7. Футер — вынесен в srazuvvazu-footer.css (подключается в base.html) ========== */

/* ========== Мобильная версия ========== */
@media (max-width: 767px) {
  /* На /test/ не дублируем каталог из section-first — правило в srazuvvazu-header.css */

  /* --- Hero mobile (Figma Frame 107): 520px, маска+фото снизу — как на проде --- */
  body.page-test-srazuvvazu .hit-prodaj-wrapper.conditional-section_bg {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    background: #d6e5ff !important;
    overflow: hidden;
    z-index: 1;
  }

  /* Подзаголовок в синей зоне (Figma: Inter, 2 строки) — container::before свободен на мобилке */
  body.page-test-srazuvvazu .hit-prodaj-wrapper > .container::before {
    content: "Бесплатная доставка по городу\A на авторские сборные букеты от 2000₽";
    display: block;
    position: absolute;
    top: 7.6rem;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 7;
    margin: 0;
    padding: 0 1.5rem;
    background: none;
    width: auto;
    height: auto;
    font-family: var(--sv-font-ui);
    font-size: clamp(0.75rem, 3.4vw, 0.875rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    white-space: pre-line;
    color: var(--sv-navy);
    transform: none;
    pointer-events: none;
  }

  /* Заголовок + цветок: 2 строки, строго по центру (сбрасываем desktop width: 52%) */
  body.page-test-srazuvvazu .hit-prodaj-wrapper.conditional-section_bg::after {
    content: "ДОСТАВКА ЦВЕТОВ\A И БУКЕТОВ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-height: var(--sv-hero-mobile-split-y);
    box-sizing: border-box;
    max-width: none;
    margin: 0;
    padding: 3.35rem 1.25rem 0;
    background: url("/static/srazu_v_vazu_new/images/icon_flower.png") center 1rem / 28px 28px no-repeat;
    font-family: "Cormorant Garamond", var(--sv-font-display) !important;
    font-size: clamp(1.15rem, 5.2vw, 1.5rem);
    font-weight: 600 !important;
    line-height: 0.95;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center !important;
    white-space: pre-line;
    transform: none;
    z-index: 6;
    color: var(--sv-navy);
    display: block;
    pointer-events: none;
  }

  /* Нижний бренд — Figma: mobile-hero-logo.png (390×30.34 @1x), на всю ширину, прижат к низу */
  body.page-test-srazuvvazu .hit-prodaj-wrapper > .container::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vw * 30.34 / 390);
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: url("/static/srazu_v_vazu_new/images/mobile-hero-logo.png") center bottom / 100% auto no-repeat;
    font-size: 0;
    color: transparent;
    transform: none;
    z-index: 8;
    pointer-events: none;
  }

  body.page-test-srazuvvazu .hit-prodaj-wrapper > .container {
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper {
    margin-top: calc(1.5rem + var(--sv-head-buttons-gap-after-hero)) !important;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible !important;
    text-align: center;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor,
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-list,
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-track {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* Slick ставит absolute + left — без static все строки в одной точке */
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide,
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide.slick-active,
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide.slick-current {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: static !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 0 0.9rem !important;
    padding: 0 !important;
    grid-column: unset !important;
    grid-row: unset !important;
    transform: none !important;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor .slick-slide:last-child {
    margin-bottom: 0 !important;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .content-standard-box,
  body.page-test-srazuvvazu .head-buttons-wrapper .content-standard-box__container,
  body.page-test-srazuvvazu .head-buttons-wrapper .content-background-box__text-content {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: static !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .but-category {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0.25rem 0 !important;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: clamp(1.5rem, 6.5vw, 2rem) !important;
    line-height: 100% !important;
    letter-spacing: -0.04em !important;
    text-align: center !important;
    white-space: normal;
    gap: 0.5rem;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(2) .but-category,
  body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide:nth-child(4) .but-category,
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(2) .but-category,
  body.page-test-srazuvvazu .head-buttons-wrapper .slider-constructor > .content-standard-box:nth-child(4) .but-category {
    white-space: nowrap !important;
    font-size: clamp(1.35rem, 5.8vw, 1.85rem) !important;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .but-category::before,
  body.page-test-srazuvvazu .head-buttons-wrapper .but-category::after {
    width: 32px;
    height: 32px;
  }

  body.page-test-srazuvvazu .head-buttons-wrapper .slick-slide {
    text-align: center;
  }

  body.page-test-srazuvvazu {
    /* hero ~520px — flowery начинается под ним, по центру рубрик */
    --sv-flowery-top: clamp(500px, 128vw, 580px);
    --sv-flowery-offset: 10px;
    --sv-flowery-height: clamp(365px, 93vw, 540px);
    --sv-flowery-opacity: 0.10;
  }

  body.page-test-srazuvvazu main::before {
    width: min(170%, 540px);
    background-position: center 62%;
  }

  body.page-test-srazuvvazu .product-card-v2__image {
    aspect-ratio: 325 / 342;
    height: auto;
  }

  /* Мобилка: текст ближе к фото, компактнее — не обрезается в узкой колонке */
  body.page-test-srazuvvazu .product-card-v2::before {
    display: none !important;
    content: none !important;
  }

  body.page-test-srazuvvazu .product-card-v2__image .image {
    width: 100% !important;
    margin-left: 0 !important;
    border-width: 6px;
  }

  body.page-test-srazuvvazu .product-card-v2__content {
    gap: 6px;
    padding: 4px 2px 0;
    min-width: 0;
    overflow: visible;
  }

  body.page-test-srazuvvazu .product-card-v2__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.8125rem; /* 13px */
    line-height: 1.15;
    margin: 0;
    hyphens: none;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  body.page-test-srazuvvazu .product-card-v2__price,
  body.page-test-srazuvvazu .product-card-v2__price span,
  body.page-test-srazuvvazu .product-card-v2__price.text-color-accent,
  body.page-test-srazuvvazu .product-card-v2__price.text-color-accent span,
  body.page-test-srazuvvazu .product-card-v2__price.text-color-light,
  body.page-test-srazuvvazu .product-card-v2__price.text-color-light span {
    font-size: 1.25rem !important; /* 20px */
  }

  body.page-test-srazuvvazu .product-card-v2__old-price,
  body.page-test-srazuvvazu .product-card-v2__old-price span {
    font-size: 0.8125rem !important;
    margin-bottom: 2px;
  }

  body.page-test-srazuvvazu .sv-catalog-tabs {
    gap: 1rem 1.75rem;
    margin-bottom: 1.25rem;
  }

  body.page-test-srazuvvazu .sv-catalog-tabs__tab {
    font-size: clamp(1.375rem, 6.5vw, 2rem);
    line-height: 88%;
    padding-bottom: 0.4rem;
  }

  /* Каталог + aktcii: 8 карточек сеткой 2×4 (без карусели в 4 колонки) */
  body.page-test-srazuvvazu .gotovie-bukety-wrapper .slick-arrow,
  body.page-test-srazuvvazu .gotovie-bukety-wrapper .slick-dots,
  body.page-test-srazuvvazu .hit-flowers-wrapper .slick-arrow,
  body.page-test-srazuvvazu .hit-flowers-wrapper .slick-dots,
  body.page-test-srazuvvazu .aktcii-wrapper .slick-arrow,
  body.page-test-srazuvvazu .aktcii-wrapper .slick-dots {
    display: none !important;
  }

  body.page-test-srazuvvazu .gotovie-bukety-wrapper .slider-constructor.sv-catalog-products-grid,
  body.page-test-srazuvvazu .hit-flowers-wrapper .slider-constructor.sv-catalog-products-grid,
  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor.sv-catalog-products-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.75rem;
    row-gap: 1rem;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }

  body.page-test-srazuvvazu .gotovie-bukety-wrapper .slider-constructor.sv-catalog-products-grid > .product-card-v2,
  body.page-test-srazuvvazu .hit-flowers-wrapper .slider-constructor.sv-catalog-products-grid > .product-card-v2,
  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor.sv-catalog-products-grid > .product-card-v2,
  body.page-test-srazuvvazu .aktcii-wrapper .slider-constructor.sv-catalog-products-grid > .content-standard-box {
    width: 100%;
    min-width: 0;
  }

  body.page-test-srazuvvazu .gotovie-bukety-wrapper .product-card-v2.sv-catalog-product-mobile-hidden,
  body.page-test-srazuvvazu .hit-flowers-wrapper .product-card-v2.sv-catalog-product-mobile-hidden,
  body.page-test-srazuvvazu .aktcii-wrapper .product-card-v2.sv-catalog-product-mobile-hidden,
  body.page-test-srazuvvazu .aktcii-wrapper .content-standard-box.sv-catalog-product-mobile-hidden {
    display: none !important;
  }

  /* Мобилка: кнопка под ценой */
  body.page-test-srazuvvazu .product-card-v2__content-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  body.page-test-srazuvvazu .product-card-v2__pricing {
    flex: 0 0 auto;
    width: 100%;
  }

  body.page-test-srazuvvazu .product-card-v2__buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  body.page-test-srazuvvazu .product-card-v2__buttons .st-button,
  body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button.button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    font-size: 16px !important;
  }

  body.page-test-srazuvvazu .product-card-v2__buttons .st-button_add-to-cart,
  body.page-test-srazuvvazu .product-card-v2__buttons .product-card-v2__cart-button.add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.page-test-srazuvvazu .product-card-v2__buttons .st-button.not-price,
  body.page-test-srazuvvazu .product-card-v2__buttons .st-button_not-availbe {
    width: 100% !important;
    min-width: 0 !important;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    padding: 8px 12px;
  }

  /* flow-form: заголовок Figma — 2 строки «ДОСТАВКА ЦВЕТОВ» / «И БУКЕТОВ» */
  body.page-test-srazuvvazu .flow-form.conditional-section_bg {
    padding: 1.75rem 1rem 2rem !important;
    border-radius: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  body.page-test-srazuvvazu h1.main-zag {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.25rem;
    padding: 0;
    font-family: "Cormorant Garamond", var(--sv-font-display) !important;
    font-size: clamp(1.375rem, 6.5vw, 2rem);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    white-space: normal;
  }

  /* Мобилка: эти заголовки как «Готовые букеты» */
  body.page-test-srazuvvazu main .conditional-section.podarki-wrapper h2.mb-25,
  body.page-test-srazuvvazu main .conditional-section.statictext.cart.text-page h2.mb-25 {
    font-family: "Cormorant Garamond", var(--sv-font-display) !important;
    font-size: clamp(1.375rem, 6.5vw, 2rem) !important;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 88% !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  body.page-test-srazuvvazu h1.main-zag .sv-main-zag-line {
    display: block;
    font-family: "Cormorant Garamond", var(--sv-font-display) !important;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 88% !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  body.page-test-srazuvvazu .flow-form .form {
    min-height: 420px;
    margin-top: 10px;
    padding: 24px 16px 28px;
  }

  body.page-test-srazuvvazu .flow-form .form h3 {
    max-width: 100%;
    font-family: "Cormorant Garamond", var(--sv-font-display) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 102% !important;
    letter-spacing: -0.04em !important;
    text-transform: none !important;
    margin-bottom: 1.25rem;
  }
}

