/* CSS Variables - Root */

:root {
  /* Colors */
  --color-h1: #33411d;
  --color-h2: #dddb89;
  --color-h3: #dddb89;
  --color-h4: #f9f9f0;
  --color-h5: #f9f9f0;
  --color-main: #33411d;
  --color-body-bg: #ffffff;
  --color-section-bg: #f9f9f0;
  --color-text: #33411d;
  --color-button: #f9bd29;
  --color-button-hover: #f9bd29;
  --color-button-text: #33411d;

  --color-button-secondary: #faeeaf;
  --color-button-secondary-hover: #faeeaf;
  --color-button-secondary-text: #dfa71a;

  /* Fonts */
  --font-main: "Manrope", sans-serif;
  --font-heading: "Cera Pro", sans-serif;

  /*
   * Fluid scale: рост от минимума к максимуму только между 1248px и 1920px.
   * На ноутбуках (1366–1600px) значения ~15–30% компактнее; на 1920px — как в Figma.
   * Формулы раскрыты в линейный вид: clamp(min, calc(intercept + slope * vw), max)
   * без деления length/length внутри calc(), чтобы корректно работать в Firefox.
   */
  --fluid-start: 78rem; /* 1248px — начало роста */
  --fluid-end: 120rem; /* 1920px — насыщение, максимум */
  --fluid-range: 42rem; /* 120 - 78 */
  /* На мобильных 100vw не используем — только 0; на десктопе см. инлайн-скрипт в page-spirulina-lp-art.php */

  /* Типографика (значения на 1920px ≈ Figma) */
  --text-h1: clamp(
    2.5rem,
    calc(-7.01785714rem + 12.20238095vw),
    7.625rem
  );
  --text-h2: clamp(2rem, calc(-2.64285714rem + 5.95238095vw), 4.5rem);
  --text-h3: clamp(
    1.5rem,
    calc(0.10714286rem + 1.78571429vw),
    2.25rem
  );
  --text-h4: clamp(
    1.125rem,
    calc(0.3125rem + 1.04166667vw),
    1.5625rem
  );
  --text-h5: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  --text-body: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );

  /* Letter-spacing для заголовков */
  --tracking-h1: clamp(
    -0.3rem,
    calc(0.27571429rem - 0.73809524vw),
    -0.61rem
  );
  --tracking-h2: clamp(
    -0.1rem,
    calc(0.04857143rem - 0.19047619vw),
    -0.18rem
  );

  /* Spacing — fluid с отложенным ростом (то же поведение) */
  --spacing-xs: clamp(
    0.25rem,
    calc(0.13392857rem + 0.14880952vw),
    0.3125rem
  );
  --spacing-sm: clamp(
    0.5rem,
    calc(0.26785714rem + 0.29761905vw),
    0.625rem
  );
  --spacing-md: clamp(
    0.75rem,
    calc(0.40178571rem + 0.44642857vw),
    0.9375rem
  );
  --spacing-lg: clamp(
    1rem,
    calc(0.53571429rem + 0.5952381vw),
    1.25rem
  );
  --spacing-xl: clamp(
    1.25rem,
    calc(0.66964286rem + 0.74404762vw),
    1.5625rem
  );
  --spacing-2xl: clamp(
    1.5rem,
    calc(0.22321429rem + 1.63690476vw),
    2.1875rem
  );
  --spacing-3xl: clamp(
    2rem,
    calc(-0.08928571rem + 2.67857143vw),
    3.125rem
  );
  --spacing-4xl: clamp(
    2.5rem,
    calc(-0.98214286rem + 4.46428571vw),
    4.375rem
  );
  --spacing-5xl: clamp(
    3rem,
    calc(-3.03571429rem + 7.73809524vw),
    6.25rem
  );
  --spacing-6xl: clamp(
    4rem,
    calc(-4.82142857rem + 11.30952381vw),
    8.75rem
  );
  --spacing-7xl: clamp(
    5rem,
    calc(-1.73214286rem + 8.63095238vw),
    8.625rem
  );
  --spacing-8xl: clamp(
    6rem,
    calc(-6.07142857rem + 15.47619048vw),
    12.5rem
  );
  --spacing-9xl: clamp(
    7rem,
    calc(-6.69642857rem + 17.55952381vw),
    14.375rem
  );
  --spacing-10xl: clamp(
    8rem,
    calc(-7.32142857rem + 19.64285714vw),
    16.25rem
  );

  /* Отступы секций (padding-block / section vertical) */
  --space-section-sm: clamp(
    3rem,
    calc(-1.64285714rem + 5.95238095vw),
    5.5rem
  );
  --space-section-md: clamp(
    4rem,
    calc(-5.28571429rem + 11.9047619vw),
    9rem
  );
  --space-section-lg: clamp(
    5rem,
    calc(-5.91071429rem + 13.98809524vw),
    10.875rem
  );
  --space-section-xl: clamp(
    6rem,
    calc(-8.625rem + 18.75vw),
    13.875rem
  );
  --space-section-hero: clamp(
    8rem,
    calc(-2.91071429rem + 13.98809524vw),
    13.875rem
  );

  /* Fluid sizes (кнопки, иконки, отступы — та же формула) */
  --size-btn: clamp(
    2.5rem,
    calc(0.41071429rem + 2.67857143vw),
    3.625rem
  );
  --size-btn-sm: clamp(
    2.5rem,
    calc(1.57142857rem + 1.19047619vw),
    3rem
  );
  --size-icon: clamp(
    2.5rem,
    calc(0.41071429rem + 2.67857143vw),
    3.625rem
  );
  --size-icon-sm: clamp(
    1.25rem,
    calc(0.66964286rem + 0.74404762vw),
    1.5625rem
  );
  --size-icon-xs: clamp(
    0.5rem,
    calc(0.15085714rem + 0.44761905vw),
    0.688rem
  );
  --size-icon-lg: clamp(
    3.5rem,
    calc(3.26785714rem + 0.29761905vw),
    3.625rem
  );
  --size-icon-xl: clamp(
    3.5rem,
    calc(0.71428571rem + 3.57142857vw),
    5rem
  );
  --size-avatar: clamp(2rem, calc(1.07142857rem + 1.19047619vw), 2.5rem);
  --text-lead: clamp(
    1rem,
    calc(-0.625rem + 2.08333333vw),
    1.875rem
  );
  --text-lead-sm: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  --text-sub: clamp(
    0.75rem,
    calc(0.51785714rem + 0.29761905vw),
    0.875rem
  );
  --text-caption: clamp(
    0.8125rem,
    calc(0.69642857rem + 0.14880952vw),
    0.875rem
  );
  --tracking-tight: clamp(
    -0.05rem,
    calc(0.00571429rem - 0.07142857vw),
    -0.08rem
  );

  /* Container (макет 1920px) */
  --container-max-width: 120rem;
  --container-padding: clamp(
    2rem,
    calc(-16.57142857rem + 23.80952381vw),
    12rem
  );
  /* --container-padding-content: clamp(2rem, calc(-16.57142857rem + 23.80952381vw), 12rem); */
  --container-padding-content: clamp(2rem, 10.5vw, 12rem);
  /* Border Radius */
  --radius-full: 62.5rem;
  /* 1000px */
  --radius-lg: 1.25rem;
  /* 20px */
  --radius-md: 0.625rem;
  /* 10px */
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  /* Base font size for rem calculations */
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  font-weight: 600;
  font-style: normal;
  background-color: var(--color-body-bg);
  color: var(--color-text);
  line-height: 1.6;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
  height: auto !important;
}

/* .container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
    box-sizing: border-box;

    margin-inline: auto;
    max-inline-size: 96.25rem;
    padding-inline: 5.25rem;
} */

.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  box-sizing: border-box;
}

.container-content {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding-content);
  box-sizing: border-box;
}

.container-full {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: clamp(
    1.5rem,
    calc(-1.51785714rem + 3.86904762vw),
    3.125rem
  );
  width: 100%;
}

/* Typography — fluid scale (компактнее на ноутбуках, как в Figma на 1920px) */
h1 {
}

h2 {
  color: var(--color-h2);
  font-size: var(--text-h2);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--tracking-h2);
  font-family: var(--font-main);
}

h3 {
  color: var(--color-h3);
  font-size: var(--text-h3);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-main);
}

h4 {
  color: var(--color-h4);
  font-size: var(--text-h4);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-main);
}

h5 {
  color: var(--color-h5);
  font-size: var(--text-h5);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-main);
}

p {
  font-size: var(--text-body);
  line-height: 1.4;
  color: var(--color-text);
  font-family: var(--font-main);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Глобальное правило для адаптивности изображений */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Buttons */
.btn-primary {
  background-color: var(--color-button);
  color: var(--color-button-text);
  padding: var(--spacing-sm) var(--spacing-2xl);
  height: var(--size-btn);
  border: none;
  border-radius: var(--radius-full);
  font-size: var(--text-body);
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  transition: background-color 0.3s ease;
  text-decoration: none;
  line-height: 1;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.btn-primary:hover {
  background-color: var(--color-button-hover);
}

.btn-primary .btn-primary-text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.btn-primary img {
  display: block;
  height: 9px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  align-self: center;
  /* компенсация: контент стрелки в SVG смещён вверх из-за тени */
  position: relative;
}
button.btn.btn--rounded.btn--primary.btn--cart {
  background-color: #f9bd29 !important;
  color: #33411d !important;
  border: 1px solid #f9bd29 !important;
}
.btn--primary-outline {
  background-color: transparent !important;
  color: #f9bd29 !important;
  border: 1px solid #f9bd29 !important;
  box-shadow: none !important;
}
a.btn.btn--rounded.btn--secondary.js-open-feedback {
  background-color: #F9BD29 ;
  color: #33411d;
  border:none;
}
button.btn-buy.js-shop-one-click{
  background:#FBEEAF ;
  color:#33411d;
}
button.btn-buy.js-shop-one-click:hover{
  background:#FBEEAF ;
  opacity: 0.7;
}
.btn-shop {
  background-color: var(--color-button);
  color: var(--color-button-text);
  padding: var(--spacing-sm) var(--spacing-2xl);
  height: var(--size-btn);
  /* 40px - 58px */
  border: none;
  border-radius: var(--radius-full);
  font-size: var(--text-body);
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  transition: background-color 0.3s ease;
  line-height: 140%;
  /* or 22px */
  letter-spacing: -0.02em;
}

.btn-shop img {
  width: var(--size-icon-sm);
  /* 20px - 25px */
  height: var(--size-icon-sm);
  /* 20px - 25px */
  display: block;
}

.btn-shop:hover {
  background-color: var(--color-button-hover);
}

.btn-secondary {
  background-color: transparent;
  color: var(--color-text);
  padding: clamp(
      0.625rem,
      calc(0.27678571rem + 0.44642857vw),
      0.8125rem
    )
    var(--spacing-xl);
  /* 10px - 13px */
  height: var(--size-btn-sm);
  /* 40px - 48px */
  border: none;
  background-color: var(--color-button-secondary);
  border-radius: var(--radius-full);
  font-size: var(--text-body);
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
}

.btn-old-format {
  background-color: #dde29f !important;
  color: #33411d !important;
}

.btn-old-format:hover {
  background-color: #e3e8ae !important;
}

.btn-secondary:hover {
  background-color: var(--color-button-secondary-hover);
}

/* Arrow button (UI Kit) */
.btn-arrow-secondary {
  background-color: var(--color-button-secondary);
  color: var(--color-button-secondary-text);
  padding: var(--spacing-sm) var(--spacing-2xl);
  height: var(--size-btn);
  /* 40px - 58px */
  border: none;
  /* 1px - 1.5px */
  border-radius: var(--radius-full);

  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );

  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
  box-sizing: border-box;
}

.mini-btn {
  /* Резиновая высота кнопки: 40px → 48px */
  height: var(--size-btn-sm);

  /* Резиновый padding: 16px → 21px */
  padding: clamp(1rem, calc(0.41964286rem + 0.74404762vw), 1.3125rem)
    1.5625rem;
  /* Верх/низ 1rem → 1.3125rem, лево/право 1.5625rem → 1.5625rem */

  /* Резиновая максимальная ширина: 128px → 176px */
  max-width: clamp(8rem, calc(0.57142857rem + 13.33333333vw), 12rem);
  text-align: center;
  display: flex;
  justify-content: center;
}

.btn-arrow-secondary .btn-arrow {
  width: clamp(
    0.75rem,
    calc(0.40178571rem + 0.44642857vw),
    0.9375rem
  );
  /* 12px - 15px */
  height: clamp(
    0.625rem,
    calc(0.27678571rem + 0.44642857vw),
    0.8125rem
  );
  /* 10px - 13px */
  display: block;
  transition: transform 0.3s ease;
}

.btn-arrow-secondary:hover {
  opacity: 0.8;
  background: #fcf4d9;
}

.btn-arrow-secondary:hover .btn-arrow {
  transform: translateX(0.25rem);
}

.btn-arrow {
  width: var(--size-icon-xs);
  /* 8px - 11px */
  height: var(--size-icon-xs);
  /* 8px - 11px */
  display: block;
  transition: transform 0.3s ease;
  max-width: 100%;
}

.btn-secondary:hover .btn-arrow {
  transform: translateX(0.25rem);
  /* Сдвиг стрелки при hover */
}

.btn-icon {
  width: var(--size-icon);
  /* 40px - 58px */
  height: var(--size-btn);
  /* 40px - 58px */
  /* border: clamp(0.0625rem, 0.1vw, 0.09375rem) solid var(--color-text); */
  /* border: clamp(0.125rem, 0.12vw, 0.25rem) solid var(--color-text); до 4px */
  border: 1.5px solid var(--color-text);

  /* 1px - 1.5px */
  border-radius: var(--radius-full);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-icon:hover {
  background-color: #33411d1a;
}

/* Header — легасі-розмітка spirulina-lp/sections__art/header.php; на lp-spirulina-art шапка з теми, ці правила не застосовуємо */
body:not(.lp-spirulina-art) .header {
  position: absolute;
  top: clamp(1.5rem, calc(-1.63392857rem + 4.01785714vw), 3.1875rem);

  width: 100%;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1.5px solid transparent;
  padding: 0;

  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    padding 0.35s ease,
    opacity 0.25s ease,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
body:not(.lp-spirulina-art) .header-transparent {
  opacity: 0;
}
body:not(.lp-spirulina-art) .header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  width: 100%;
  background-color: #f9f9f0;
  border-bottom-color: rgba(51, 65, 29, 0.15);
  padding: 0.625rem 0;
}

.nav-divider-header {
  width: 1.5px;
  height: 36px;
  background: rgba(56, 75, 47, 0.15);
  flex-shrink: 0;
  border: none;
}

/* При скролле вниз — заезжает вверх за пределы экрана */
body:not(.lp-spirulina-art) .header.header-fixed.header-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container-max-width);
  margin: 0 auto;
  /* padding: 0 var(--container-padding); */
  width: 100%;
}

.logo {
  flex-shrink: 0;
  /* Лого «вылазит» из контейнера на величину бокового отступа */
  /* margin-left: calc(-1 * var(--container-padding)); */
  cursor: pointer;
}

.logo:hover {
  opacity: 0.9;
}

.logo img {
  height: var(--size-avatar);
  /* 32px - 40px */
  width: auto;
  max-width: 100%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: clamp(2rem, calc(-3.57142857rem + 7.14285714vw), 5rem);
  /* 32px - 80px */
}

.nav {
  display: flex;
  gap: clamp(1.5rem, calc(-1.28571429rem + 3.57142857vw), 3rem);
  /* 24px - 48px */
  align-items: center;
}

.nav a {
  color: var(--color-text);
  text-decoration: none;
  font-size: var(--text-body);
  font-weight: 600;
  font-family: var(--font-main);
  transition: opacity 0.3s ease;

  line-height: 140%;
  letter-spacing: -0.02em;
}

.nav a:hover {
  opacity: 0.7;
}

.nav-divider {
  width: 1.5px;
  height: 36px;
  background: var(--color-text);
  flex-shrink: 0;
  border: none;
}

.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}

.header-phone-label {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: var(--color-text);
  opacity: 0.55;
}

.header-phone-number {
  font-family: var(--font-main);
  font-size: var(--text-body);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header-phone-number:hover {
  opacity: 0.7;
}

.header-actions {
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
}

/* Мобільні іконки (корзина + меню) — показуємо тільки в responsive */
.header-mobile-actions {
  display: none;
}

/* Блокування скролу при відкритому мобільному меню */
html.menu-open,
body.menu-open {
  overflow: hidden;
  height: 100%;
}

/* Hero Section */
.hero-section {
  background-color: var(--color-section-bg);
  /* min-height: clamp(40rem, 67.5vw, 67.5rem); */

  /* min-height: clamp(40rem, 57.5vw, 61.5rem); */
  min-height: clamp(
    40rem,
    calc(3.78571429rem + 46.42857143vw),
    59.5rem
  );
  /* 640px - 1080px */
  position: relative;
  padding-top: var(--space-section-hero);
  /* 128px - 270px */
  overflow: hidden;
}

.hero-content {
  position: relative;
}

.hero-content .container,
.hero-content .container-content {
  display: flex;
  align-items: flex-end;
  gap: clamp(2rem, calc(-20.05357143rem + 28.27380952vw), 13.875rem);
  /* 32px - 222px */
  position: relative;
}

.hero-left {
  flex: 0 0 clamp(20rem, calc(-28.75rem + 62.5vw), 46.25rem);
  /* 320px - 596px */
  max-width: clamp(
    20rem,
    calc(-28.75rem + 62.5vw),
    46.25rem
  );
  z-index: 2;
  position: relative;
}

.hero-rating {
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
  margin-bottom: var(--spacing-xl);
}

.stars {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}

.stars img {
  height: auto;
  width: clamp(
    1.125rem,
    calc(0.89285714rem + 0.29761905vw),
    1.25rem
  ); /* 18px → 20px */
  /* 20px - 24px */
  display: block;
  max-width: 100%;
}

.rating-text {
  font-weight: 600;
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  ); /* 14px → 16px */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #33411d;
}

.hero-title {
  margin-bottom: var(--spacing-md);
}

.hero-title h1 {
  margin-bottom: 0;
}

