/* Добавляем разделительную полосу только над первым элементом */
[data-edition-option-id="Amargor"]:first-of-type {
    border-top: 1px solid #3A3A37; /* Горизонтальная линия */
    padding-top: 10px; /* Добавляем отступ сверху для баланса */
}

/* Общий стиль для всех названий и значений с использованием flexbox */
[data-edition-option-id="Amargor"],
[data-edition-option-id="Dulzura"],
[data-edition-option-id="Acidez"],
[data-edition-option-id="Tostado"] {
    border-bottom: 1px solid #3A3A37;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Размещает название и значение по краям */
    gap: 10px; /* Расстояние между названием и значением */
    align-items: baseline;
}

/* Стили для названий */
[data-edition-option-id="Amargor"] .js-product-edition-option-name,
[data-edition-option-id="Dulzura"] .js-product-edition-option-name,
[data-edition-option-id="Acidez"] .js-product-edition-option-name,
[data-edition-option-id="Tostado"] .js-product-edition-option-name {
    font-family: 'Source Code Pro', Arial, sans-serif;
    font-weight: 400;
    color: #f1f1f1; /* Цвет текста названия */
}

/* Убираем фон, обводку и настраиваем стиль текста */
[data-edition-option-id="Amargor"] .t-product__option-item,
[data-edition-option-id="Dulzura"] .t-product__option-item,
[data-edition-option-id="Acidez"] .t-product__option-item,
[data-edition-option-id="Tostado"] .t-product__option-item {
    background: none !important; /* Убираем фон */
    border: none !important; /* Убираем обводку */
    padding: 0 !important; /* Убираем внутренние отступы */
    margin: 0 !important; /* Убираем внешние отступы */
    color: #f1f1f1 !important; /* Делаем текст белым */
    font-family: 'Source Code Pro', Arial, sans-serif !important; /* Шрифт текста */
    font-weight: 400 !important; /* Толщина текста */
    display: inline !important; /* Только текст */
    cursor: default !important; /* Убираем курсор указателя */
}

/* Убираем input для всех этих элементов */
[data-edition-option-id="Amargor"] .t-product__option-input,
[data-edition-option-id="Dulzura"] .t-product__option-input,
[data-edition-option-id="Acidez"] .t-product__option-input,
[data-edition-option-id="Tostado"] .t-product__option-input {
    display: none !important; /* Скрываем input */
}


[data-edition-option-id="Amargor"] .t-descr,
[data-edition-option-id="Dulzura"] .t-descr,
[data-edition-option-id="Acidez"] .t-descr,
[data-edition-option-id="Tostado"] .t-descr {
    font-family: 'Source Code Pro', Arial, sans-serif;
    font-weight: 400;
    color: #f1f1f1 !important; /* Устанавливаем белый цвет текста */
}






/* Кнопки Forma: убираем фон и обводку, делаем текст белым и увеличиваем шрифт */
#rec831679409 .js-product-edition-option[data-edition-option-id="Forma"] .t-product__option-item {
  background: none !important;
  border: none !important;
  padding: 0 !important; /* Убираем отступы для минимализма */
}

#rec831679409 .js-product-edition-option[data-edition-option-id="Forma"] .t-product__option-title {
  color: #f1f1f1 !important; /* Устанавливаем белый цвет текста */
  font-family: 'Source Code Pro', Arial, sans-serif;
  font-size: 16px; /* Увеличиваем шрифт */
}

#rec831679409 .js-product-edition-option[data-edition-option-id="Forma"] .t-product__option-item_active .t-product__option-title {
  color: #ffd801 !important; /* Желтый цвет текста */
}






/* Скрываем заголовок Forma */
#rec831679409 .js-product-edition-option[data-edition-option-id="Forma"] > .js-product-edition-option-name {
  display: none !important;
}

/* Скрываем заголовок Peso */
#rec831679409 .js-product-edition-option[data-edition-option-id="Peso"] > .js-product-edition-option-name {
  display: none !important;
}

/* Скрываем заголовок Precio */
#rec831679409 .js-product-edition-option[data-edition-option-id="Precio"] > .js-product-edition-option-name {
  display: none !important;
}

/* Скрываем заголовок Precio */
#rec831679409 .js-product-edition-option[data-edition-option-id="Pist"] > .js-product-edition-option-name {
  display: none !important;
}

/* Скрытие неактивных кнопок только в блоке Precio */
#rec831679409 .js-product-controls-wrapper .js-product-edition-option[data-edition-option-id="Precio"] .t-product__option-item:not(.t-product__option-item_active) {
  display: none !important;
}







/* Кнопки Precio: убираем фон и обводку, делаем текст белым и увеличиваем шрифт */
#rec831679409 .js-product-edition-option[data-edition-option-id="Precio"] .t-product__option-item {
  background: none !important;
  border: none !important;
  padding: 0 !important; /* Убираем отступы для минимализма */
}

#rec831679409 .js-product-edition-option[data-edition-option-id="Precio"] .t-product__option-title {
  color: #ffd801 !important; /* Белый цвет текста */
  font-size: 24px; /* Увеличиваем шрифт */
  font-family: 'Source Code Pro', Arial, sans-serif;
  font-weight: 400 !important; /* Толщина текста */
}

#rec831679409 .js-product-edition-option[data-edition-option-id="Precio"] .t-product__option-item_active .t-product__option-title {
  color: #ffd801 !important; /* Желтый цвет текста */
}





/* Кнопки Peso: убираем фон и обводку, делаем текст белым и увеличиваем шрифт */
#rec831679409 .js-product-edition-option[data-edition-option-id="Peso"] .t-product__option-item {
  background: none !important;
  border: none !important;
  padding: 0 !important; /* Убираем отступы для минимализма */
}

#rec831679409 .js-product-edition-option[data-edition-option-id="Peso"] .t-product__option-title {
  color: #f1f1f1 !important; /* Устанавливаем белый цвет текста */
  font-family: 'Source Code Pro', Arial, sans-serif;
  font-size: 16px; /* Увеличиваем шрифт */
}

#rec831679409 .js-product-edition-option[data-edition-option-id="Peso"] .t-product__option-item_active .t-product__option-title {
  color: #ffd801 !important; /* Желтый цвет текста */
}








.t-store .t-product__option-variants {
    display: table;
    min-width: 10px;
    position: relative;
}
.js-product .t-product__option-variants:after {
    border-color: #f1f1f1 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 50%; /* Устанавливаем на 50% высоты родителя */
    transform: translateY(-50%); /* Сдвигаем вверх на половину высоты стрелочки */
    width: 0;
}




/* Дизайн фона карточки товара */
.t-store__card {
    transition: opacity .2s ease-out;
    background: #151515 !important;
    padding: 10px !important;
    margin: 10px !important;
    width: calc(25% - 20px) !important;
    border-radius: 5px !important;
}





/* Устанавливаем одинаковую ширину для кнопок */
#rec831679409 [data-edition-option-id="Forma"] .js-product-edition-option-variants,
#rec831679409 [data-edition-option-id="Peso"] .js-product-edition-option-variants {
  /*width: fit-content; /* Укажите нужную ширину */
  /*padding: 4px 15px; /* Внутренние отступы */
  border: 1px solid #f1f1f1; /* Белый бордюр */
  background-color: #111111; /* Черный фон */
  color: #f1f1f1; /* Белый текст */
  font-family: 'Source Code Pro', Arial, sans-serif;
  font-size: 14px; /* Размер текста */
  border-radius: 4px; /* Округлые края */
  appearance: none; /* Убираем стандартный стиль браузера */
  position: relative; /* Для стрелочки */
  cursor: pointer; /* Указатель мыши */
  text-align: left; /* Выравнивание текста внутри кнопки */
}

/* Группировка на одной строке с одинаковыми размерами */
#rec831679409 [data-edition-option-id="Forma"],
#rec831679409 [data-edition-option-id="Peso"] {
  display: inline-flex; /* Гибкая модель для одинакового размера */
  justify-content: space-between; /* Центрирование содержимого */
  align-items: center; /* Вертикальное центрирование */
  margin-right: 4px; /* Расстояние между кнопками */
}