.hero-title h2 {
  font-size: var(--text-lead);

  /* 24px - 32px */
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.04em;
  letter-spacing: var(--tracking-tight);
  margin-top: var(--spacing-md);
  color: var(--color-h1);
  font-family: var(--font-main);
}

.hero-subtitle {
  font-size: var(--text-lead-sm); /* 16px → 18px */
  /* 16px - 18px */
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--spacing-3xl);
  max-width: clamp(
    18rem,
    calc(10.80357143rem + 9.22619048vw),
    21.875rem
  );
  /* 288px - 350px */
  font-family: var(--font-main);
  margin-top: var(--spacing-xl);

  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
}
.hero-subtitle br {
  display: none;
}

/* Акцент у підзаголовку hero: насичений зелений з градієнта кнопок (читабельно на кремі) */
.hero-subtitle__accent {
  color: #61b135;
  font-weight: 700;
}

/* Hero: зворотний відлік (цикл 11 год — див. spirulina-lp-page.js) */
.hero-countdown {
  margin-bottom: var(--spacing-xl);
  margin-top: calc(var(--spacing-md) * -0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero-countdown__label {
  /* font-size: var(--text-sub); */
  font-weight: 600;
  color: var(--color-text);
  opacity: 0.85;
  margin: 0 0 var(--spacing-sm) 0;
  font-family: var(--font-main);
  letter-spacing: -0.02em;
  max-width: 200px;
}

.hero-countdown__row {
  display: inline-flex;
  align-items: stretch;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  background: rgba(51, 65, 29, 0.06);
  border: 1px solid rgba(51, 65, 29, 0.12);
}

.hero-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: clamp(2.5rem, 6vw, 3.25rem);
}

.hero-countdown__value {
  font-variant-numeric: tabular-nums;
  font-size: clamp(
    1.25rem,
    calc(0.32142857rem + 1.19047619vw),
    1.75rem
  );
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-h1);
  font-family: var(--font-main);
  letter-spacing: -0.03em;
}

.hero-countdown__cap {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: lowercase;
  color: rgba(51, 65, 29, 0.55);
  margin-top: 0.125rem;
  font-family: var(--font-main);
}

.hero-countdown__sep {
  align-self: center;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--color-h1);
  opacity: 0.35;
  line-height: 1;
  padding: 0 0.1rem;
  user-select: none;
}

/* Таймер усередині CTA (mobile hero): лише цифри HH:MM:SS */
.btn-primary.btn-primary--with-hero-cd {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  min-height: var(--size-btn);
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  gap: 0.2rem;
}

.btn-primary.btn-primary--with-hero-cd .btn-primary__hero-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  line-height: 1;
}

.hero-countdown.hero-countdown--embedded {
  margin: 0;
  display: block;
  text-align: center;
  pointer-events: none;
}

.hero-countdown--embedded .hero-countdown__inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: inherit;
  opacity: 0.88;
}

.hero-countdown--embedded .hero-countdown__value {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.hero-countdown--embedded .hero-countdown__sep {
  align-self: auto;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  opacity: 0.45;
  padding: 0 0.06em;
}

.hero-buttons {
  display: flex;
  gap: var(--spacing-xl);
  align-items: center;
}

.hero-video-preview {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
}

.hero-video-preview .video-icon {
  width: var(--size-icon-lg);
  /* 40px - 58px */
  height: var(--size-icon-lg);
  /* 40px - 58px */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-video-preview .video-icon:hover {
  opacity: 0.9;
}
.hero-video-preview .video-text {
  display: flex;
  flex-direction: column;
  padding-right: var(--spacing-md);
}

.hero-video-preview .video-label {
  font-size: var(--text-sub);
  /* 12px - 14px */
  font-weight: 500;
  opacity: 0.55;
  color: var(--color-text);
  font-family: var(--font-main);
  line-height: 110%;
  letter-spacing: -0.04em;
}

.hero-video-preview .video-title {
  font-size: clamp(1rem, calc(0.76785714rem + 0.29761905vw), 1.125rem);
  /* 16px - 18px */
  font-weight: 600;
  color: var(--color-text);
  font-family: var(--font-main);
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
}

.hero-video-preview .video-title br {
  display: none;
}

/* Hero video modal — відео підвантажується тільки після кліку */
.hero-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.hero-video-modal.is-open {
  display: flex;
}

.hero-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 65, 29, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Обгортка: центрується у модалці, крестик позиціонується відносно неї (над відео) */
.hero-video-modal__content {
  position: relative;
  width: fit-content;
  max-width: 100%;
  z-index: 1;
}

.hero-video-modal__box {
  position: relative;
  width: 100%;
  max-width: 56.25rem;
  max-height: 90vh;
  z-index: 1;
  background: #000;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-video-modal__video-wrap {
  flex: 1 1 auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #000;
}

.hero-video-modal__box .hero-video-modal__video-wrap {
  border-radius: 0.75rem;
}

/* Вертикальний модал для відео-відгуків (портрет) */
.hero-video-modal--vertical .hero-video-modal__box--vertical {
  max-width: none;
  width: auto;
  max-height: 85vh;
  aspect-ratio: 9 / 16;
  height: 85vh;
}

/* Крестик над відео, білий без обводки (позиція відносно .hero-video-modal__content) */
.hero-video-modal__close {
  position: absolute;
  top: -2.75rem;
  right: -18px;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero-video-modal__close:hover {
  opacity: 0.85;
}

.hero-video-modal__close img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}

.hero-video-modal__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  vertical-align: middle;
}

.hero-right {
  flex: 1;
  top: 0;
  width: clamp(20rem, calc(-63.57142857rem + 107.14285714vw), 65rem);
  /* 320px - 1040px */
  /* min-height: clamp(25rem, 50vw, 40rem); */
  position: relative;
  overflow: visible;
}

/* Круг з градієнтом і розмиттям за зображенням */
.hero-right-bg-circle {
  position: absolute;
  width: clamp(18rem, calc(-32.14285714rem + 64.28571429vw), 45rem);
  height: clamp(18rem, calc(-32.14285714rem + 64.28571429vw), 45rem);
  left: 50%;
  bottom: clamp(-15rem, calc(-28rem + 16.66666667vw), -8rem);
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(34, 152, 211, 0.7) 0%,
    rgba(110, 159, 165, 0.7) 100%
  );
  filter: blur(250px);
  z-index: 0;
  pointer-events: none;
  bottom: -35rem;
}

.hero-right-image {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: clamp(-20rem, calc(-31.5rem + 8.33333333vw), -16.5rem);
  right: clamp(-7rem, calc(-4.21428571rem - 3.57142857vw), -8.5rem);
  width: clamp(20rem, calc(20rem + 41rem * (109vw - 78rem) / 58rem), 61rem);
  max-width: 850px;
  z-index: 1;
}

.hero-right img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

/* Benefits Section — ПК: статична сітка по макету, моб: два слайдери в протилежні сторони */
.benefits-section {
  background-color: var(--color-body-bg);
  padding-top: var(--spacing-7xl);
}

/* Десктоп: статична сітка (10 карток, 5 колонок × 2 ряди) */
.benefits-desktop-only {
  display: none;
}

/* 288px макс на 1920px, на менших екранах менше; не виходити за контейнер */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, clamp(6.25rem, 15vw, 18rem)));
  gap: clamp(0.5rem, 1vw, 0.9375rem);
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.benefits-grid .benefit-item {
  padding-right: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Картка на ПК: світлий фон, заокруглення, внутрішні відступи (2 ряди по 5) */
.benefits-grid .benefit-card {
  background: #fafaf8;
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 2vw, 2rem) !important;
  box-shadow: 0 1px 3px rgba(51, 65, 29, 0.06);
}

/* Ілюстрація — суворо правий верхній кут; текст знизу зліва */
.benefits-grid .benefit-item.benefit-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  min-height: 11rem;
}

.benefits-grid .benefit-item .benefit-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  width: 240px;
  height: 90px;
  z-index: 1;
}

.benefits-grid .benefit-item .benefit-icon img {
  object-position: right top;
}

.benefits-grid .benefit-item p {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /* padding-right: clamp(3.75rem, 40%, 9.5rem); */
}

/* Коло іконки з індивідуальним кольором (моб + десктоп) */
.benefit-icon-circle {
  /* background: var(--benefit-icon-bg, rgba(51, 65, 29, 0.08));
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center; */
}

/* Мобільна версія: два ряди слайдерів */
.benefits-mobile-only {
  display: flex;
}

.benefits-mobile-sliders {
  --benefit-card-width: 176px;
  --benefit-gap: 15px;
  --benefits-set-size: calc(
    5 * (var(--benefit-card-width) + var(--benefit-gap))
  );
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

.benefits-slider-row {
  overflow: hidden;
  width: 100%;
}

/* Benefits мобільний: CSS marquee */
.benefits-marquee {
  overflow: hidden;
  width: 100%;
}

.benefits-marquee-track {
  display: flex;
  gap: var(--benefit-gap);
  width: max-content;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  animation: benefits-marquee-left 22s linear infinite;
}

.benefits-marquee-right .benefits-marquee-track {
  animation-name: benefits-marquee-right;
}

.benefits-marquee-item {
  flex: 0 0 var(--benefit-card-width);
}

@media (hover: hover) and (pointer: fine) {
  .benefits-marquee:hover .benefits-marquee-track {
    animation-play-state: paused;
  }
}

@keyframes benefits-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--benefits-set-size)), 0, 0);
  }
}

@keyframes benefits-marquee-right {
  from {
    transform: translate3d(calc(-1 * var(--benefits-set-size)), 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.benefits-mobile-sliders .benefit-item {
  width: var(--benefit-card-width);
}

.benefits-mobile-sliders .benefit-item.benefit-card {
  width: var(--benefit-card-width);
  height: 176px;
  flex-shrink: 0;
}

/* Моб: картка 176×176px по макету; іконка — правий верхній кут */
.benefit-card-mobile {
  position: relative;
  width: 176px;
  height: 176px;
  flex-shrink: 0;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(51, 65, 29, 0.06);
  padding: 1rem 1.125rem !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
}

.benefits-mobile-sliders .benefit-item.benefit-card {
  /* width: 176px;
  height: 176px; */
}

.benefits-mobile-sliders .benefit-item {
  padding: 1rem 1.125rem;
  /* width: 176px;
  height: 176px; */
}

.benefits-mobile-sliders .benefit-card-mobile .benefit-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  z-index: 1;
}

.benefits-mobile-sliders .benefit-card-mobile .benefit-icon img {
  object-position: right top;
}

.benefits-mobile-sliders .benefit-card-mobile p {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-right: 2.75rem;
  position: relative;
  z-index: 0;
}

/* Окрема висота ілюстрації (наприклад 8.png — шкіра), задається через card_class у benefits.php */
.benefits-grid .benefit-item.benefit-item--art-icon-tall .benefit-icon {
  width: auto;
  max-width: min(100%, 5rem);
  height: 188px;
}
.benefits-grid .benefit-item.benefit-item--art-icon-tall .benefit-icon img {
  width: auto;
  height: 190px;
  max-width: 100%;
  object-fit: contain;
}

.benefits-grid .benefit-item.benefit-item--art-icon-tall2 .benefit-icon {
  width: auto;
  max-width: min(100%, 7rem);
  height: 188px;
}
.benefits-grid .benefit-item.benefit-item--art-icon-tall2 .benefit-icon img {
  width: auto;
  height: 190px;
  max-width: 100%;
  object-fit: contain;
}
/* Мобільний marquee: та сама висота ілюстрації (клас на картці з benefits.php) */

.benefits-mobile-sliders
  .benefit-item.benefit-card-mobile.benefit-item--art-icon-tall
  .benefit-icon {
  width: auto;
  max-width: calc(100% - 0.25rem);
  height: 188px;
}
.benefits-mobile-sliders
  .benefit-item.benefit-card-mobile.benefit-item--art-icon-tall
  .benefit-icon
  img {
  width: auto;
  height: 188px;
  max-width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 48rem) {
  .benefits-desktop-only {
    display: grid;
  }
  .benefits-mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375rem) {
  .benefits-desktop-only {
    display: none !important;
  }
  .benefits-mobile-only {
    display: flex;
  }
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  gap: clamp(1.25rem, calc(-1.07142857rem + 2.97619048vw), 2.5rem);
  width: 267px;
  height: 100%;
  padding-right: 75px;
}

.benefit-icon {
  width: var(--size-icon-lg);
  height: var(--size-icon-lg);
  /* 40px - 48px */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.benefit-item p {
  font-weight: 800;
  font-size: clamp(1rem, calc(-0.16071429rem + 1.48809524vw), 1.125rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
  color: var(--color-text);
  margin: 0;
  text-align: left;
}

/* Фіксована висота — блок карток товарів не стрибає при перемиканні слайдів */
.reviews-slider-wrapper {
  min-height: clamp(
    20rem,
    calc(-10.17857143rem + 38.69047619vw),
    36.25rem
  );
  height: clamp(20rem, calc(-10.17857143rem + 38.69047619vw), 36.25rem);
}

@media screen and (min-width: 120rem) {
  /* 1920px: benefits — відступи зліва/справа 75px, картки 322×254 */
}

/* Reviews Section */
.reviews-section {
  /* background-color: var(--color-section-bg); */
  /* padding: 9.3125rem 0;  */
  /* 149px */
  /* padding: clamp(4rem, 8vw, 9.3125rem) 0; */

  /* padding-bottom: var(--spacing-7xl); */
  padding-top: var(--spacing-7xl);
}

.reviews-section1 {
  /* background-color: var(--color-section-bg); */
  /* padding: 9.3125rem 0;  */
  /* 149px */
  /* padding: clamp(4rem, 8vw, 9.3125rem) 0; */

  /* padding-bottom: var(--spacing-7xl); */
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-7xl);
}

/* Product variant cards under reviews */
.reviews-product-cards {
  /* margin-top: clamp(3rem, 5vw, 4.5rem); */
}

.reviews-product-cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, calc(-0.14285714rem + 1.78571429vw), 2rem);
}

.reviews-product-card {
  display: flex;
  align-items: center;
  padding: clamp(1rem, calc(-0.04464286rem + 1.33928571vw), 1.5625rem);
  gap: clamp(0.75rem, calc(-0.64285714rem + 1.78571429vw), 1.5rem);
  background: #f9f9f0;
  border-radius: clamp(
    0.625rem,
    calc(0.04464286rem + 0.74404762vw),
    0.9375rem
  );
  text-decoration: none;
  color: var(--color-text);
  transition: opacity 0.3s ease;
  z-index: 1;
}

.reviews-product-card:hover {
  opacity: 0.95;
}

.reviews-product-card__image {
  flex-shrink: 0;
  width: clamp(
    2.5rem,
    calc(0.52678571rem + 2.5297619vw),
    3.5625rem
  );
  height: clamp(
    3.75rem,
    calc(0.84821429rem + 3.7202381vw),
    5.3125rem
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.reviews-product-card__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.reviews-product-card__title {
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 0;
  color: var(--color-text);
}

.reviews-product-card__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reviews-product-card__stars {
  display: flex;
  gap: 0.125rem;
}

.reviews-product-card__stars img {
  width: 1rem;
  height: 1rem;
}

.reviews-product-card__reviews {
  font-weight: 600;

  /* font-size 16px от макета 1920 */
  font-size: clamp(
    0.75rem,
    calc(0.28571429rem + 0.5952381vw),
    1rem
  );
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em;

  color: var(--color-text);
  opacity: 0.9;
}

.reviews-product-card__btn {
  flex-shrink: 0;
  margin-left: auto;
  height: 48px;
  font-size: clamp(
    0.75rem,
    calc(0.28571429rem + 0.5952381vw),
    1rem
  );
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .reviews-product-cards__grid {
    grid-template-columns: 1fr;
  }

  .reviews-product-card {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
  }

  .reviews-product-card__info {
    align-items: flex-start;
    flex: 1;
    min-width: 0;
  }

  .reviews-product-card__btn {
    margin-left: 0;
    /* margin-top: 1.25rem; */
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
  }
}

.reviews-header-wrapper {
  /* max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding); */
  /* margin-bottom: clamp(2rem, calc(-2.75892857rem + 6.10119048vw), 4.5625rem); */
  /* margin-bottom: clamp(
    2rem,
    calc(-15.75892857rem + 22.76785714vw),
    11.5625rem
  ); */

  /* 32px - 73px */
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4rem;
}

.reviews-header h2 {
  max-width: clamp(
    20rem,
    calc(-28.40178571rem + 62.05357143vw),
    46.0625rem
  );
  /* 320px - 737px */
  color: var(--color-text);
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;

  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
}

.reviews-nav {
  display: flex;
  gap: var(--spacing-md);
}

.nav-arrow {
  width: var(--size-icon);

  height: var(--size-btn);
  /* 40px - 58px */
  border: none;
  background: var(--color-text);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.nav-arrow img {
  width: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  height: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  max-width: 100%;
}

.nav-arrow:hover {
  opacity: 0.8;
}

.nav-arrow img {
  width: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  height: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  max-width: 100%;
}

.nav-arrow.prev img {
  width: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  height: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  max-width: 100%;
}

.nav-arrow.next img {
  width: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  height: clamp(8.5rem, calc(5.71428571rem + 3.57142857vw), 10rem);
  max-width: 100%;
}

/* Минимальная высота под карточку с текстом — пачки товаров не прыгают при смене слайда */
.reviews-slider-wrapper {
  overflow: visible;
  position: relative;
  width: 100%;
  padding: 0 clamp(0.5rem, calc(-1.35714286rem + 2.38095238vw), 1.5rem);
  display: flex;
  flex-direction: column;
}

.reviews-splide {
  overflow: visible;
  width: 100%;
  flex: 1;
  min-height: 0;
  --review-content-h: clamp(
    4.5rem,
    calc(1.71428571rem + 3.57142857vw),
    6rem
  );
}

.reviews-splide .splide__track {
  overflow: visible;
  height: 100%;
}

.reviews-splide .splide__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}

/* 5 карточек в ряд: 2 неактивных + активная + 2 неактивных. Ширины подобраны так, чтобы 4*inactive + active + 4*gap помещались в видимую область */
.reviews-splide .splide__slide {
  width: clamp(
    12.5rem,
    calc(-6.07142857rem + 25.71428571vw),
    22.5rem
  );
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition:
    width 0.35s ease,
    height 0.35s ease;
}

.reviews-splide .splide__slide.is-active {
  width: clamp(
    17.5rem,
    calc(-3.16071429rem + 26.48809524vw),
    28.625rem
  );
}

.review-card {
  border-radius: var(--spacing-lg);

  display: flex;
  flex-direction: column;
  width: 100%;

  transition: height 0.35s ease;
}

/* Активна карточка вища і ширша — лише вона виглядає більшою, низ на одному рівні */
.reviews-splide .splide__slide.is-active .review-card {
}

/* У неактивных слайдов: текст невидимый, но место под него зарезервировано — ряд не прыгает */
.reviews-splide .splide__slide:not(.is-active) .review-content {
  visibility: hidden;
  pointer-events: none;
}

.reviews-splide .splide__slide:not(.is-active) .play-button {
  visibility: hidden;
  pointer-events: none;
}

.reviews-splide .splide__slide:not(.is-active) .review-card {
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.reviews-splide .splide__slide.is-active .review-card {
  opacity: 1;
}

/* Frame 1000002953 — бежевый блок по макету */
.review-frame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 79px;
  gap: 10px;
  isolation: isolate;
  width: 100%;
  flex: 1;
  min-height: 0;
  background: #f9f9f0;
  border-radius: 35px;
  align-self: stretch;
  padding-top: 60px;
}

/* Обёртка телефона: картинка phone.png по центру */
.review-phone-wrap {
  position: relative;
  display: block;
  max-width: 100%;
  flex-shrink: 0;
}

.review-phone-img {
  display: block;
  width: auto;
  height: auto;
  /* max-width: 300px;
  max-height: 468px; */
  object-fit: contain;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

/* Область экрана телефона: фото отзыва под телефона (телефон накладується зверху) */
.review-phone-screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  z-index: 1;
}

.review-phone-screen .video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.review-phone-screen .video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: calc(68 / 468 * 100%);
  /* 68px от верха относительно высоты видео (468px) */

  box-sizing: border-box;
}

.video-preview img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(
    4.375rem,
    calc(0.89285714rem + 3.57142857vw),
    6.25rem
  );
  /* 40px - 60px */
  height: clamp(
    4.375rem,
    calc(0.89285714rem + 3.57142857vw),
    6.25rem
  );
  /* 40px - 60px */
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease;
  padding: 0;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
}

.play-button svg {
  width: 100%;
  height: 100%;
  display: block;
}

.review-content {
  padding: clamp(
      1.25rem,
      calc(-0.49107143rem + 2.23214286vw),
      2.1875rem
    )
    clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
  flex: 0 0 var(--review-content-h, 5.5rem);
  min-height: var(--review-content-h, 5.5rem);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;

  position: relative;
}

.review-name {
  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--color-text);
  margin-bottom: var(--spacing-sm);
  font-family: var(--font-main);
  text-align: center;
}

.review-text {
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  font-weight: 600;
  max-width: 18rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #33411d;
  font-family: var(--font-main);
  margin: 0;
  text-align: center;
}

/* Formula Section */
.formula-section {
  background-color: var(--color-body-bg);
  /* margin-bottom: clamp(-4em, -8vw, -8em); */
  /* padding: 9.5rem 0; */
  /* 152px */
  padding-bottom: var(--spacing-9xl);
}

.formula-content {
  display: flex;
  /* gap: clamp(2rem, calc(-18.42857143rem + 28.80952381vw), 13rem); */
  gap: clamp(2rem, 13vw, 13rem);
  /* 32px - 73px */
  align-items: center;
  flex-wrap: wrap;

  /* justify-content: center; */
}

.formula-left {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-5.76785714rem + 33.03571429vw),
    33.875rem
  );
  /* 320px - 542px */
  min-width: 0;
}

.formula-left h2 {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin-bottom: clamp(
    1.5rem,
    calc(0.22321429rem + 1.63690476vw),
    2.1875rem
  );
  /* 24px - 35px */
  max-width: clamp(
    18rem,
    calc(3.375rem + 18.75vw),
    25.875rem
  );
  /* 288px - 414px */
  color: var(--color-main);
}

.formula-description {
  font-size: clamp(1rem, calc(0.76785714rem + 0.29761905vw), 1.125rem);
  /* 16px - 18px */
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin-bottom: clamp(
    1.5rem,
    calc(-0.35714286rem + 2.38095238vw),
    2.5rem
  );
  /* 24px - 40px */
  max-width: clamp(
    20rem,
    calc(3.51785714rem + 21.13095238vw),
    28.875rem
  );
  /* 320px - 462px */
  font-family: var(--font-main);
  font-weight: 600;
}

.formula-ingredients {
  display: grid;
  grid-template-columns: repeat(
    5,
    minmax(clamp(4rem, calc(0.28571429rem + 5.61904762vw), 6rem), 1fr)
  );
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  /* gap: var(--spacing-lg) var(--spacing-lg); */
  margin-bottom: clamp(
    1.5rem,
    calc(-0.35714286rem + 2.38095238vw),
    2.5rem
  );
  row-gap: 30px;
  /* 24px - 40px */
}

.ingredient-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
}

.ingredient-item-icon {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;

  /* 20px - 24px */
  margin-bottom: clamp(
    0.75rem,
    calc(0.28571429rem + 0.5952381vw),
    1rem
  );
  /* 12px - 16px */
}

.ingredient-icon {
  width: clamp(3.5rem, calc(0.48214286rem + 3.86904762vw), 5.125rem);
  /* 56px - 82px */
  height: clamp(
    3.5rem,
    calc(0.48214286rem + 3.86904762vw),
    5.125rem
  );
  /* 56px - 82px */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredient-icon img {
  width: clamp(2.5rem, calc(1.33928571rem + 1.48809524vw), 3.125rem);
  /* 40px - 50px */
  height: clamp(
    2.5rem,
    calc(1.33928571rem + 1.48809524vw),
    3.125rem
  );
  /* 40px - 50px */
  max-width: 100%;
}

.ingredient-item p {
  font-size: clamp(
    0.75rem,
    calc(0.28571429rem + 0.5952381vw),
    1rem
  );
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em;

  color: #33411d;
  font-weight: 600;
  text-align: center;
  margin-top: -1rem;
}

.formula-buttons {
  display: flex;
  gap: var(--spacing-md);
}

.formula-buttons .btn-primary,
.formula-buttons .btn-secondary {
  width: 162px;
  justify-content: center;
}

.formula-buttons .btn-secondary {
  height: var(--size-btn);
  padding: var(--spacing-sm) var(--spacing-2xl);
}

.formula-right {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-20.04464286rem + 51.33928571vw),
    41.5625rem
  );
  /* 320px - 665px */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.formula-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.formula-image {
  transform: scale(2);
}

.formula-image-wrapper img {
  /* width: 100%; */
  max-width: 100%;
  height: auto;
  border-radius: var(--spacing-lg);
  display: block;
}

.formula-badge {
  position: absolute;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}

.badge-content {
  background: transparent;
  padding: 0;
  max-width: 12rem;
  /* 192px */
}

.formula-badge h4 {
  font-size: var(--text-lead-sm);

  /* 16px → 18px */
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;

  font-weight: 800;
  color: var(--color-text);
  margin: 0 0
    clamp(0.125rem, calc(-0.10714286rem + 0.29761905vw), 0.25rem) 0;
}

.formula-badge p {
  font-size: clamp(
    0.75rem,
    calc(0.28571429rem + 0.5952381vw),
    1rem
  );
  font-weight: 600;
  line-height: 140%;
  /* or 22px */
  letter-spacing: -0.02em;
  /* 12px - 14px */
  color: var(--color-text);
  line-height: 1.4;
  font-family: var(--font-main);
  margin: 0;
}

.badge-line {
  position: absolute;
  width: 12rem;
  /* 192px */
  height: 8rem;
  /* 128px */
  color: var(--color-text);
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}

.badge-line .line-diagonal {
  stroke: var(--color-text);
  stroke-width: 3;
  opacity: 0.8;
}

.badge-line .line-horizontal {
  stroke: #dddb89;
  /* Светло-желто-зеленый цвет */
  stroke-width: 1.5;
}

.badge-1 {
  /* top: 32%; */
  top: 0rem;
  left: 0rem;

  /* Позиция слева от изображения */
}

.badge-1 .badge-line {
  top: 2rem;
  left: 12rem;
  transform: rotate(-25deg);
}

.badge-2 {
  top: 0;
  right: -107px;
}

.badge-2 .badge-line {
  bottom: 2rem;
  left: 12rem;
  transform: rotate(25deg);
}

.badge-3 {
  bottom: 0rem;
  left: 16rem;
}

.badge-3 .badge-content {
  max-width: 14rem;
  /* 224px */
}

.badge-3 .badge-line {
  top: 3rem;
  left: 14rem;
  transform: rotate(-20deg);
}

.badge-content-inner-1 {
  margin-left: -2rem;
}

.badge-content-inner-2 {
  margin-bottom: -5rem;
  margin-left: 6rem;
  min-width: 125px;
}

.badge-content-inner-3 {
  margin-left: 6rem;
}

/* Nutritional Section */

.container-nutritional {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 3.125rem;
  width: 100%;
}

.nutritional-section {
  /* padding: clamp(4rem, 9vw, 9.5rem) 0; */
  /* 64px - 152px */
  padding-bottom: var(--spacing-9xl);
}

.nutritional-section h2 {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  /* margin-bottom: clamp(2rem, 2vw, 3.75rem); */
  margin-bottom: 75px;
  /* 32px - 60px */
  /* padding-left: clamp(1rem, calc(-0.85714286rem + 2.38095238vw), 2rem); */
  /* 16px - 64px */
  color: var(--color-main);
}

.nutritional-grid {
  display: grid;
  grid-template-columns: repeat(
    4,
    minmax(clamp(15rem, calc(5.71428571rem + 11.9047619vw), 20rem), 1fr)
  );
  gap: var(--spacing-xl);
}

.nutritional-card {
  background: var(--color-section-bg);
  border-radius: var(--spacing-lg);
  padding: var(--spacing-2xl);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(
    12rem,
    calc(0.16071429rem + 15.17857143vw),
    18.375rem
  );
  /* 192px - 294px */
}

.nutritional-text h3 {
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );

  font-weight: 700;

  line-height: 120%;
  /* identical to box height, or 36px */

  letter-spacing: -0.04em;

  margin-bottom: 0.3125rem;
  /* 5px */

  color: #384b2f;

  text-align: center;
}

.nutritional-text p {
  font-size: var(--text-lead-sm);

  font-weight: 600;

  line-height: 140%;
  /* or 25px */
  text-align: center;
  letter-spacing: -0.02em;

  color: rgba(51, 65, 29, 0.55);

  font-family: var(--font-main);
  text-align: center;
}

.nutritional-image {
  width: clamp(6rem, calc(2.05357143rem + 5.05952381vw), 8.125rem);
  /* 96px - 130px */
  height: clamp(6rem, calc(2.05357143rem + 5.05952381vw), 8.125rem);
  /* 96px - 130px */
  margin: 0 auto;
  margin-top: var(--spacing-lg);
}

.nutritional-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: var(--spacing-sm);
}

/* Comparison Section */
.comparison-section {
  background-color: var(--color-body-bg);
  /* padding: 9.5rem 0; */
  /* 152px */
  padding-bottom: var(--spacing-9xl);
}

.comparison-header {
  margin-bottom: clamp(
    2rem,
    calc(-2.875rem + 6.25vw),
    4.625rem
  );
  /* 32px - 74px */
  /* padding-left: clamp(1rem, calc(-0.85714286rem + 2.38095238vw), 2rem); */
  /* 16px - 64px */
}

.comparison-header h2 {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin-bottom: var(--spacing-xl);
  max-width: clamp(
    20rem,
    calc(-32.8125rem + 67.70833333vw),
    48.4375rem
  );
  /* 320px - 775px */
  color: var(--color-main);
}

.comparison-header p {
  font-size: var(--text-lead-sm);
  font-weight: 600;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;

  color: var(--color-text);
  max-width: clamp(
    20rem,
    calc(-17.95535714rem + 48.66071429vw),
    40.4375rem
  );

  /* 320px - 647px */
  font-family: var(--font-main);
}

.comparison-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, calc(0.22321429rem + 1.63690476vw), 2.1875rem);
  /* 24px - 35px */
}

.comparison-card {
  background: #f9f9f0;
  border-radius: 35px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.comparison-card.featured {
  background: #33411d;
  border: 0.125rem solid #33411d;
  z-index: 2;
  margin-top: -2rem;
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
}

.comparison-card.featured .comparison-image {
  width: 30%;
}

/* Небольшая картинка в правом верхнем углу */
.comparison-image {
  position: absolute;
  top: var(--spacing-2xl);
  right: var(--spacing-2xl);
  /* width: clamp(4rem, calc(-0.17857143rem + 5.35714286vw), 6.25rem); */
  /* 64px - 100px */
  /* height: clamp(4rem, calc(-0.17857143rem + 5.35714286vw), 6.25rem); */
  /* 64px - 100px */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.comparison-content {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-2xl);
  margin-top: clamp(4rem, calc(-1.57142857rem + 7.14285714vw), 7rem);
  /* 64px - 112px */
}

.comparison-card.featured .comparison-content {
  padding: var(--spacing-2xl);
  flex: 1;
}

.comparison-card__btn {
  text-decoration: none;
  align-self: flex-start;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #F9BD29  !important;
  color: #33411d !important;
}
@media (min-width: 990px) {
  .product-selection-grid .product-info-on-image .btn-arrow-secondary {
    background-color: #faeeaf !important;
    color: #33411d !important;
  }
}

li.btn-comparison {
  /* margin-top: clamp(24px, 2.86vw, 35px); */
}

/* Заголовок слева, с отступом справа под маленькую картинку */
.comparison-title {
  padding: 0 clamp(4rem, calc(-2.5rem + 8.33333333vw), 7.5rem) 0 0;
  /* отступ справа, чтобы не заходить под картинку */
  margin-bottom: var(--spacing-lg);
}

/* Список ниже, на всю ширину блока — текст не переносится вокруг картинки */
.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.comparison-title span {
  /* 30-Bold */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );
  /* 24px - 30px */
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #33411d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.featured .comparison-title span {
  /* TOP Spirulina */
  /* 30-Bold */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );
  /* 24px - 30px */
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #ffffff;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.comparison-card.featured .comparison-title h3 {
  color: #f9f9f0;
}

.comparison-title p {
  /* 18-SemiBold */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: var(--text-lead-sm);
  /* 16px - 18px */
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(51, 65, 29, 0.56);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.comparison-card.featured .comparison-title p {
  /* 19 грн / день */
  /* 18-SemiBold */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: var(--text-lead-sm);
  /* 16px - 18px */
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #dde29f;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.comparison-list li {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, calc(0.26785714rem + 0.29761905vw), 0.625rem);
  /* 8px - 10px */
  padding: var(--spacing-md) 0;
  font-size: var(--text-lead-sm);
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  /* 14px - 16px */
  color: #33411d;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 1;

  font-family: var(--font-main);
  border-bottom: 1px dashed rgba(51, 65, 29, 0.3);
  font-weight: 600;
}

.comparison-list-overlay {
  opacity: 0.6;
}

.comparison-list-good {
  /* 18-SemiBold */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1rem, calc(0.76785714rem + 0.29761905vw), 1.125rem);
  /* 16px - 18px */
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #ffffff;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.comparison-card.featured .comparison-list li {
  color: #f9f9f0;
  border-bottom-color: rgba(249, 249, 240, 0.3);
}

.comparison-list li:last-child {
  border-bottom: none;
}

.comparison-card.featured .comparison-list li:nth-last-child(2) {
  border-bottom: none;
}

.icon-x {
  width: clamp(0.5rem, calc(0.26785714rem + 0.29761905vw), 0.625rem);
  height: clamp(
    0.5rem,
    calc(0.26785714rem + 0.29761905vw),
    0.625rem
  );
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  max-width: 100%;
}

.comparison-card.featured .icon-x {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.icon-check {
  width: clamp(0.5rem, calc(0.03571429rem + 0.5952381vw), 0.75rem);
  height: clamp(0.5rem, calc(0.03571429rem + 0.5952381vw), 0.75rem);
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  max-width: 100%;
}

.comparison-card.featured .icon-check {
  /* filter: brightness(0) invert(1); */
  opacity: 0.9;
}

/* Product Selection Section */

.product-usage-title {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  display: flex;
  align-items: center;

  color: #33411d;
  margin-bottom: 3.75rem;
}

/* Акція 2+1 (лише мобільна розмітка в sections/mobile/tab-product.php) */
.usage-promo-2plus1 {
  /* margin-bottom: clamp(1.25rem, 4vw, 2rem); */
  margin-top: 2rem;
  padding: 1rem 1.125rem;
  border-radius: 1rem;
  background: linear-gradient(
    145deg,
    rgba(221, 219, 137, 0.35) 0%,
    rgba(255, 255, 255, 0.92) 45%,
    rgba(51, 65, 29, 0.06) 100%
  );
  border: 1px solid rgba(51, 65, 29, 0.14);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.usage-promo-2plus1__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}

.usage-promo-2plus1__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #33411d;
  background: rgba(221, 219, 137, 0.85);
  border: 1px solid rgba(51, 65, 29, 0.12);
}

.usage-promo-2plus1__text {
  margin: 0;
  font-size: clamp(0.875rem, 2.8vw, 0.9375rem);
  line-height: 1.45;
  font-weight: 600;
  color: #33411d;
  font-family: var(--font-main);
  letter-spacing: -0.02em;
}

.usage-promo-2plus1__diagram {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
}

.usage-promo-2plus1__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 0.25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(51, 65, 29, 0.1);
  opacity: 0.72;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.usage-promo-2plus1__col--gift {
  position: relative;
  overflow: visible;
}