/* Для адаптации на маленьких экранах */
@media (max-width: 768px) {
  #rec831679409 [data-edition-option-id="Forma"],
  #rec831679409 [data-edition-option-id="Peso"] {
  display: inline-flex; /* Гибкая модель для одинакового размера */
  margin-right: 4px;
  font-size: 10px; /* Размер текста */
  }
  #rec831679409 [data-edition-option-id="Forma"] .js-product-edition-option-variants,
#rec831679409 [data-edition-option-id="Peso"] .js-product-edition-option-variants {
  width: 85px; /* Укажите нужную ширину */
}
}

/* Для адаптации на маленьких экранах */
@media (max-width: 641px) {
  #rec831679409 [data-edition-option-id="Forma"],
  #rec831679409 [data-edition-option-id="Peso"] {
  display: inline-flex; /* Гибкая модель для одинакового размера */
  margin-right: 4px;
  font-size: 10px; /* Размер текста */
  }
  #rec831679409 [data-edition-option-id="Forma"] .js-product-edition-option-variants,
#rec831679409 [data-edition-option-id="Peso"] .js-product-edition-option-variants {
  width: 120px; /* Укажите нужную ширину */
}
}












@media screen and (max-width: 561px) {
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed,.t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        background:#111111;
        button-border: 1px solid #ffd803;
        bottom: 0;
        box-shadow: 0 -8px 12px 0 rgba(0,0,0,.07);
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        margin: 0;
        padding: 20px;
        position: fixed;
        right: 0;
        z-index: 10
}
    .t-store__prod-popup__btn .t-btn .t-btn_sm {
        color: #ffd803;
        border: 1px solid #ffd803;
}
}





    .t951 .t-store__filter__chosen-bar {
        width: auto;
        background-color: rgb(39 39 39);
    }










/* КОДЫ ДЛЯ СКРЫТИЯ ЦЕНЫ В КАРТОЧКЕ*/

    .js-store-price-wrapper, .t-store__card__price-wrapper {
display: none !important;
    }


    .t-store__card__textwrapper {
    height: 130px;
    }



/* СТАРАЯ ЦЕНА (перечёркнутая) — PrecioAntiguo */
#rec831679409 .js-product-edition-option[data-edition-option-id="PrecioAntiguo"] .t-product__option-item {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 5px !important; /* Отступ снизу до новой цены */
}

#rec831679409 .js-product-edition-option[data-edition-option-id="PrecioAntiguo"] .t-product__option-title {
  color: #888 !important; /* Тускло-серый цвет */
  font-size: 16px !important;
  font-family: 'Source Code Pro', Arial, sans-serif;
  text-decoration: line-through;
  font-weight: 300 !important;
  display: block;
  text-align: left;
}

/* Убираем заголовок */
#rec831679409 .js-product-edition-option[data-edition-option-id="PrecioAntiguo"] > .js-product-edition-option-name {
  display: none !important;
}

/* Скрытие старой цены в карточке */
.t-store__card__oldprice,
.t-store__prod-popup__oldprice {
  display: none !important;
}


/* Скрытие цен для невыбранных объёмов */
.t-product__option-item:not(.t-product__option-item_active) {
  display: none !important;
}

/* Меняем порядок цен в попапе товара */
.t-store__prod-popup__price-wrapper {
  display: flex;
  flex-direction: column;
}

/* Ставим старую цену сверху */
.t-store__prod-popup__price-old {
  order: -1;
}



/* Скрыть всю опцию "PrecioAntiguo" */
[data-edition-option-id="PrecioAntiguo"] {
  display: none !important;
}





















/* КОДЫ ДЛЯ СТРАНИЦЫ ФРАНШИЗЫ*/



#rec2489226883 .t-beforeafter__slider,
#rec2489226883 .t-beforeafter__image,
#rec2489226883 .t-beforeafter__image img {
  border-radius: 25px;
  overflow: hidden;
}
#rec2489226883 .t-beforeafter__label {
  border-radius: 25px;
}



/* Серый цвет фона для всей страницы*/
html, body:has(a[href="/franchise"]) {  /* ID вашей страницы */
    background-color: #F1F1F1 !important;  /* Серый цвет */
}