.usage-promo-2plus1__pack {
  font-size: clamp(0.8125rem, 2.6vw, 0.9375rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #33411d;
  font-family: var(--font-main);
}

.usage-promo-2plus1__pack--gift {
  color: #2d5016;
}

.usage-promo-2plus1__cap {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(51, 65, 29, 0.5);
}

.usage-promo-2plus1__cap--gift {
  color: #3a6b1f;
  font-weight: 700;
}

.usage-promo-2plus1__ribbon {
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.125rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.5625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(90deg, #5a7c2e, #33411d);
  white-space: nowrap;
}

.usage-promo-2plus1__sign {
  flex: 0 0 auto;
  align-self: center;
  font-weight: 800;
  font-size: 1rem;
  color: rgba(51, 65, 29, 0.35);
  line-height: 1;
  user-select: none;
}

.usage-promo-2plus1__hint {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(51, 65, 29, 0.65);
  font-weight: 500;
}

.usage-promo-2plus1__active {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0.625rem 0.75rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 600;
  color: #2d5016;
  background: rgba(90, 124, 46, 0.12);
  border: 1px solid rgba(90, 124, 46, 0.35);
}

.usage-promo-2plus1__check {
  flex-shrink: 0;
  font-weight: 800;
}

/* Компактний варіант без діаграми (mobile tab-product) */
.usage-promo-2plus1--compact {
  margin-top: 1.25rem;
  padding: 0.65rem 0.75rem;
}

.usage-promo-2plus1--compact .usage-promo-2plus1__compact-line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
}

.usage-promo-2plus1--compact .usage-promo-2plus1__badge {
  min-width: 2.25rem;
  padding: 0.25rem 0.4rem;
  font-size: 0.8125rem;
  margin-top: 0.1rem;
}

.usage-promo-2plus1__compact-main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.usage-promo-2plus1__compact-text {
  font-size: clamp(0.75rem, 2.4vw, 0.8125rem);
  line-height: 1.35;
  font-weight: 600;
  color: #33411d;
  font-family: var(--font-main);
  letter-spacing: -0.02em;
}

.usage-promo-2plus1__math {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(51, 65, 29, 0.45);
  line-height: 1;
}

.usage-promo-2plus1__active--compact {
  margin-top: 0.45rem;
  padding: 0.4rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.35;
}

.usage-promo-2plus1.is-active {
  border-color: rgba(90, 124, 46, 0.45);
  box-shadow: 0 0.5rem 1.5rem rgba(51, 65, 29, 0.08);
}

.usage-promo-2plus1.is-active .usage-promo-2plus1__col {
  opacity: 1;
}

.usage-promo-2plus1.is-active .usage-promo-2plus1__col--gift {
  border-color: rgba(90, 124, 46, 0.55);
  box-shadow: 0 0 0 2px rgba(221, 219, 137, 0.6);
  animation: usage-promo-gift-pulse 1.8s ease-in-out infinite;
}

@keyframes usage-promo-gift-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 2px rgba(221, 219, 137, 0.5);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(90, 124, 46, 0.2);
  }
}

.product-selection-section {
  /* padding: clamp(4rem, 9vw, 9.5rem) 0; */
  /* 64px - 152px */
  padding-bottom: var(--spacing-7xl);
}

.product-selection-section h2 {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  display: flex;
  align-items: center;

  color: #33411d;
  /* max-width: clamp(20rem, 30vw, 30rem); */
  /* 320px - 672px */
}

.product-selection-header {
  max-width: var(--container-max-width);
  margin: 0 auto;
  margin-bottom: 4.5625rem;
}

/* Сітка 2 ряди по 3 картки (ПК) */
.product-selection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
}

.product-selection-grid .product-selection-card {
  display: block;
}

.product-selection-grid .product-image {
  aspect-ratio: 490 / 432;
  display: block;
}

.product-selection-grid .product-image img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

/* Текст і кнопка поверх фото (внизу картки) */
.product-selection-grid .product-info-on-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
  flex: none;
  min-height: 0;
}

.product-selection-grid .product-info-on-image .product-info-title-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 250px;
}

.product-selection-grid .product-info-on-image .btn-arrow-secondary {
  align-self: flex-start;
}

.product-info-only-pc {
  display: block;
}
.product-info-only-mob {
  display: none;
}

.product-selection-card {
  background: var(--color-body-bg);
  /* border-radius: var(--spacing-lg); */
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.product-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 35px;
}

/* Градієнт поверх фото по макету (ПК) */
.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    202.89deg,
    rgba(0, 0, 0, 0) 37.95%,
    #33411d 86.93%
  );
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}

.product-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.product-image-icon {
  position: absolute;
  top: 35px;
  left: 35px;
  width: var(--size-btn-sm);
  /* 40px - 48px */
  height: var(--size-btn-sm);
  /* 40px - 48px */
  z-index: 2;
}

.product-image-icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.product-info {
  padding: var(--spacing-xl);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.product-info-title-subtitle {
  /* Desktop/H3 */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );
  /* 24px - 30px */
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #33411d;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 1.2rem;
  max-width: clamp(
    13rem,
    calc(-1.16071429rem + 18.1547619vw),
    20.625rem
  );

  /* 24px - 32px */
}

.mini-max-width {
  max-width: 13rem;
}

.product-info-title-subtitle br {
  display: none;
}
/* Product modal */
.product-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.product-modal.is-open {
  display: flex;
  overflow: visible;
}

@media (max-width: 767px) {
  .product-modal__center {
    padding: 0 0.75rem;
    align-self: center;
  }

  .product-modal__dialog {
    border-radius: clamp(
      0.75rem,
      calc(0.28571429rem + 0.5952381vw),
      1rem
    );
  }

  .product-modal-text {
    padding: 1.25rem;
  }
}

.product-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 65, 29, 0.4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.product-modal__dialog {
  position: relative;
  background: #ffffff;
  border-radius: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
  max-width: 67.5rem;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 1.25rem 3.125rem rgba(7, 11, 4, 0.15);
  /* 20px 50px */
}

.product-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;

  border-bottom: 1px solid rgba(51, 65, 29, 0.12);
}

.product-modal-text-title {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.product-modal__close {
  flex-shrink: 0;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0.25rem;
  color: var(--color-text);
}

.product-modal__close img {
  width: var(--size-icon-sm);
  height: var(--size-icon-sm);
  max-width: 100%;
  display: block;
}

.product-modal__center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.3rem;
  z-index: 1;
  width: 100%;
  max-width: 67.5rem;
  padding: 0 1rem;
  overflow: visible;
}

.product-modal__slider-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.product-modal-splide,
.product-modal-splide .splide__track {
  overflow: visible !important;
}

.product-modal-splide .splide__slide {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.product-modal-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

@media (min-width: 768px) {
  .product-modal-slide {
    flex-direction: row;
  }
}

.product-modal-image {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  min-height: 14rem;
  overflow: hidden;
  border-radius: 25px;
  padding: 15px 0px 15px 15px;
}

@media (min-width: 768px) {
  .product-modal-image {
    flex: 0 0 50%;
    min-height: 32rem;
    border-radius: 25px;
    max-height: 28rem;
  }
}

.product-modal-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

.product-modal-icon {
  position: absolute;
  top: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
  left: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
  width: var(--size-btn-sm);
  /* 40px - 48px */
  height: var(--size-btn-sm);
  /* 40px - 48px */
  z-index: 2;
}

.product-modal-icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.product-modal-text {
  flex: 1;
  min-width: 0;
  padding: clamp(1.25rem, calc(-0.14285714rem + 1.78571429vw), 2rem);
  display: flex;
  flex-direction: column;
}

.product-modal-text a.btn-primary {
  margin-top: auto;
  align-self: stretch;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.product-modal-text-title-icon {
  width: clamp(1.5rem, calc(0.80357143rem + 0.89285714vw), 1.875rem);
  height: clamp(
    1.5rem,
    calc(0.80357143rem + 0.89285714vw),
    1.875rem
  );
  flex-shrink: 0;
  display: block;
}

.product-modal-text-title h4,
.product-modal-text h4 {
  font-family: var(--font-main);
  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  /* 18px - 30px, Figma H3/H4 */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--color-text);
}

.product-modal-text p {
  font-weight: 600;

  margin: 0;
}

.product-modal__content {
  width: 100%;
  min-height: 0;
}

.product-modal-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-shrink: 0;
  z-index: 1001;
}

.product-modal-counter {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: var(--font-main);
  font-size: var(--text-caption);
  font-weight: 600;
  color: var(--color-section-bg);
}

.product-modal-counter-separator {
  opacity: 0.7;
}

.product-modal-counter-total {
  opacity: 0.7;
}

.product-modal-nav-arrow {
  /* width: var(--size-icon); */
  /* 40px - 58px */
  /* height: var(--size-btn); */
  /* 40px - 58px */
  border: none;
  /* background: var(--color-text); */
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.product-modal-nav-arrow img {
  /* width: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
        height: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem); */
  max-width: 100%;
}

.product-modal-nav-arrow:hover {
  opacity: 0.8;
}

.product-modal-nav-arrow img {
  display: block;
}

.product-modal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.product-modal-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 25px;
  row-gap: 0.25rem;
  /* padding: 0.875rem 0; */
  padding: 25px;
  border-bottom: 1px solid rgba(51, 65, 29, 0.12);
  /* align-items: flex-start; */
  align-items: center;
}

.product-modal-list li:last-child {
  border-bottom: none;
}

.product-modal-list-icon {
  width: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  height: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.125rem;
}

.product-modal-list-icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* Formula modal (slider, no photo) */
.formula-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.formula-modal.is-open {
  display: flex;
  overflow: visible;
}

.formula-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 65, 29, 0.4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.formula-modal__center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 0 clamp(1rem, calc(-0.85714286rem + 2.38095238vw), 2rem);
  overflow: visible;
}

.formula-modal__slider-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.formula-modal-splide {
  overflow: visible;
  width: 100%;
}

.formula-modal-splide .splide__track {
  overflow: visible;
}

.formula-modal-splide .splide__list {
  display: flex;
  align-items: stretch;
}

.formula-modal-splide .splide__slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  width: clamp(
    17.5rem,
    calc(-34.57776786rem + 66.76636905vw),
    45.5625rem
  );
  /* height: clamp(28rem, 45vw, 32rem); */
  flex-shrink: 0;
}

/* 729px при 1920px (38vw); на менших екранах пропорційно менше */
.formula-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--radius-lg);
  width: clamp(
    17.5rem,
    calc(-34.57776786rem + 66.76636905vw),
    45.5625rem
  );
  min-width: 0;
  height: 100%;
  min-height: 0;
  z-index: 1;
  padding: clamp(1.25rem, calc(-0.14285714rem + 1.78571429vw), 2rem)
    clamp(1.25rem, calc(-1.07142857rem + 2.97619048vw), 2.5rem)
    clamp(2rem, calc(0.14285714rem + 2.38095238vw), 3rem);
}

.formula-modal__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(51, 65, 29, 0.12);
}

.formula-modal__close {
  flex-shrink: 0;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formula-modal__close-icon {
  width: clamp(1.5rem, calc(0.57142857rem + 1.19047619vw), 2rem);
  height: clamp(1.5rem, calc(0.57142857rem + 1.19047619vw), 2rem);
  transform: rotate(45deg);
}

.formula-modal__content {
  flex: 1;
  min-height: 0;
  padding-top: 0.5rem;
  overflow-y: auto;
}

.formula-modal__title {
  font-size: clamp(
    1.25rem,
    calc(0.32142857rem + 1.19047619vw),
    1.75rem
  );
  font-weight: 700;
  color: var(--color-text);
  margin: 0;
}

.formula-modal__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text);
  font-family: var(--font-main);
  margin-bottom: var(--spacing-lg);
  font-weight: 600;
}

.formula-modal__fact {
  margin-top: var(--spacing-lg);
}

.formula-modal__fact-label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}

.formula-modal__fact-icon {
  font-size: 1.125rem;
  line-height: 1;
}

.formula-modal__fact-bold {
   
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

.formula-modal__fact-note {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text);
  margin: 0;
  opacity: 0.9;
}

.formula-modal__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-shrink: 0;
  margin-top: 15px;
}

.formula-modal__counter {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-main);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-h4);
}

.formula-modal__counter-sep {
  opacity: 0.9;
}

.formula-modal__counter-total {
  opacity: 0.8;
}

.formula-modal__nav {
  width: var(--size-icon);
  height: var(--size-btn);
  border: none;
  border-radius: 50%;
  background: var(--color-button-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.formula-modal__nav img {
  /* width: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
    height: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem); */
  display: block;
}

.formula-modal__nav:hover {
  opacity: 0.9;
}

/* Simple formula-list modal (no slider) */
.formula-modal--single .formula-modal__dialog {
  max-width: 40rem;
  min-height: auto;
}

/* Warehouse popup (Склад) — design with colored sections and pills */

.popup-image-only-mobile {
  display: none;
}

.warehouse-popup .warehouse-popup__dialog {
  position: relative;
  background: #fff;
  border-radius: 35px;
  max-width: 48rem;
  width: calc(100% - 2rem);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  z-index: 1;
  padding: 0;
  box-shadow: 0 0.5rem 2rem rgba(51, 65, 29, 0.15);
}

.warehouse-popup__close {
  position: absolute;
  top: 55px;
  right: 55px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.warehouse-popup__close-icon {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
  opacity: 0.8;
}

.warehouse-popup__close:hover .warehouse-popup__close-icon {
  opacity: 1;
}

.warehouse-popup__content {
  padding: 55px;
}

.warehouse-popup__title {
  font-size: clamp(
    1.25rem,
    calc(0.32142857rem + 1.19047619vw),
    1.75rem
  );
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--color-text);
  margin: 0 0 0.75rem;
  /* padding-bottom: 0.75rem; */
}

.warehouse-popup__subtitle {
  font-size: clamp(
    0.875rem,
    calc(0.52678571rem + 0.44642857vw),
    1.0625rem
  );
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #33411d;
  margin: 0 0 1.25rem;
  font-family: var(--font-main);
  border-bottom: 1px solid rgba(51, 65, 29, 0.12);
  padding-bottom: 1rem;
  font-weight: 600;
}

.warehouse-popup__sections {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.warehouse-popup__section {
  padding: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 9px;
}

/* Амінокислоти — світло синьо-фіолетовий фон */
.warehouse-popup__section--amino {
  background: rgba(60, 70, 149, 0.1);
}
.warehouse-popup__section--amino p {
  color: #3c4695;
}

.warehouse-popup__section--vitamins p {
  color: #ad4d88;
}

.warehouse-popup__section--micro p {
  color: #3d8555;
}

.warehouse-popup__section--nutrition p {
  color: #8c503c;
}

.warehouse-popup__section--amino .warehouse-popup__section-title {
  color: #3c4695;
}

/* Вітаміни — світло-рожевий */
.warehouse-popup__section--vitamins {
  background: rgba(173, 77, 136, 0.1);
}

.warehouse-popup__section--vitamins .warehouse-popup__section-title {
  color: #ad4d88;
}

/* Мікроелементи та інше — світло-зелений */
.warehouse-popup__section--micro {
  background: rgba(61, 133, 85, 0.1);
}

.warehouse-popup__section--micro .warehouse-popup__section-title {
  color: #3d8555;
}

/* Харчова цінність — світло коричнево-червоний */
.warehouse-popup__section--nutrition {
  background: rgba(140, 80, 60, 0.12);
}

.warehouse-popup__section--nutrition .warehouse-popup__section-title {
  color: #8c503c;
}

.warehouse-popup__section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.warehouse-popup__section-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.warehouse-popup__section-icon img {
  width: clamp(
    1.75rem,
    calc(-0.22321429rem + 2.5297619vw),
    2.8125rem
  );
  height: clamp(
    1.75rem,
    calc(-0.22321429rem + 2.5297619vw),
    2.8125rem
  );
}

.warehouse-popup__section-title {
  font-weight: 800;
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-family: var(--font-main);
  margin: 0;
  min-width: 0;
}

.warehouse-popup__list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  align-content: flex-start;
  font-weight: 600;
}

.warehouse-popup__row {
  display: block;
  font-size: clamp(
    0.8125rem,
    calc(0.44107143rem + 0.47619048vw),
    1rem
  );
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: rgba(51, 65, 29, 0.9);
  font-family: var(--font-main);
}

.formula-modal__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, calc(-0.14285714rem + 1.78571429vw), 2rem);
}

.formula-modal__col-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.formula-modal__col-title {
  font-size: 0.9375rem;
  font-weight: 800;
  margin: 0;
  color: var(--color-text);
}

.formula-modal__col:last-child .formula-modal__col-header {
  margin-top: -8px;
}

.formula-modal__col-icon img {
  width: clamp(1.5rem, calc(0.57142857rem + 1.19047619vw), 2rem);
  height: clamp(1.5rem, calc(0.57142857rem + 1.19047619vw), 2rem);
  display: block;
}

.formula-modal__col-list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text);
}

.formula-modal__col-list li + li {
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .formula-modal__columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Product Usage Section */
.product-usage-section {
  background-color: var(--color-body-bg);
  /* padding: clamp(4rem, 9vw, 9.5rem) 0; */
  /* 64px - 152px */
  padding-bottom: var(--spacing-7xl);
}

.product-usage-section h2 {
  font-size: var(--text-h2);
  /* 32px - 72px */
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(
    2rem,
    calc(-2.75892857rem + 6.10119048vw),
    4.5625rem
  );
  /* 32px - 73px */
}

.usage-content {
  display: flex;
  gap: clamp(2rem, calc(-5.3125rem + 9.375vw), 5.9375rem);
  /* 32px - 95px */
  flex-wrap: wrap;
}

.usage-left {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-24.33928571rem + 65.94047619vw),
    43.875rem
  );
  /* 320px - 702px */
  min-width: 0;
}

/* Product tabs: tablets / powder */
.product-tabs {
  margin-bottom: 0;
}

.product-tabs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-xl);
}

.product-tab-trigger.product-mini {
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
  padding: var(--spacing-xl);
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: opacity 0.2s ease;
}

/* Тільки текст затемнюється, фото без змін */
.product-tab-trigger.product-mini:not(.is-active) .product-mini-info {
  opacity: 0.4;
}

.product-tab-trigger.product-mini:not(.is-active):hover .product-mini-info {
  opacity: 1;
}

.product-tabs-track {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 0.5rem;
  margin-bottom: 2.1875rem;
}

.product-tabs-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  border-radius: 1px;
}

.product-tabs-line--gray {
  width: 100%;
  background: rgba(51, 65, 29, 0.2);
}

.product-tabs-line--green.product-tabs-indicator {
  width: var(--tab-indicator-width, 50%);
  left: var(--tab-indicator-left, 0);
  background: #33411d;
  transition:
    left 0.25s ease,
    width 0.25s ease;
}

.product-tab-trigger.product-mini img {
  opacity: 1;
  max-width: 100%;
  object-fit: cover;
  border-radius: clamp(
    0.25rem,
    calc(0.13392857rem + 0.14880952vw),
    0.3125rem
  );
}

.product-mini-info span {
  font-size: var(--text-lead-sm);
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--color-text);
  display: block;
  margin-bottom: 0.3125rem;
}

.product-mini-info h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.3125rem;
  /* 5px */
}

.product-mini-info p {
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  color: rgba(51, 65, 29, 0.35);
  font-family: var(--font-main);
  font-weight: 600;
}

.product-tab-panels {
  margin-bottom: 0;
}

.product-tab-panel {
  margin-bottom: 0;
}

.product-tab-panel:not(.is-active) {
  display: none;
}

.usage-description {
  font-size: var(--text-lead-sm);
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin-bottom: 2.1875rem;
  /* 35px */
  font-family: var(--font-main);
  font-weight: 600;
}

.usage-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-lg) var(--spacing-2xl);
  margin-bottom: 2.1875rem;
}

.option-buttons {
  display: flex;
  gap: var(--spacing-sm);
  margin-bottom: 0;
}

.option-btn {
  padding: var(--spacing-sm) var(--spacing-lg);
  border: 0.09375rem solid  #F9BD29;

  border-radius: var(--radius-full);
  background: transparent;
  color: #F9BD29;
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );
  letter-spacing: -0.04em;
  font-weight: 600;
  line-height: 140%;
  font-family: var(--font-main);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.option-btn:hover {
  background: #F9BD29;
  color:#33411D;
}

.option-btn.is-selected {
  background: #F9BD29;
  color: #33411d;
  border-color: #F9BD29;
}

.option-btn.is-selected:hover {
  background: #F9BD29;
  color: #33411d;
  border-color: #F9BD29;
}

.option-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-md) var(--spacing-xl);
}

.info-item {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

.info-item img {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  max-width: 100%;
}

.info-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  line-height: 1.2;
}

.info-item-label {
  font-size: clamp(
    0.8125rem,
    calc(0.69642857rem + 0.14880952vw),
    0.875rem
  );
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: rgba(51, 65, 29, 0.55);
}

.info-item-value {
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );
  line-height: 140%;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #33411d;
}

.usage-price {
  padding: var(--spacing-2xl) 0;
  border-top: 0.0625rem solid rgba(51, 65, 29, 0.1);
  /* 1px */
  /* border-bottom: 0.0625rem solid rgba(51, 65, 29, 0.1); */
  /* 1px */
  /* margin-bottom: 2.1875rem; */
  /* 35px */
}

.usage-price-mobile {
  display: none;
}

.price-info {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  margin-bottom: var(--spacing-xl);
}

.price {
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );
  /* 28px - 36px */
  font-weight: 700;
  line-height: 120%;
  /* identical to box height, or 36px */
  letter-spacing: -0.04em;
  color: var(--color-text);
  font-family: var(--font-main);
}

.price-old {
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );
  /* 28px - 36px */
  font-weight: 700;
  line-height: 120%;
  /* identical to box height, or 36px */
  letter-spacing: -0.04em;
  opacity: 0.5;
  text-decoration: line-through;
  font-family: var(--font-main);
}

.usage-actions {
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
}

/* Тільки тут: кнопки рівномірно на всю ширину, кол-во без змін */
.usage-actions--stretch-buttons {
  flex-wrap: wrap;
}
.usage-actions--stretch-buttons .quantity-selector {
  flex: 0 0 auto;
}
.usage-actions--stretch-buttons .btn-cart-light,
.usage-actions--stretch-buttons .btn-buy {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
}

.quantity-selector {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 0.625rem;

  /* Резиновый padding */
  padding: clamp(0.75rem, calc(0.28571429rem + 0.5952381vw), 1rem)
    clamp(0.75rem, calc(0.40178571rem + 0.44642857vw), 0.9375rem);

  /* Резиновый размер */
  width: clamp(
    5.5rem,
    calc(2.83035714rem + 3.42261905vw),
    6.9375rem
  );
  height: clamp(3rem, calc(1.83928571rem + 1.48809524vw), 3.625rem);

  border: 0.09375rem solid #33411d;
  border-radius: 9999px;

  flex: none;
  order: 0;
  flex-grow: 0;
  /* 1px */
  border-radius: var(--radius-full);
}

.quantity-selector:hover {
  opacity: 1;
}

.quantity-selector .qty-btn {
  opacity: 0.75;
}

.quantity-selector:hover .qty-btn {
  opacity: 1;
}

.qty-btn {
  width: 1.25rem;
  /* 20px */
  height: 1.25rem;
  /* 20px */
  border: none;
  background: transparent;
  color: var(--color-text);
  font-size: 1.125rem;
  /* 18px */
  cursor: pointer;
}

.qty-value {
  font-size: 1rem;
  color: var(--color-text);
  min-width: 0.4375rem;
  /* 7px */
  font-family: var(--font-main);
}

.btn-cart {
  background-color: var(--color-button);
  color: var(--color-button-text);
  padding: 0.8125rem var(--spacing-xl);
  /* 13px 25px */
  height: 3rem;
  /* 48px */
  border: none;
  border-radius: var(--radius-full);
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.btn-cart-light {
  background-color:  #F9BD29  ;
  color: #33411d;
  padding: 0.8125rem var(--spacing-xl);
  /* height: clamp(3rem, calc(1.83928571rem + 1.48809524vw), 3.625rem); */

  height: clamp(
    3.287rem,
    calc(2.65928571rem + 0.8047619vw),
    3.625rem
  );

  border: none;
  border-radius: var(--radius-full);
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  ); /* 14px → 16px */

  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
}

.btn-cart-light:hover {
  opacity: 0.8;
  background: #F9BD29 ;
}

.btn-buy {
  background-color: var(--color-button);
  color: var(--color-button-text);
  padding: 0.8125rem var(--spacing-2xl);
  /* height: clamp(3rem, calc(1.83928571rem + 1.48809524vw), 3.625rem); */

  height: clamp(
    3.287rem,
    calc(2.65928571rem + 0.8047619vw),
    3.625rem
  );

  min-width: 14rem;
  border: none;
  border-radius: var(--radius-full);
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-buy:hover {
 opacity: 0.9;
}

.usage-bundle {
  margin-bottom: 2.1875rem;
  /* 35px */
}

.usage-bundle span {
  font-size: var(--text-lead-sm);
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 800;

  /* margin-bottom: var(--spacing-3xl); */
}
.bundle-info span {
  font-size: var(--text-lead-sm);
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: var(--color-text);
}

.bundle-price-new {
  font-size: var(--text-lead-sm) !important;
  font-weight: 800;

  line-height: 140%;
  letter-spacing: -0.04em;
  color: var(--color-text);
}

.bundle-price-old {
  font-size: var(--text-lead-sm) !important;
  font-weight: 800;
  color: var(--color-text);
  text-decoration: line-through;
  opacity: 0.55;
}

.bundle-product .btn-cart-light {
  gap: clamp(
    0.25rem,
    calc(0.13392857rem + 0.14880952vw),
    0.3125rem
  );

  padding: clamp(
      0.5rem,
      calc(0.26785714rem + 0.29761905vw),
      0.625rem
    )
    clamp(1rem, calc(-0.04464286rem + 1.33928571vw), 1.5625rem);

  height: clamp(2.5rem, calc(1.57142857rem + 1.19047619vw), 3rem);
}
.bundle-product {
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
  height: clamp(
    6.5rem,
    calc(2.90178571rem + 4.61309524vw),
    8.4375rem
  );
  padding: clamp(1rem, calc(-0.04464286rem + 1.33928571vw), 1.5625rem);
  background: var(--color-section-bg);
  border-radius: var(--spacing-sm);
  margin-top: var(--spacing-xl);
}

.bundle-product-image {
  height: clamp(4rem, calc(1.5625rem + 3.125vw), 5.3125rem);
}

.bundle-product img {
  /* width: clamp(4rem, calc(1.5625rem + 3.125vw), 5.3125rem); */
  /* 64px - 85px */
  /* height: clamp(4rem, calc(1.5625rem + 3.125vw), 5.3125rem); */
  /* 64px - 85px */
  max-width: 100%;
  object-fit: cover;
  border-radius: clamp(
    0.25rem,
    calc(0.13392857rem + 0.14880952vw),
    0.3125rem
  );
  width: auto;
  /* 4px - 5px */
}

.bundle-info {
  flex: 1;
}

.bundle-info h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--spacing-sm);
}

.bundle-price {
  display: flex;
  gap: var(--spacing-sm);
}

.bundle-price span {
  font-size: 1rem;
  color: var(--color-text);
  font-family: var(--font-main);
}
span.bundle-price-new {
  font-weight: 800;

  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;

  color: #33411d;
}
/* Серая линия разделения после usage-bundle */
.usage-bundle-divider {
  /* height: 1px;
  background: rgba(51, 65, 29, 0.2);
  margin: 0 0 var(--spacing-lg) 0; */

  border-top: 0.0625rem solid rgba(51, 65, 29, 0.1);
}

 

.usage-guarantees-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  text-align: left;
  padding-bottom: calc(0.625rem + 0.3125 * (100vw - 63.9375rem) / 54.8125);
  padding-top: calc(0.625rem + 0.3125 * (100vw - 63.9375rem) / 54.8125);

}
.usage-guarantees-body{
  padding-bottom: 20px;
}
.usage-guarantees-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: var(--text-lead-sm);
  line-height: 140%;
  letter-spacing: -0.04em;
  color: var(--color-text);
}

.usage-guarantees-header .icon {
  --size: 2rem;
  transition:
    transform 0.5s ease,
    background-color 0.3s ease;
}

.usage-guarantees-header._active .icon {
  transform: rotate(45deg);
}

@media not all and (pointer: coarse) {
  .usage-guarantees-header:hover .icon {
    background-color: var(--wild-willow);
  }
}

@media (width < 36em) {
  .usage-guarantees-header .icon {
    --size: 1.5rem;
  }
}

.usage-guarantees-body {
  /* margin-top: var(--spacing-md); */
  padding-bottom: 20px;
}

.usage-guarantees h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--spacing-md);
}

.usage-guarantees p {
  font-size: var(--text-lead-sm);
  line-height: 140%;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family: var(--font-main);
  margin: 0;
}

.usage-right {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-24.33928571rem + 56.8452381vw),
    43.875rem
  );
  /* 320px - 702px */
  min-width: 0;
}

.usage-right img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--spacing-lg);
}

/* How It Works Section */
.how-it-works-section {
  /* padding: clamp(4rem, 8vw, 9.5rem) 0; */
  padding-bottom: var(--spacing-9xl);
}

.how-it-works-content {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, calc(-5.3125rem + 9.375vw), 5.9375rem);
  justify-content: space-around;
}

.how-it-works-left {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-24.33928571rem + 56.8452381vw),
    43.875rem
  );
  /* padding-top: clamp(1rem, calc(-1.49553571rem + 3.19940476vw), 2.34375rem); */
}

.how-it-works-left h2 {
  font-size: var(--text-h2);
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(
    1.5rem,
    calc(-1.51785714rem + 3.86904762vw),
    3.125rem
  );
}

.steps {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.5rem, calc(-1.28571429rem + 3.57142857vw), 3rem);
}

.step-item {
  display: flex;
  gap: clamp(
    1.25rem,
    calc(0.66964286rem + 0.74404762vw),
    1.5625rem
  );
  margin-bottom: 0;
}

.step-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(3.75rem, calc(1.42857143rem + 2.97619048vw), 5rem);
  position: relative;
  justify-content: center;
}

.step-number {
  width: clamp(3.75rem, calc(1.42857143rem + 2.97619048vw), 5rem);
  display: flex;
  justify-content: center;
  padding-top: clamp(
    0.375rem,
    calc(-0.08928571rem + 0.5952381vw),
    0.625rem
  );
}

.step-circle {
  width: clamp(
    1.75rem,
    calc(0.9375rem + 1.04166667vw),
    2.1875rem
  );
  height: clamp(
    1.75rem,
    calc(0.9375rem + 1.04166667vw),
    2.1875rem
  );
  border-radius: 50%;
  background: rgba(221, 226, 159, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step-circle-inner {
  width: clamp(
    1.25rem,
    calc(1.13392857rem + 0.14880952vw),
    1.3125rem
  );
  /* 21px ровно на 1920px */
  height: clamp(
    1.25rem,
    calc(1.13392857rem + 0.14880952vw),
    1.3125rem
  );

  border-radius: 50%;
  background: #faeeaf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  font-weight: 600;
  font-family: var(--font-main);
  color: var(--color-text);
}

.step-icon-line {
  /* width: clamp(1px, 0.1vw, 2px);
  height: clamp(2rem, 5vw, 8rem);
  display: block;
  margin-top: clamp(0.75rem, 1.6875vw, 1.6875rem);
  align-self: center;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(51, 65, 29, 0.3) 0,
    rgba(51, 65, 29, 0.3) clamp(2px, 0.3vw, 4px),
    transparent clamp(2px, 0.3vw, 4px),
    transparent clamp(4px, 0.6vw, 8px)
  );
  background-size: 100% clamp(6px, 0.9vw, 12px);
  position: absolute;
  top: 43px;
  right: 0;
  left: 38px; */
}

.step-content {
  flex: 1;
}

.step-content h3 {
  font-size: clamp(
    1.125rem,
    calc(0.3125rem + 1.04166667vw),
    1.5625rem
  );
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: clamp(
    0.5rem,
    calc(-0.3125rem + 1.04166667vw),
    0.9375rem
  );
}

.title-usage-step {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: clamp(
    0.5rem,
    calc(-0.3125rem + 1.04166667vw),
    0.9375rem
  );
  color: var(--color-text);
  display: block;
}

.step-content p {
  font-size: var(--text-lead-sm);

  font-weight: 600;

  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;

  color: var(--color-text);

  font-family: var(--font-main);
}

.step-divider {
  display: flex;
  gap: clamp(
    1.25rem,
    calc(0.66964286rem + 0.74404762vw),
    1.5625rem
  );
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}

.step-divider::before {
  content: "";
  width: clamp(3.75rem, calc(1.42857143rem + 2.97619048vw), 5rem);
  height: clamp(1.5rem, calc(-0.35714286rem + 2.38095238vw), 2.5rem);

  flex-shrink: 0;
  /* Як у usage-divider: вертикальна штрихпунктир по центру, штрих 6px, проміжок 4px */
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 4px,
    rgba(51, 65, 29, 0.24) 4px,
    rgba(51, 65, 29, 0.24) 10px
  );
  background-size: 1px 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.step-divider::after {
  content: "";
  flex: 1;
  height: 0.0625rem;
  background: rgba(51, 65, 29, 0.1);
}

.how-it-works-right {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-24.33928571rem + 63.66666667vw),
    43.875rem
  );
  position: sticky;
  top: clamp(4.5rem, 10vh, 7.5rem);
  align-self: flex-start;
}

.how-it-works-right img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: clamp(
    0.75rem,
    calc(-0.17857143rem + 1.19047619vw),
    1.25rem
  );
  /* max-width: clamp(20rem, calc(-24.33928571rem + 56.8452381vw), 43.875rem); */
}

/* How To Use Section */
.how-to-use-section {
  background-color: var(--color-body-bg);
  /* padding: clamp(4rem, 8vw, 9.5rem) 0; */

  padding-bottom: var(--spacing-3xl);
}

.how-to-use-content {
  display: flex;
  gap: clamp(2rem, calc(-5.3125rem + 9.375vw), 5.9375rem);
  align-items: flex-start;
}

.how-to-use-left {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-24.33928571rem + 59.11904762vw),
    43.875rem
  );
}

.how-to-use-left img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: clamp(
    0.75rem,
    calc(-0.17857143rem + 1.19047619vw),
    1.25rem
  );
  max-width: clamp(
    20rem,
    calc(-24.33928571rem + 56.8452381vw),
    43.875rem
  );
}

.how-to-use-right {
  flex: 1;
  max-width: clamp(
    20rem,
    calc(-24.33928571rem + 56.8452381vw),
    43.875rem
  );
  padding-top: clamp(
    1rem,
    calc(-1.49553571rem + 3.19940476vw),
    2.34375rem
  );
}

.how-to-use-right .title-usage-right {
  font-size: clamp(
    1.81rem,
    calc(-2.48928571rem + 5.51190476vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  margin-bottom: clamp(
    1.5rem,
    calc(-1.51785714rem + 3.86904762vw),
    3.125rem
  );
  color: var(--color-text);
}

.usage-steps {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1rem, calc(-0.85714286rem + 2.38095238vw), 2rem);
  /* gap: clamp(0.5rem, 1vw, 1.5rem);  */
  margin-bottom: clamp(
    0.5rem,
    calc(-0.3125rem + 1.04166667vw),
    0.9375rem
  );
}

.usage-step {
  display: flex;
  gap: clamp(1.25rem, calc(-1.07142857rem + 2.97619048vw), 2.5rem);
  margin-bottom: clamp(
    0.5rem,
    calc(-0.3125rem + 1.04166667vw),
    0.9375rem
  );
}

.usage-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(3.75rem, calc(1.42857143rem + 2.97619048vw), 5rem);
  position: relative;
}