/* Код, чтобы вертикальная строка не перекрывала стандартный блок галереи*/
#rec859836865 {  /* Замените на ID вашего стандартного блока */
    position: relative;  /* Устанавливаем позиционирование */
    z-index: 100;        /* Повышаем уровень видимости */
}

#rec862505524 {  /* Замените на ID Zero Block */
    position: relative;  /* Обязательно для работы z-index */
    z-index: 1;          /* Снижаем уровень видимости */
}


/* Фиксация WhatsApp-кнопки */
#rec2442388763 {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: 20px !important;
  bottom: calc(20px + env(safe-area-inset-bottom)) !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  z-index: 9999 !important;
  pointer-events: none;
}

#rec2442388763 > * {
  pointer-events: auto;
}

/* Дрожание WhatsApp-кнопки */
#rec2442388763 {
  animation: cg-bell-shake 10s ease-in-out infinite;
  transform-origin: 50% 0%; /* точка "подвеса" звоночка, как будто верхний край закреплён */
}

@keyframes cg-bell-shake {
  0%   { transform: rotate(0deg); }
  1%   { transform: rotate(0deg); }
  2%   { transform: rotate(14deg); }
  3%   { transform: rotate(-12deg); }
  4%   { transform: rotate(10deg); }
  5%   { transform: rotate(-8deg); }
  6%   { transform: rotate(6deg); }
  7%   { transform: rotate(-4deg); }
  8%   { transform: rotate(2deg); }
  9%   { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

@media (max-width: 639px) {
  #rec2442388763 {
    right: 12px !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  }
  
}



/* Cтиль числа 94476 (vasos vendidos)*/
#rec848413272 .tn-elem[data-elem-id="1736560409773"] {
    padding: 0px 10px;
    margin: 0;
    margin-bottom: 32px;
    color: #FFD801;
    font-family: 'Source Code Pro' !important;
    font-weight: 700;
    font-size: 107px;
}


/* Наложение блока с галлереей университетов*/
#rec859836865 {
    z-index: 100
}


/* Наложение блока со слайдером предложений вариантов на главном экране*/
#rec2430072653 {
    z-index: 100;
    background: transparent !important;
}


#rec2430072653 .t-rec__content {
  background: transparent !important;
}


#rec862505524 {
    z-index: -100
}





/* ============================================================
   КАЛЬКУЛЯТОР ПРИБЫЛИ — rec848682098
   Вставить в: Настройки сайта → Ещё → Свои CSS-стили
   ============================================================ */

/* ── Заголовок "Ganancia de / 910 USD" ── */
#rec848682098 .tn-elem[data-elem-id="1736447113950"] .tn-atom {
  padding: 0 10px;
  margin: 0 0 8px;
  color: #111111;
  font-family: 'Outfit', sans-serif !important;
  font-weight: bold;
  font-size: 37px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  word-wrap: break-word;
}

#rec848682098 h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  padding: 0;
}

#rec848682098 .ganancia-text {
  display: inline;
}


/* ── Карточка калькулятора ── */
#rec848682098 .profit__content {
  border-radius: 90px 0 90px 90px;
  padding: 36px 56px;
  max-width: 1170px;
  background-color: #5F5F5F;
  font-family: 'Nunito Sans', sans-serif !important;
}

/* ── Список элементов ── */
#rec848682098 .profit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Outfit', monospace !important;
}

/* ── Один элемент (стакан / месяц / кофейня) ── */
#rec848682098 .profit__item {
  text-align: center;
  max-width: 250px;
  font-family: 'Nunito Sans', monospace !important;
}

/* ── Иконка ── */
#rec848682098 .profit__img {
  width: 40px !important;
  height: 40px !important;
}

/* ── Строка с кнопками и числом ── */
#rec848682098 .profit-calc {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
}

/* ── Кнопки +/- ── */
#rec848682098 .profit-calc__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 2px solid white !important;
  background-color: #5F5F5F !important;
  color: #FFD801 !important;
  font-family: 'Outfit', monospace !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  aspect-ratio: 1 / 1 !important;
  transition: transform 0.2s, border-color 0.2s !important;
}