.usage-icon {
  width: clamp(3.5rem, calc(0.71428571rem + 3.57142857vw), 5rem);
  height: clamp(3.5rem, calc(0.71428571rem + 3.57142857vw), 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.usage-icon-line {
  /* width: clamp(1px, 0.1vw, 2px);
  height: clamp(2rem, calc(-1.71428571rem + 4.76190476vw), 4rem);
  display: block;
  margin-top: 0;
  align-self: center;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(51, 65, 29, 0.3) 0,
    rgba(51, 65, 29, 0.3) clamp(2px, 0.3vw, 4px),
    transparent clamp(2px, 0.3vw, 4px),
    transparent clamp(4px, 0.6vw, 8px)
  );
  background-size: 100% clamp(6px, 0.9vw, 12px);
  position: absolute;
 
  top: calc(clamp(3rem, calc(1.14285714rem + 2.38095238vw), 4rem) + 15px);
  right: 0;
  left: 38px; */
}

.usage-icon img {
  width: clamp(3.5rem, calc(0.71428571rem + 3.32142857vw), 5rem);
  height: clamp(3.5rem, calc(0.71428571rem + 3.32142857vw), 5rem);
}

.usage-step-content {
  flex: 1;
  padding-top: clamp(
    0.125rem,
    calc(-0.10714286rem + 0.29761905vw),
    0.25rem
  );
}

.title-usage {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: var(--text-lead-sm);
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: clamp(
    0.375rem,
    calc(-0.08928571rem + 0.5952381vw),
    0.625rem
  );
  color: #6c765c;
}

.usage-step-content p {
  color: var(--color-text);
  font-weight: 700;
  font-family: var(--font-main);
  font-size: clamp(
    1.25rem,
    calc(0.08928571rem + 1.48809524vw),
    1.875rem
  );
  line-height: 120%;
  /* identical to box height, or 36px */
  letter-spacing: -0.04em;
  margin-top: 10px;
}

.usage-divider {
  display: flex;
  gap: clamp(1.25rem, calc(-1.07142857rem + 2.97619048vw), 2.5rem);
  margin: 0;
  padding: 0;
  margin-bottom: clamp(
    0.5rem,
    calc(-0.3125rem + 1.04166667vw),
    0.9375rem
  );
  margin-top: clamp(-0.9375rem, -0.8vw, -0.5rem);
  align-items: center;
  justify-content: flex-start;
}

.usage-divider-line {
  width: auto;
  height: clamp(1.5rem, calc(-0.35714286rem + 2.38095238vw), 2.5rem);
  display: block;
  margin-left: clamp(
    1.25rem,
    calc(-1.07142857rem + 2.97619048vw),
    2.5rem
  );
}

.usage-divider::before {
  content: "";
  width: clamp(3.75rem, calc(1.42857143rem + 2.97619048vw), 5rem);
  height: clamp(1.5rem, calc(-0.35714286rem + 2.38095238vw), 2.5rem);
  margin-top: 15px;
  flex-shrink: 0;
  /* Як у Figma 213-2834: вертикальна штрихпунктир по центру іконок, штрих 6px, проміжок 4px */
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 4px,
    rgba(51, 65, 29, 0.24) 4px,
    rgba(51, 65, 29, 0.24) 10px
  );
  background-size: 1px 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.usage-divider::after {
  content: "";
  flex: 1;
  height: 0.0625rem;
  margin-top: 15px;
  background: rgba(51, 65, 29, 0.1);
}

.title-usage-right {
  font-size: clamp(
    1.81rem,
    calc(-2.48928571rem + 5.51190476vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  margin-bottom: clamp(
    1.5rem,
    calc(-1.51785714rem + 3.86904762vw),
    3.125rem
  );
  color: var(--color-text);
}

.how-it-works-section .subtitle  {
  margin-top: 2rem;
  /* margin: 0 0 clamp(1rem, calc(-0.22321429rem + 1.93452381vw), 2rem); */
  max-width: 50ch;
}

/* Certificates Section */
.certificates-section {
  padding-bottom: var(--spacing-7xl);
  /* padding-top: var(--spacing-9xl); */
  /* 64px - 152px */
}

.certificates-section h2 {
  font-size: var(--text-h2);
  /* 32px - 72px */
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(
    2rem,
    calc(-2.99107143rem + 6.39880952vw),
    4.6875rem
  );
  /* 32px - 75px */
}

.certificates-grid {
  display: grid;
  grid-template-columns: repeat(
    4,
    minmax(clamp(15rem, calc(5.71428571rem + 11.9047619vw), 20rem), 1fr)
  );
  /* gap: clamp(1.5rem, calc(0.22321429rem + 1.63690476vw), 2.1875rem); */

  column-gap: 20px;
  /* row-gap: clamp(1.5rem, calc(0.22321429rem + 1.63690476vw), 2.1875rem); */

  margin-top: clamp(2rem, calc(-1.25rem + 4.16666667vw), 3.75rem);
  /* 24px - 35px */
}

.certificate-item {
  display: block;
  position: relative;
  background: var(--color-body-bg);
  border-radius: var(--spacing-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.certificate-item:hover {
  opacity: 1;
}

.certificate-item-arrow {
  position: absolute;
  top: var(--spacing-md);
  right: var(--spacing-md);
  z-index: 2;
  width: clamp(1.5rem, calc(-1.28571429rem + 3.57142857vw), 3rem);
  height: clamp(1.5rem, calc(-1.28571429rem + 3.57142857vw), 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.certificate-item:hover .certificate-item-arrow {
  opacity: 1;
}

.certificate-item-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certificate-image {
  width: 100%;
  height: clamp(
    10rem,
    calc(1.29464286rem + 9.15178571vw),
    14.6875rem
  );
  /* на 1920px → 235px, на меньших экранах уменьшается */
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-section-bg);
  border-radius: 35px;
  /* min-height: 235px; */
}
.certificate-image:hover {
  background-color: #f7f7e6;
}
.certificate-image img {
  width: clamp(4rem, calc(-0.17857143rem + 5.35714286vw), 6.25rem);
  /* 64px - 100px */
  height: clamp(4rem, calc(-0.17857143rem + 5.35714286vw), 6.25rem);
  /* 64px - 100px */
  max-width: 100%;
  object-fit: contain;
}

.certificate-info {
  padding: var(--spacing-xl) var(--spacing-2xl) var(--spacing-2xl);
}

.certificates-title {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  color: var(--color-text);
}

.certificate-info h3 {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: var(--spacing-md);
}

.certificate-info .item-title {
  font-weight: 700;

  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  line-height: 1.2;
  letter-spacing: -0.04em;

  line-height: 1;
  margin-bottom: var(--spacing-md);
  color: var(--color-text);
}

.certificate-info p {
  font-weight: 600;

  /* font-size 18px от макета 1920 */
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  line-height: 1.4;
  letter-spacing: -0.02em;

  color: rgba(51, 65, 29, 0.56);

  /* отступ сверху */
  margin-top: clamp(
    0.5rem,
    calc(0.26785714rem + 0.29761905vw),
    0.625rem
  );

  /* ширина по контенту, или ограничение для читаемости */
  max-width: 22ch;
  font-family: var(--font-main);
}

@media (min-width: 1920px) {
  .certificates-grid {
    /* grid-template-columns: repeat(4, 400px); */
  }

  .certificate-item {
    display: flex;
    flex-direction: column;
  }
}

/* 3 Secrets Section — статична верстка по макету, без анімації */
.secrets-section {
  position: relative;
  overflow: hidden;
  min-height: auto;
}

.secrets-inner {
  position: relative;
  width: 100%;
  min-height: auto;
}

/* Фон — стили как big-review_img_wrapper + big-review_img */
.secrets-bg-wrapper {
  z-index: -1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.secrets-bg-img {
  background-image: url("img/3-secrets/bg.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.secrets-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.secrets-container {
  /* max-width: var(--container-max-width);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 9.5rem) var(--container-padding); */
  position: relative;
}

.secrets-title {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 122px;
  line-height: 86%;
  letter-spacing: -0.08em;

  font-size: clamp(
    4.375rem,
    calc(-1.66071429rem + 7.73809524vw),
    7.625rem
  );

  margin-bottom: clamp(
    2rem,
    calc(-2.99107143rem + 6.39880952vw),
    4.6875rem
  );
  color: var(--color-text);
  text-align: left;
  position: static;
}

.secrets-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: clamp(5rem, calc(-3.125rem + 10.41666667vw), 9.375rem)
    clamp(5rem, calc(-10.08928571rem + 19.3452381vw), 13.125rem);

  /* gap между внутренними элементами */
  gap: clamp(
    0.3125rem,
    calc(-0.26785714rem + 0.74404762vw),
    0.625rem
  );
}

.secrets-container {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  min-height: 0;
}

.secrets-title {
  font-size: clamp(2rem, calc(-1.71428571rem + 4.76190476vw), 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: white;
  font-family: var(--font-main);
}

/* 2 ряда: заголовок, затем линия + надпись */
.line-white {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, calc(-2.28571429rem + 3.57142857vw), 2rem);
  /* margin-top: clamp(1rem, 2vw, 2.5rem); */
  margin-top: 40%;
  padding-left: 50%;
}

.line-white-img {
  /* width: clamp(4rem, 10vw, 10rem); */
  height: auto;
  object-fit: contain;
}

.line-white-img-desk {
  display: block;
}

.line-white-img-mob {
  display: none;
}

.line-white-text {
  margin: 0;
  color: white;
  font-weight: 700;
  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-family: var(--font-main);
  margin-top: -12rem;
}

.secrets-sticky-container {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
}

.secret-item {
  display: flex;
  justify-content: flex-end;
}

.secret-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: clamp(
    18.75rem,
    calc(-7.36607143rem + 46.20535714vw),
    43.875rem
  );
  min-height: clamp(
    7.5rem,
    calc(-3.0625rem + 13.54166667vw),
    13.1875rem
  );
  padding: clamp(
    1.25rem,
    calc(-1.65178571rem + 3.7202381vw),
    2.8125rem
  );
  gap: clamp(1rem, calc(-1.20535714rem + 2.82738095vw), 2.1875rem);
  background: #f9f9f0;
  box-shadow: 0px -3px 24.8px rgba(51, 65, 29, 0.15);
  border-radius: clamp(
    1rem,
    calc(-1.20535714rem + 2.82738095vw),
    2.1875rem
  );
  flex: none;
}

.secret-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secret-icon img {
  width: clamp(
    2.5rem,
    calc(-0.40178571rem + 3.7202381vw),
    4.0625rem
  );
  height: clamp(
    2.5rem,
    calc(-0.40178571rem + 3.7202381vw),
    4.0625rem
  );
  object-fit: contain;
}

.secret-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.secret-title {
  /* font-size 30px от макета 1920 */
  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  line-height: 1.2; /* 120% */
  letter-spacing: -0.04em;

  margin-bottom: 10px;

  color: var(--color-text);
  font-family: var(--font-main);
  white-space: nowrap;
  font-weight: 600;
}

.secrets-title-h1 {
  font-family: "Cera Pro", sans-serif;
  font-weight: 500;

  /* font-size 122px от макета 1920 */
  font-size: clamp(3rem, calc(-5.58928571rem + 11.01190476vw), 7.625rem);
  line-height: 0.86; /* 86% */

  display: flex;
  align-items: center;
  letter-spacing: -0.08em;

  color: #ffffff;
}
.secret-description {
  font-family: "Manrope", sans-serif;
  font-weight: 600;

  /* font-size 18px от макета 1920 */
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em;

  color: var(--color-text);
  font-family: var(--font-main);
  margin: 0;
}

/* Адаптив для мобильных — по макету Figma: колонка, блок заголовка с фоном, карточки с перекрытием -57px */
@media (max-width: 768px) {
  .secrets-section {
    min-height: auto;
    height: auto;
    max-height: none;
  }

  .secrets-inner {
    border-radius: 20px;
    overflow: visible;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .secrets-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .secrets-bg-wrapper {
    display: none; /* фон только в блоке заголовка на моб */
  }

  .secrets-container {
    position: relative;
    width: 100%;
    /* max-width: 363px; */
    min-height: 368px;
    padding: 25px;
    border-radius: 20px;
    background: url("img/3-secrets/bg.webp") no-repeat center / cover;
    pointer-events: auto;
    flex-shrink: 0;
  }

  .secrets-title-h1 {
    font-size: 38px;
    line-height: 0.86;
    letter-spacing: -0.08em;
    max-width: 261px;
  }

  .line-white {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px; /* по макету: линия в нижней части блока заголовка */
    margin-top: 0;
    padding-left: 0;
    pointer-events: auto;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.5rem;
  }

  .line-white-img-desk {
    display: none;
  }

  .line-white-img-mob {
    display: block;
  }

  .line-white-text {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    letter-spacing: -0.04em;
  }

  .secrets-sticky-container {
    width: 100%;
    max-width: 313px;
    padding: 0;
    gap: 15px;
    margin-top: -57px;
    position: relative;
    z-index: 1;
  }

  .secret-item {
    justify-content: stretch;
  }

  .secret-content {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 25px 20px;
    min-height: 0;
    border-radius: 20px;
    background: #f9f9f0;
    box-shadow: none;
    position: relative;
  }

  .secret-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    align-self: flex-end;
    order: 1;
    box-sizing: border-box;
    position: absolute;
    top: -30px;
  }

  .secret-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .secret-text {
    order: 2;
    width: 100%;
    gap: 10px;
  }

  .secret-title {
    white-space: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #33411d;
    margin-bottom: 0;
  }

  .secret-description {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #33411d;
  }
}

.how-it-works-cta_cta {
  margin-top: 50px;
}

/* Video Section — текст і кнопка поверх фото, оверлей зліва для читабельності */
.video-section {
  position: relative;
  padding-bottom: var(--spacing-9xl);
}

.video-section .container {
  position: relative;
}

.video-section__image-wrap {
  width: 100%;
  max-width: 1500px; /* как в макете */
  margin: 0 auto; /* центрируем */

  aspect-ratio: 1500 / 700; /* сохраняем пропорцию макета */
  min-height: 280px; /* чтобы не схлопывался на мобилках */

  border-radius: var(--spacing-3xl);
  overflow: hidden;

  background-image: url("img/video/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: flex-start;
  display: flex;
  align-items: center;

  /* РЕЗИНОВЫЕ ОТСТУПЫ вместо фиксированных */
  padding: clamp(
      1.5rem,
      calc(-4.41964286rem + 7.58928571vw),
      4.6875rem
    )
    clamp(1.5rem, calc(-5.58035714rem + 9.07738095vw), 5.3125rem);
}
.video-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
}

.video-section__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66%;
  background: linear-gradient(
    to right,
    rgba(51, 65, 29, 0.55) 0%,
    rgba(51, 65, 29, 0.2) 85%,
    transparent 100%
  );
  pointer-events: none;
}

.video-section__title {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  color: #fff;
  margin-bottom: clamp(
    var(--spacing-lg),
    calc(-6.29464286rem + 9.67261905vw),
    5.3125rem
  );

  max-width: 20em;
  font-family: var(--font-main);
}

.video-section__link {
  display: inline-flex;
  align-items: center;

  gap: clamp(1rem, calc(-1.20535714rem + 2.82738095vw), 2.1875rem);

  text-decoration: none;
  color: #fff;
  font-family: var(--font-main);
  font-size: clamp(1rem, calc(0.53571429rem + 0.5952381vw), 1.25rem);
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
}

.video-section__link:hover {
  opacity: 0.9;
}

.video-section__play {
  width: clamp(4rem, calc(-0.17857143rem + 5.35714286vw), 6.25rem);
  height: clamp(4rem, calc(-0.17857143rem + 5.35714286vw), 6.25rem);

  flex-shrink: 0;
  object-fit: contain;
}

.video-section__label {
  line-height: 1;
  font-weight: 700;

  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  line-height: 1.2;
  letter-spacing: -0.04em;

  color: #ffffff;
  font-family: var(--font-main);
  text-align: left;

  /* Дивитись відео */
}

.video-section__container {
  max-width: 93%;
}

/* Experts Section */
.experts-section {
  background-color: var(--color-body-bg);
  /* padding: clamp(4rem, 9vw, 9.5rem) 0; */
  padding-bottom: var(--spacing-7xl);
  /* 64px - 152px */
}

/* Мобільний блок — за замовчуванням прихований, показується тільки в медіа max-width 47.9375rem */
.experts-mobile-only {
  display: none;
}

.experts-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: var(--container-max-width);
  margin: 0 auto;
  /* padding: 0 var(--container-padding); */
  margin-bottom: clamp(
    2rem,
    calc(-2.75892857rem + 6.10119048vw),
    4.5625rem
  );
  flex-wrap: wrap;
  gap: 1rem;
}

.experts-title-text {
  /* 24px - 35px */
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  color: var(--color-text);
  font-family: var(--font-main);

  /* 320px - 703px */
}

.experts-title {
  max-width: clamp(
    20rem,
    calc(-30.02678571rem + 64.13690476vw),
    46.9375rem
  );
  /* padding-left: clamp(1rem, 5vw, 4rem) */
}

.experts-title p {
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  /* 14px - 16px */
  line-height: 1.5;
  color: var(--color-text);
  max-width: clamp(
    18rem,
    calc(-11.94642857rem + 38.39285714vw),
    34.125rem
  );

  /* 288px - 546px */
  font-family: var(--font-main);
  margin-top: 2rem;
}

.experts-nav {
  display: flex;
  gap: var(--spacing-md);
}

.experts-nav-arrow {
  width: var(--size-icon);
  /* 40px - 58px */
  height: var(--size-btn);
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s ease;
}

.experts-nav-arrow img {
  max-width: 100%;
  display: block;
}

.experts-nav-arrow:hover {
  opacity: 0.8;
}

.experts-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* padding: 0 clamp(0.5rem, calc(-1.35714286rem + 2.38095238vw), 1.5rem); */
  display: flex;
}

/* Stable Splide layout for experts */
.experts-splide,
.experts-splide .splide__track {
  overflow: hidden !important;
}

.experts-splide .splide__list {
  display: flex !important;
  backface-visibility: hidden;
  will-change: transform;
  margin: 0 !important;
  padding: 0 !important;
}

.experts-splide .splide__slide {
  flex: 0 0 auto;
  box-sizing: border-box;
  height: auto;
  width: auto;
  max-width: none;
}

@media (max-width: 768px) {
  .experts-splide .splide__slide {
    width: auto;
  }
}

.experts-splide .expert-card {
  width: 100%;
}

/* Кнопка «Показати ще» — показується тільки на мобільній */
.experts-load-more-wrapper {
  display: none;
  position: relative;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  padding-top: 1rem;
}

.experts-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 9999px;
  background: var(--color-button-secondary);
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-button-secondary-text);
  letter-spacing: -0.02em;
  line-height: 1.4;
  transition:
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.experts-load-more:hover {
  opacity: 0.9;
  background: color-mix(in srgb, #dde29f 90%, #33411d);
}

.experts-load-more-icon {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  opacity: 0.9;
}

.expert-card {
  background: var(--color-body-bg);
  border-radius: var(--spacing-lg);
  overflow: hidden;
}

.expert-image {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center; /* anchor-center не підтримується в Safari/iOS */
}

.expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* центрування фото в контейнері (важливо для iOS) */
  display: block;
}

.expert-content {
  padding: var(--spacing-2xl);
}

.expert-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--spacing-lg);
}

.expert-details h4 {
  font-weight: 700;

  /* font-size резиновый от макета 30px */
  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  line-height: 1.2; /* 120% */
  letter-spacing: -0.04em;

  color: var(--color-text);
  margin-bottom: 0.3125rem;
  /* 5px */
}

.expert-details p {
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  line-height: 1.4;
  letter-spacing: -0.02em;

  color: var(--color-text);
  opacity: 0.7;
  font-family: var(--font-main);
  font-weight: 600;
}

.expert-instagram {
  /* width: var(--size-icon); */
  /* 40px - 58px */
  /* height: var(--size-btn); */
  /* 40px - 58px */
  /* display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--color-text);
   
    border-radius: 50%; */

  gap: clamp(
    0.375rem,
    calc(-0.08928571rem + 0.5952381vw),
    0.625rem
  );

  /* размер кружка резиновый */
  width: clamp(2.5rem, calc(0.41071429rem + 2.67857143vw), 3.625rem);
  height: clamp(
    2.5rem,
    calc(0.41071429rem + 2.67857143vw),
    3.625rem
  );
}

.expert-instagram img {
  /* width: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem);
    height: clamp(1rem, calc(0.07142857rem + 1.19047619vw), 1.5rem); */
  max-width: 100%;
}

.expert-instagram img:hover {
  background: #e3e8ae;
  backdrop-filter: blur(5.7px);
  border-radius: 50%;
}

.expert-text {
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--color-text);
  font-family: var(--font-main);
}

/* FAQ Section */
.faq-section {
  /* background-color: var(--color-section-bg); */
  /* padding: clamp(4rem, 9vw, 9.5rem) 0; */
  padding-bottom: var(--spacing-7xl);
  /* 64px - 152px */
}

.faq-content {
  display: flex;
  gap: clamp(2rem, calc(-2.99107143rem + 6.39880952vw), 4.6875rem);
  /* 32px - 75px */
  flex-wrap: wrap;
}

.faq-left {
  flex: 1;
  max-width: clamp(20rem, calc(-25.5rem + 58.33333333vw), 44.5rem);
  /* 320px - 712px */
  min-width: 0;
}

.faq-left-title {
  font-size: clamp(
    1.75rem,
    calc(-2.66071429rem + 5.6547619vw),
    4.125rem
  );
  /* 32px - 72px */
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;

  color: var(--color-text);
  font-family: var(--font-main);

  display: flex;
}

/* FAQ: окреме замовлення — лише класи faq-cta__* (не .forms-form / .popup-form) */
.faq-cta {
  margin-top: 0.5rem;
  padding: 40px;

  background: #ffffff;
  border: 1.5px solid rgba(51, 65, 29, 0.12);
  border-radius: 35px;
  max-width: 30rem;
}
.faq-cta__title {
  margin: 0 0 0.875rem;
  padding: 0;
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-text);
  font-family: var(--font-main);
}
.faq-cta__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-cta__fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq-cta__input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 25px;
  background: #eff1e4;
  border-radius: 10px;
  border: 1px solid rgba(51, 65, 29, 0.12);
  font: inherit;
  color: var(--color-text);

  height: 58px;
}
.faq-cta__input::placeholder {
  color: rgba(51, 65, 29, 0.45);
}
.faq-cta__input:focus {
  outline: none;
  border: 1px solid rgba(51, 65, 29, 0.25);
}
.faq-cta__input[aria-invalid="true"] {
  border-color: #c00;
  box-shadow: 0 0 0 1px #c00;
}
.faq-cta__error {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  color: #c00;
  line-height: 1.3;
}
.faq-cta__error[hidden] {
  display: none !important;
}
.faq-cta__submit {
  margin-top: 0.125rem;
  align-self: stretch;
  padding: 0.8rem 1.75rem;
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  border: none;
  border-radius: 999px;
  background: #F9BD29 ;
  color: #33411d;
  height: 58px;
  width: 100%;
}
.faq-cta__submit:hover {
  opacity: 0.9;
}
 
.faq-cta__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none;
}

.faq-left button {
  margin-top: 10px;
  height: var(--size-btn);
  width: 100%;
}

.faq-header-title {
  font-size: clamp(
    0.75rem,
    calc(-0.17857143rem + 1.19047619vw),
    1.25rem
  );
  font-weight: 800;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  color: var(--color-text);
  font-family: var(--font-main);
}

.faq-right {
  flex: 1;
  /* max-width: clamp(
    20rem,
    calc(-25.5rem + 58.33333333vw),
    44.5rem
  ); */
  /* 320px - 712px */
  min-width: 0;
}

.faq-item {
  background: var(--color-body-bg);
  border-top: 1px solid rgba(51, 65, 29, 0.15);
  overflow: hidden;
}

/* перший ряд акордеону без лінії зверху (заголовок секції може бути перед .faq-item) */
.faq-right > .faq-item:first-of-type {
  border-top: none;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-lg);
  cursor: pointer;
}

.faq-header h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text);
}

.faq-toggle {
  width: clamp(1.5rem, calc(0.57142857rem + 1.19047619vw), 2rem);
  /* 24px - 32px */
  height: clamp(1.5rem, calc(0.57142857rem + 1.19047619vw), 2rem);
  /* 24px - 32px */
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-toggle img {
  /* width: clamp(0.75rem, calc(0.28571429rem + 0.5952381vw), 1rem);
    height: clamp(0.75rem, calc(0.28571429rem + 0.5952381vw), 1rem); */
  max-width: 100%;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle img {
  transform: rotate(45deg);
}

.faq-content-text {
  max-height: 0;
  overflow: hidden;
  padding: 0 var(--spacing-lg) 0;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}

.faq-content-text p {
  font-size: 13px;

  color: var(--color-text);

  font-family: var(--font-main);

  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.faq-content-text ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 0.75rem 0;
  font-size: 13px;
  color: var(--color-text);

  font-family: var(--font-main);

  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.02em;
}

.faq-content-text ul li {
  margin-bottom: 0.5rem;
}

.faq-content-text ul li:last-child {
  margin-bottom: 0;
}

.faq-item.active .faq-content-text {
  max-height: 30rem;
  padding-bottom: var(--spacing-lg);
}

/* Popup */
.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 65, 29, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.popup-box {
  position: relative;
  width: 100%;
  max-width: 48rem;
  max-height: 90vh;
  overflow: hidden;
  background: var(--color-body-bg);
  border-radius: 35px;
  box-shadow: 0 20px 60px rgba(51, 65, 29, 0.2);
}

.popup-close {
  /* position: absolute; */
  top: var(--spacing-xl);
  right: var(--spacing-lg);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close img {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.popup-close:hover img {
  transform: rotate(45deg) scale(1.1);
}

.popup-inner {
  display: flex;
  flex-direction: row;
  min-height: 0;
  padding: 15px;
  gap: clamp(1.25rem, calc(-1.07142857rem + 2.97619048vw), 2.5rem);
}

.popup-body {
  flex: 1;
  min-width: 0;
  padding-top: 0;
  overflow-y: auto;
  padding-top: 25px;
  padding-right: 40px;
}

.popup-image {
  flex: 0 0 clamp(10rem, 45%, 18rem);
  overflow: hidden;
  border-radius: 25px;
}

.popup-image img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-lg);
  margin-bottom: 35px;
  min-height: 2rem;
}

.popup-header-spacer {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
}

.popup-title {
  font-weight: 700;
  font-size: clamp(
    1.125rem,
    calc(-0.26785714rem + 1.78571429vw),
    1.875rem
  );
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--color-text);
  margin: 0;
}

.popup-text {
  margin-bottom: var(--spacing-xl);

  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: center;
  letter-spacing: -0.02em;

  color: rgba(51, 65, 29, 0.55);
}

.popup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup-form[hidden],
.popup-ask-thanks[hidden] {
  display: none !important;
}

.popup-label {
  display: block;
}

.popup-input {
  display: block;
  width: 100%;
  min-height: clamp(
    2.75rem,
    calc(2.28571429rem + 0.5952381vw),
    3rem
  );
  padding: 0 clamp(1rem, calc(0.53571429rem + 0.5952381vw), 1.25rem);

  background: rgba(239, 241, 228, 0.55);
  border: none;
  border-radius: 10px;
  font-family: var(--font-main);
  font-size: clamp(
    0.9375rem,
    calc(0.82142857rem + 0.14880952vw),
    1rem
  );
  font-weight: 500;
  color: var(--color-text);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  margin-top: 10px;
}

.popup-input::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  letter-spacing: -0.02em;

  color: rgba(51, 65, 29, 0.55);
}

.popup-input:hover {
  border: none;
  background: rgba(239, 241, 228, 0.75);

  border-radius: 10px;
}

.popup-input:focus {
  outline: none;

  border: 1px solid rgba(51, 65, 29, 0.25);
}

.popup-input[aria-invalid="true"] {
  border-color: #c00;
  box-shadow: 0 0 0 1px #c00;
}

.popup-phone-error {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #c00;
  line-height: 1.3;
}

.popup-order-summary {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgba(51, 65, 29, 0.08);
  border-radius: 8px;
}

.popup-order-thanks {
  padding: 1rem 0;
}

.popup-order-thanks-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.popup-order-thanks-text {
  font-size: 1rem;
  color: rgba(51, 65, 29, 0.85);
}

.popup-submit {
  /* align-self: flex-start;
    margin-top: var(--spacing-sm); */
  margin-top: 20px;
}

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

  font-weight: 600;
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  );
  line-height: 140%;
  letter-spacing: -0.02em;
}

@media (max-width: 640px) {
  .popup-inner {
    flex-direction: column;
  }

  .popup-body {
    order: 1;
  }

  .popup-image {
    flex: 0 0 auto;
    width: 100%;
    min-height: 14rem;
    border-radius: 0;
  }

  .popup-image img {
    min-height: 14rem;
  }
}

/* Footer */
.footer {
  background-color: var(--color-text);
  padding: clamp(
      2.5rem,
      calc(-1.5625rem + 5.20833333vw),
      4.6875rem
    )
    0 clamp(1.5rem, calc(0.22321429rem + 1.63690476vw), 2.1875rem);
  /* 40px - 75px / 24px - 35px */
  color: var(--color-h4);
  overflow-x: hidden;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: clamp(2rem, calc(-40.25rem + 54.16666667vw), 24.75rem);

  /* 396px для 1920px экрана */
  margin-bottom: var(--spacing-3xl);
  align-items: flex-start;
}

.footer-left {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 18.5625rem;
  /* 297px */
}

.footer-logo {
  margin-bottom: 2.875rem;
  /* 46px */
}

.footer-logo img {
  height: clamp(4rem, calc(-0.52678571rem + 5.80357143vw), 6.4375rem);
  /* 64px - 103px */
  width: auto;
  max-width: 100%;
  margin-bottom: clamp(
    0.5rem,
    calc(0.15178571rem + 0.44642857vw),
    0.6875rem
  );
  /* 8px - 11px */
}

.footer-logo p {
  font-family: var(--font-main);
  font-size: var(--text-sub);
  /* 12px - 14px */
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.56);
}

.footer-rating {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9.12px);
  border-radius: 20px;
  padding: 1.625rem;
  cursor: pointer;
}

.footer-rating:hover {
  background: rgba(255, 255, 255, 0.15);
}
.footer-rating img {
  width: var(--size-btn-sm);
  /* 40px - 48px */
  height: var(--size-btn-sm);
  /* 40px - 48px */
  max-width: 100%;
}

.rating-info {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  /* 5px */
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.rating-stars span {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-h4);
  font-family: var(--font-main);
}

.rating-stars .stars {
  display: flex;
  gap: 0.25rem;
  /* 4px */
}

.rating-stars .star {
  width: 1.125rem;
  /* 18px */
  height: 1.125rem;
  /* 18px */
  display: block;
  object-fit: contain;
}

.rating-info a {
  font-size: 0.875rem;
  color: var(--color-h4);
  text-decoration: none;
  font-family: var(--font-main);
}

.footer-middle {
  display: flex;
  gap: clamp(1rem, calc(-19.89285714rem + 26.78571429vw), 10.25rem);
  /* 196px для 1920px экрана */
  /* flex: 1 1 auto; */
  min-width: 0;
}

.footer-column {
  flex: 0 1 auto;
  min-width: 0;
}

.footer-column:last-child {
  margin-left: auto;
  flex-shrink: 0;
}

.footer-column-1 {
  min-width: 0;
  flex-basis: auto;
}

.footer-column-2 {
  min-width: 0;
  flex-basis: auto;
}

.footer-column-2 p:not(:first-of-type) {
  margin-top: 1.5rem;
}

.footer-block {
  /* обгортка для мобільної сітки */
}
.only-mobile {
  display: none;
}

.footer-block p {
  font-weight: 600;
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.56);
  margin-bottom: var(--spacing-lg);
}

.footer-block p:first-child {
  margin-top: 0;
}

.footer-column-2 .footer-block + .footer-block p {
  margin-top: 1.5rem;
}

.footer-column p {
  font-weight: 600;

  /* font-size 16px от макета 1920 */
  font-size: clamp(
    0.875rem,
    calc(0.64285714rem + 0.29761905vw),
    1rem
  );
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em;

  color: rgba(255, 255, 255, 0.56);

  margin-bottom: var(--spacing-lg);
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: var(--spacing-md);
}

.footer-column ul li a {
  font-weight: 600;

  /* font-size 18px от макета 1920 */
  font-size: clamp(1rem, calc(0.76785714rem + 0.29761905vw), 1.125rem);
  line-height: 1.4; /* 140% */
  letter-spacing: -0.02em;

  color: #ffffff;

  /* 14px - 16px */

  text-decoration: none;
  transition: opacity 0.3s ease;
  font-family: var(--font-main);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.footer-column ul li a:hover {
  color: #dde29f;
}

.btn-callback {
  background-color: var(--color-button-secondary);
  color: var(--color-button-secondary-text);
  padding: var(--spacing-sm)
    clamp(1.25rem, calc(-0.02678571rem + 1.63690476vw), 1.9375rem);
  /* 10px 20px - 31px */
  height: var(--size-btn);
  /* 40px - 58px */
  /* border: clamp(
      0.0625rem,
      calc(0.00446429rem + 0.07440476vw),
      0.09375rem
    )
    solid var(--color-button-text); */
  /* 1px - 1.5px */
  border-radius: var(--radius-full);
  font-size: var(--text-body);
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: clamp(
    2rem,
    calc(-2.992rem + 6.4vw),
    4.688rem
  );
  /* 32px - 75px */
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-callback:hover {
  opacity: 0.9;
}

.btn-callback .btn-arrow {
  width: clamp(
    0.625rem,
    calc(0.50892857rem + 0.14880952vw),
    0.6875rem
  );
  /* 10px - 11px */
  height: clamp(
    0.75rem,
    calc(0.63392857rem + 0.14880952vw),
    0.8125rem
  );
  /* 12px - 13px */
  display: block;
  transition: transform 0.3s ease;
  max-width: 100%;
}

.btn-callback:hover .btn-arrow {
  transform: translateX(0.25rem);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--spacing-2xl);
  border-top: 0.0625rem solid rgba(249, 249, 240, 0.2);
  /* 1px */
  flex-wrap: wrap;
  gap: 1rem;
  min-width: 0;
}

.footer-bottom p,
.footer-bottom a {
  color: var(--color-h4);
  text-decoration: none;
  font-family: var(--font-main);
  font-size: var(--text-body);
  /* 14px - 16px */
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}

.footer-bottom a:hover {
  color: rgba(221, 219, 137, 0.55);
}

/* =============================================
   ФОРМА
   ============================================= */

.forms-section {
  /* padding: clamp(1rem, calc(-2.71428571rem + 4.76190476vw), 3rem) 0; */
  margin-bottom: 4rem;
  margin-top: 4rem;
}

/* Темно-зелений картковий блок */
.forms-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(
    2.5rem,
    calc(-3.88392857rem + 8.18452381vw),
    5.9375rem
  ); /* 95px @ max */
  padding: clamp(
      2.5rem,
      calc(-1.5625rem + 5.20833333vw),
      4.6875rem
    )
    /* 75px top/bottom */
    clamp(2rem, calc(-4.15178571rem + 7.88690476vw), 5.3125rem); /* 85px left/right */
  background: #33411d;
  border-radius: 35px;
  overflow: hidden;
}

/* Ellipse 2036 */
.forms-ellipse {
  position: absolute;
  width: 356px;
  height: 356px;
  left: 469px;
  top: calc(50% - 356px / 2 + 99.5px);
  background: rgba(221, 226, 159, 0.55);
  filter: blur(175px);
  pointer-events: none;
  z-index: 0;
}

/* Ліва частина — колонка з ціною і текстом */
.forms-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  gap: 1.25rem; /* 20px */
  flex: 1 1 0;
  z-index: 1;
}

/* Рядок «16  грн/день» */
.forms-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: clamp(
    0.5rem,
    calc(-0.3125rem + 1.04166667vw),
    0.9375rem
  ); /* 15px */
}

.forms-price__num {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(
    5rem,
    calc(-7.88392857rem + 16.51785714vw),
    11.9375rem
  ); /* ~191px @ max */
  line-height: 0.86;
  letter-spacing: -0.08em;
  color: #ffffff;
}

.forms-price__unit {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: clamp(
    1rem,
    calc(-0.625rem + 2.08333333vw),
    1.875rem
  ); /* 30px */
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #ffffff;
  padding-bottom: 0.4em;
}

/* Підпис знизу */
.forms-text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem; /* 10px */
}

.forms-text__title {
  margin: 0;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: clamp(
    1rem,
    calc(-0.625rem + 2.08333333vw),
    1.875rem
  ); /* 30px */
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.forms-text__desc {
  margin: 0;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: clamp(
    0.875rem,
    calc(0.41071429rem + 0.5952381vw),
    1.125rem
  ); /* 18px */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.55);
  max-width: 21.75rem; /* ~348px */
}

/* Пачки — абсолютно, поверх еліпса.
     left і width — clamp(..., % від .forms-inner, ...), без translate(%). */
.forms-packs {
  position: absolute;

  left: clamp(6rem, 27.67%, 27rem);
  bottom: -14%;
  width: clamp(11.25rem, 35.6%, 27.75rem);
  height: auto;
  aspect-ratio: 444 / 472;
  pointer-events: none;
  z-index: 2;
}