/* ── Число ── */
#rec848682098 .profit-calc__value {
  color: #fec423 !important;
  font-family: 'Outfit', monospace !important;
  font-size: 56px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  line-height: 120% !important;
  text-transform: uppercase !important;
}

/* ── Подпись под элементом ── */
#rec848682098 .profit__calc-title {
  font-size: 16px;
  color: #fff;
  font-family: 'Nunito Sans', monospace !important;
}

/* ── Результат (выделенное число) ── */
#rec848682098 #profit-total {
  color: #FFD801 !important;
}




/* ============================================================
   АДАПТИВ
   ============================================================ */

/* 960–1200px */
@media screen and (min-width: 960px) and (max-width: 1200px) {
  #rec848682098 .tn-elem[data-elem-id="1736447113950"] .tn-atom {
    font-size: 32px;
  }
  #rec848682098 .profit__list {
    gap: 30px;
  }
  #rec848682098 .profit-calc__value {
    font-size: 52px !important;
  }
  #rec848682098 .profit__calc-title {
    font-size: 16px;
  }
}

/* 480–959px — горизонтально, компактнее */
@media screen and (min-width: 480px) and (max-width: 959px) {
  #rec848682098 .tn-elem[data-elem-id="1736447113950"] .tn-atom {
    font-size: 30px;
    letter-spacing: 0;
  }
  #rec848682098 .profit-calc {
  gap: 10px !important;
}
  #rec848682098 .profit__content {
    padding: 24px 28px;
    border-radius: 60px 0 60px 60px;
  }
  #rec848682098 .profit__list {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
  }
  #rec848682098 .profit__item {
    max-width: 160px;
  }
  #rec848682098 .profit-calc__value {
    font-size: 36px !important;
  }
  #rec848682098 .profit-calc__btn {
    width: 30px !important;
    height: 30px !important;
    font-size: 18px !important;
  }
  #rec848682098 .profit__calc-title {
    font-size: 12px;
  }
  #rec848682098 .profit__img {
    width: 36px !important;
    height: 36px !important;
  }
}

/* до 479px — вертикально */
@media screen and (max-width: 479px) {
  #rec848682098 .tn-elem[data-elem-id="1736447113950"] .tn-atom {
    font-size: 23px;
    letter-spacing: 0 !important;
    line-height: 140% !important;
    margin-bottom: 10px;
  }
  #rec848682098 .profit__content {
    padding: 22px 20px;
    border-radius: 36px 0 36px 36px;
  }
  #rec848682098 .profit__list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  #rec848682098 .profit__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    max-width: 160px;
  }
  #rec848682098 .profit-calc {
    flex-direction: row !important;
    gap: 16px !important;
  }
  #rec848682098 .profit-calc__btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 18px !important;
  }
  #rec848682098 .profit-calc__value {
    font-size: 34px !important;
  }
  #rec848682098 .profit__calc-title {
    font-size: 10px;
  }
  #rec848682098 .profit__img {
    width: 32px !important;
    height: 32px !important;
  }
  
  #rec2434734853 {
  position: relative;
  z-index: 50;
}
}


/* Фиксация в правом нижнем углу */
#rec2489217593 {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: 20px !important;
  bottom: calc(20px + env(safe-area-inset-bottom)) !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  z-index: 9999 !important;
  pointer-events: none;
  transform-origin: 50% 0%;
  animation: cg-bell-shake 10s ease-in-out infinite;
}
#rec2489217593 > * { pointer-events: auto; }

@media (max-width: 639px) {
  #rec2489217593 {
    right: 14px !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  }
}

/* Анимация «колокольчика» */
@keyframes cg-bell-shake {
  0%, 1%, 9%, 100% { transform: rotate(0deg); }
  2% { transform: rotate(14deg); }
  3% { transform: rotate(-12deg); }
  4% { transform: rotate(10deg); }
  5% { transform: rotate(-8deg); }
  6% { transform: rotate(6deg); }
  7% { transform: rotate(-4deg); }
  8% { transform: rotate(2deg); }
}




#rec854435448.t-rec {
  position: static !important;
}