.forms-packs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Біла картка з формою */
.forms-box {
  position: relative;
  width: clamp(
    20rem,
    calc(-3.5625rem + 30.20833333vw),
    32.6875rem
  ); /* 523px */
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 35px;
  padding: 2.5rem; /* 40px */
  z-index: 3;
}

.forms-form {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem; /* 25px */
}

/* Список інпутів */
.forms-inputs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.9375rem; /* 15px */
}

/* Один інпут-рядок */
.forms-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 3.625rem; /* 58px */
  padding: 0.625rem 0.625rem 0.625rem 1.5625rem; /* 10 10 10 25 */
  background: #eff1e4;
  border-radius: 10px;
  gap: 2px;
}

.forms-input input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 1rem; /* 16px */
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #33411d;
}

.forms-input input::placeholder {
  color: rgba(51, 65, 29, 0.55);
}

/* Кнопка */
.forms-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0.625rem 2.1875rem; /* 10px 35px */
  width: 100%;
  background: #F9BD29 ;
  border: none;
  border-radius: 1000px;
  cursor: pointer;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #33411d;
  transition: background 0.2s ease;
  height: 58px;
}

.forms-btn:hover {
 
  opacity: 0.9;
}

/* Медиа-запросы для очень маленьких экранов */
@media (max-width: 768px) {
  .hero-content .container,
  .hero-content .container-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-right {
    width: 100%;
    position: relative;
    min-height: clamp(20rem, calc(5.14285714rem + 19.04761905vw), 28rem);
  }

  .formula-content,
  .usage-content,
  .how-it-works-content,
  .how-to-use-content,
  .faq-content {
    flex-direction: column;
  }

  .how-it-works-content .how-it-works-right {
    position: static;
    top: auto;
    align-self: stretch;
  }

  .formula-left,
  .formula-right,
  .usage-left,
  .usage-right,
  .how-it-works-left,
  .how-it-works-right,
  .how-to-use-left,
  .how-to-use-right,
  .faq-left,
  .faq-right {
    max-width: 100%;
  }

  .comparison-title {
    padding-right: clamp(
      4rem,
      calc(-2.5rem + 8.33333333vw),
      7.5rem
    );
  }

  .header-right {
    flex-wrap: wrap;
    gap: clamp(1rem, calc(-0.85714286rem + 2.38095238vw), 2rem);
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero-buttons {
    flex-wrap: wrap;
  }

  .formula-ingredients {
    grid-template-columns: repeat(
      auto-fit,
      minmax(clamp(3rem, calc(1.14285714rem + 2.38095238vw), 4rem), 1fr)
    );
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 clamp(1rem, calc(-0.85714286rem + 2.38095238vw), 2rem);
  }

  .hero-section {
    padding-top: clamp(6rem, calc(2.28571429rem + 4.76190476vw), 8rem);
  }
}

@media (width < 96.125em) {
  h1 {
    font-size: clamp(
      2.25rem,
      calc(-7.73214286rem + 12.79761905vw),
      7.625rem
    );
  }
  .hero-title h2 {
    font-size: 22px;
  }
  .reviews-slider-wrapper {
    min-height: clamp(
      20rem,
      calc(-2.05357143rem + 28.27380952vw),
      31.875rem
    );
  }
  .container-full-sm {
    padding: 0
      clamp(1rem, calc(-14.08928571rem + 19.3452381vw), 9.125rem);
    max-width: 100%;
  }

  .hero-right-image {
    /* width: clamp(20rem, 50vw, 65rem);
    bottom: clamp(-11rem, -28vw, -19.5rem);
    right: clamp(-12rem, -8vw, -8.5rem); */

    /* bottom: clamp(-10rem, -11vw, -19.5rem);
    right: clamp(-6rem, -5vw, -8.5rem);
    width: clamp(20rem, calc(-63.57142857rem + 110.35714286vw), 65rem); */
  }

  .hero-right-image {
    width: min(42rem, 90vw);
    max-width: 65rem;
    bottom: clamp(-12rem, -15vw, -32rem);
    right: clamp(-6rem, -8vw, -15rem);
  }

  .hero-section {
    min-height: clamp(
      40rem,
      calc(-11.07142857rem + 57.61904762vw),
      67.5rem
    );
    padding-top: clamp(
      8rem,
      calc(-8.48214286rem + 21.13095238vw),
      16.875rem
    );
  }
  .benefit-icon {
    width: clamp(2rem, calc(0.14285714rem + 2.38095238vw), 3rem);
    height: clamp(2rem, calc(0.14285714rem + 2.38095238vw), 3rem);
  }

  .benefit-item p {
    font-size: 17px;
  }

  .benefits-swiper .swiper-slide1 {
    max-width: 250px;
  }
  .review-name {
    font-size: clamp(
      1.125rem,
      calc(-0.26785714rem + 1.78571429vw),
      1.875rem
    ); /* 18px → 30px */
  }

  .review-text {
    font-size: clamp(
      0.875rem,
      calc(0.41071429rem + 0.5952381vw),
      1.125rem
    );
  }
  .reviews-splide .splide__slide.is-active {
    width: clamp(
      17.5rem,
      calc(-3.16071429rem + 26.48809524vw),
      28.625rem
    );
  }
  .reviews-slider-wrapper {
    min-height: clamp(
      20rem,
      calc(-0.89285714rem + 26.78571429vw),
      31.25rem
    );
  }

  .reviews-header-wrapper {
    /* margin-bottom: clamp(2rem, calc(-2.75892857rem + 6.10119048vw), 4.5625rem);   */

    /* margin-bottom: clamp(
      2rem,
      calc(-15.75892857rem + 22.76785714vw),
      11.5625rem
    ); */
  }

  .nutritional-text h3 {
    font-size: 20px;
  }
  .nutritional-text p {
    font-size: 14px;
  }
  .certificate-info .item-title {
    font-size: 18px;
  }
  .certificate-info p {
    font-size: 14px;
  }
  .secret-title {
    font-size: 20px;
  }
  .usage-step-content p {
    font-size: 20px;
  }
  .title-usage-step {
    font-size: 20px;
  }

  .hero-left {
    flex: 0 0
      clamp(20rem, calc(-19.46428571rem + 50.5952381vw), 46.25rem);
    max-width: clamp(
      20rem,
      calc(-19.46428571rem + 55.6547619vw),
      46.25rem
    );
    z-index: 2;
    position: relative;
  }

  .nutritional-section h2,
  .comparison-header h2,
  .product-selection-section h2,
  .product-usage-title,
  .how-to-use-right .title-usage-right,
  .title-usage-right,
  .certificates-title,
  .experts-title-text,
  .faq-left-title,
  .video-section__title {
    font-size: clamp(
      1.75rem,
      calc(-2.66071429rem + 5.42857143vw),
      4.125rem
    );
  }

  .expert-details h4 {
    font-size: 20px;
  }
  .expert-image {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: 35px;
    display: flex;

    justify-content: center;
    align-items: anchor-center;
  }
  .forms-packs {
    left: clamp(6rem, 23.67%, 25rem);
  }

  .forms-text__desc {
    max-width: 18.75rem;
  }
  .faq-list__item-content {
    font-size: 14px !important;
  }
}

@media (width < 80.125em) {
  h1 {
    font-size: clamp(
      3.25rem,
      calc(-7.73214286rem + 12.79761905vw),
      7.625rem
    );
  }
  .hero-right-image {
    width: min(37rem, 90vw);
    max-width: 65rem;
    bottom: clamp(-13rem, -15vw, -32rem);
    right: clamp(-6rem, -8vw, -15rem);
  }
  .hero-left {
    flex: 1 0
      clamp(20rem, calc(-19.46428571rem + 60.71428571vw), 46.25rem);
    max-width: clamp(
      20rem,
      calc(-19.46428571rem + 60.71428571vw),
      46.25rem
    );
    z-index: 2;
    position: relative;
  }

  .forms-packs {
    left: clamp(6rem, 25.67%, 25rem);
  }
}
h3#popup-feedback-title {
  color: #33411d;
}
/*
 * Тема (styles.css): .page:not(:has(.hero)) .body-wrapper { padding-top: … }
 * На lp-spirulina-art перший блок — .hero-section, класу .hero немає → :has(.hero) не спрацьовує,
 * з’являється зайвий відступ під шапку.  
 */
body.lp-spirulina-art .body-wrapper {
  padding-top: 0 !important;
}

h3#popup-buy-one-click-title {
  color: #33411d;
}

button.btn-cart-light.js-tab-product-add-to-cart img {
  width: 15px;
  height: 15px;
}
button.product-tab-trigger.product-mini img {
  width: auto;
}
.formula-badge img {
  width: auto;
}

a.how-it-works-cta_cta.comparison-card__btn.btn-arrow-secondary img {
  width: 15px;
  height: 15px;
}
a.btn-icon.js-open-login-modal img {
  width: auto;
}

h2.title.title--default {
  color: #33411d;
}

.section--banner a.btn.btn--secondary.btn--rounded {
  background-color: #F9BD29  !important;
  color: #33411d !important;
  border:none;
}

@media not all and (pointer: coarse) {
  .how-it-works-cta_cta:hover .icon--arrow-right {
    transform: translateX(5px);
  }
}

.btn-primary:hover {
  opacity: 0.9;
}
@media not all and (pointer: coarse) {
  .btn-primary:hover .icon--arrow-right {
    transform: translateX(5px);
  }
}

 
.btn-secondary:hover {
  opacity: 0.9;
}
@media not all and (pointer: coarse) {
  .comparison-card__btn:hover .icon--arrow-right {
    transform: translateX(5px);
  }
}

button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.experts-prev {
  background-color: #FAEEAF ;
  color: #33411d;
  border: none;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.experts-next {
  background-color: #FAEEAF ;
  color: #33411d;
  border: none;
}

button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.experts-prev:hover {
  opacity: 0.7;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.experts-next:hover {
  opacity: 0.7;
}

button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.reviews-prev {
  background-color: #FAEEAF ;
  color: #33411d;
  border: none;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.reviews-next {
  background-color: #FAEEAF ;
  color: #33411d;
  border: none;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.reviews-prev:hover {
  opacity: 0.7;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.reviews-next:hover {
  opacity: 0.7;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.formula-modal__prev {
  background-color: #faeeaf;
  color: #33411d;
  border: none;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.formula-modal__next {
  background-color: #faeeaf;
  color: #33411d;
  border: none;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.formula-modal__prev:hover {
  opacity: 0.9;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.formula-modal__next:hover {
  opacity: 0.9;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.product-modal-prev {
  background-color: #faeeaf;
  color: #33411d;
  border: none;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.product-modal-next {
  background-color: #faeeaf;
  color: #33411d;
  border: none;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-prev.product-modal-prev:hover {
  opacity: 0.9;
}
button.btn.btn--only-icon.btn--rounded.btn--primary.btn-next.product-modal-next:hover {
  opacity: 0.9;
}

button.btn.btn--rounded.btn--only-icon.btn--primary.btn--mobile-menu {
  background-color: #f9bd29;
  color: #33411d;
  border: none;
}
button.btn.btn--rounded.btn--only-icon.btn--primary.btn--mobile-menu:hover {
  opacity: 0.9;
}

button.btn.btn--rounded.btn--only-icon.btn--primary.mobile-menu__close {
  background-color: #f9bd29;
  color: #33411d;
  border: none;
}
button.btn.btn--rounded.btn--only-icon.btn--primary.mobile-menu__close:hover {
  opacity: 0.9;
}

.faq-list__item-btn span:not([class]) {
  text-align: left;
}

.forms-section {
  padding-bottom: 4rem;
  padding-top: 1rem;
}

.section--faq-rich .faq-list__item-content {
}
.section--faq-rich .faq-list__item-content p + p {
  margin-top: 0.75rem;
}
.section--faq-rich .faq-list__item-content ul,
.section--faq-rich .faq-list__item-content ol {
  margin-top: 0.875rem;
  padding: 0.875rem 1rem 0.875rem 1.25rem;
  border-left: 3px solid var(--wild-willow);
  border-radius: 0.5rem;
}
.section--faq-rich .faq-list__item-content li + li {
  margin-top: 0.5rem;
}
.section--faq-rich .faq-list__item-content strong {
  color: #1f2a22;
}

.review-content-inner {
  position: absolute;
  top: 0.725rem;
}

.faq-cta {
  position: sticky;
  top: 100px;
}

@media (min-width: 118.75em) {
  .product-modal-text-title h4,
  .product-modal-text h4 {
    font-size: 1.875rem;
  }

  .product-modal-image {
    flex: 0 0 50%;
    min-height: 42rem;
    border-radius: 25px;
    max-height: 25px;
  }
}

@media (min-width: 63.9375em) and (max-width: 118.75em) {
  @supports not (font-size: clamp(0.875rem, 0.5834rem 0.4561vw, 1.125rem)) {
    .product-modal-text-title h4,
    .product-modal-text h4 {
      font-size: calc(1rem + 0.875 * (100vw - 63.9375rem) / 54.8125);
    }
  }
}

@media (min-width: 118.75em) {
  .product-modal-text p {
    font-size: 1.125rem;
  }
}

@media (min-width: 63.9375em) and (max-width: 118.75em) {
  @supports not (font-size: clamp(0.875rem, 0.5834rem 0.4561vw, 1.125rem)) {
    .product-modal-text p {
      font-size: calc(0.875rem + 0.25 * (100vw - 63.9375rem) / 54.8125);
    }
  }
}

@media (width < 96.125em) {
  .video-section__title {
    padding-bottom: 8rem;
  }
}

.title--default {
  line-height: 86% !important;
  letter-spacing: -0.04em !important;
}

.subtitle--large {
  margin-top: -6px;
}
.hero__image {
  position: absolute;
  bottom: 0;
  inset-inline-start: 50%;
  width: 52rem;
}

@media (min-width: 118.75em) {
  .hero__image {
    transform: translateX(-37%) !important;

    width: 56rem !important;
  }
}

@media (width < 96.125em) {
  .hero__image {
    transform: translateX(-37%) !important;

    width: 52rem !important;
  }
}

.hero__content {
  gap: 1rem !important;
}

.hero__content .btn.btn--rounded.btn--primary {
  background-color: #f9bd29 !important;
  color: #33411d !important;
  border: 1px solid #f9bd29 !important;
}

@media (min-width: 118.75em) {
  .hero__wrapper h1.title.title--default {
    font-size: 122px !important;
  }
}
@media (min-width: 63.9375em) and (max-width: 118.75em) {
  @supports not (font-size: clamp(7.625rem, 4.8542rem 45.375rem)) {
    .hero__wrapper h1.title.title--default {
      font-size: 84px;
    }
  }
}

.hero__wrapper h1.title.title--default {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;

  line-height: 86% !important;
  letter-spacing: -0.08em !important;
}

.hero__wrapper .subtitle--default {
  line-height: 140% !important;
  letter-spacing: -0.02em !important;
}

.f-400 {
  font-weight: 400;
}
.f-500 {
  font-weight: 500;
}
.f-600 {
  font-weight: 600;
}
.f-700 {
  font-weight: 700;
}
.f-800 {
  font-weight: 800;
}

.l-86 {
  line-height: 86% !important;
  letter-spacing: -0.08em !important;
}
.l-140 {
  line-height: 140% !important;
  letter-spacing: -0.02em !important;
}
.l-120 {
  line-height: 120% !important;
  letter-spacing: -0.02em !important;
}
.l-100 {
  line-height: 100% !important;
  letter-spacing: -0.02em !important;
}

.hero__content .subtitle.subtitle--bold.subtitle--large {
  margin-bottom: 10px;
}
@media (min-width: 118.75em) {
  .badge-3 {
    left: 25rem;
  }
  .badge-3 .badge-content{
    max-width: 16rem;
  }
  .comparison-list li {

    padding: 20px;
  }
}


@media (min-width: 118.75em) {
  .secrets-inner {
      min-height: 1120px;
  }
}

a.btn.btn--rounded.btn--secondary.js-open-feedback:hover{
  opacity: 0.8;
  background: #F9BD29 ;
}
a.how-it-works-cta_cta.comparison-card__btn.btn-arrow-secondary.js-open-feedback:hover{
  opacity: 0.8;
  background: #F9BD29  ;
}
button.btn-arrow-secondary.mini-btn.js-product-open:hover{
  opacity: 0.8;
  background: #fcf4d9;
}

.section--banner a.btn.btn--secondary.btn--rounded:hover{
  opacity: 0.8;
  background: #F9BD29 ;
}
.formula-buttons .btn-secondary:hover{
  opacity: 0.8;
  background: #fcf4d9;
}


@media (min-width: 118.75em) {
  .secrets-title-h1 {
      font-size: 66px !important;
  }
}

@media (min-width: 63.9375em) and (max-width: 118.75em) {
  @supports not (font-size: clamp(7.625rem, 4.8542rem 45.375rem)) {
      .secrets-title-h1 {
          font-size: 50px;
      }
  }
}


span.icon.icon--user-checked{
  background-color: #F9BD29
}
a.login.btn.btn--rounded.btn--only-icon.btn--secondary.btn--login{
  background-color: #FAEEAF !important;
  border: 0;
}

a.login.btn.btn--rounded.btn--only-icon.btn--secondary.btn--login:hover{
  opacity: 0.8;
 
}
.hero__content .btn.btn--rounded.btn--primary:hover{
  opacity: 0.8;
 
}

button.btn.btn--rounded.btn--primary.btn--cart:hover{
  opacity: 0.8;
  
}


button.btn.btn--rounded.btn--secondary.faq-list-toggle{
  margin-top: 20px !important;
  background-color: #FAEEAF !important;
  border: 0;
}
button.btn.btn--rounded.btn--secondary.faq-list-toggle:hover{
  opacity: 0.8;
  background-color: #FAEEAF !important;
}


button.btn.btn--empty.js-product-reviews-load-more.faq-list-toggle{
  width: 100%;
}
button.btn.btn--empty.js-product-reviews-load-more.faq-list-toggle:hover{
  opacity: 0.8;
 
}



.formula-buttons .btn-primary {
  background-color: #FAEEAF !important;
}

.formula-buttons .btn-primary:hover {
  opacity: 0.7;
}

 