/* Nunito для элементов Packeta */
.packeta-cart-form .packeta-ui-wrap,
.packeta-cart-form .packeta-pick-btn,
.packeta-cart-form .packeta-picked-row,
.packeta-cart-form .packeta-change-btn,
.packeta-cart-form .packeta-inline-error {
  font-family: 'Nunito', sans-serif;
}

/* Радио в Тильде: label.t-radio__control + input + div.t-radio__indicator + текст
   Чиним перенос: текст не залезает под кружок */
.packeta-cart-form label.t-radio__control{
  position: relative;
  display: block;
  padding-left: 44px;
  line-height: 1.35;
}

/* кружок */
.packeta-cart-form label.t-radio__control .t-radio__indicator{
  position: absolute;
  left: 0;
  top: 0.22em;
  margin: 0 !important;
}

/* input убираем из потока */
.packeta-cart-form label.t-radio__control input[type="radio"]{
  position: absolute;
  left: 0;
  top: 0.22em;
  opacity: 0;
  pointer-events: none;
}

/* Блок Packeta под вариантом доставки */
.packeta-cart-form .packeta-ui-wrap{
  margin: 10px 0 14px 44px;
  max-width: 520px;
  display: none;
}

/* Текст выбранного пункта */
.packeta-cart-form .packeta-picked-row{
  display: none;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  font-weight: 200; /* extra-light */
  color: #2D4739;
}

/* Zmeniť */
.packeta-cart-form .packeta-change-btn{
  font-size: 16px;
  font-weight: 700; /* bold */
  color: #2D4739;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

/* Ошибка */
.packeta-cart-form .packeta-inline-error{
  margin-top: 10px;
  font-size: 16px;
  font-weight: 200;
  color: #b00020;
  line-height: 1.35;
  display: none;
}

/* ===============================
   Кнопка Vybrať Z-BOX — выровнена по высоте с "Objednať"
   =============================== */

.packeta-cart-form .packeta-pick-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;

  border-radius: 5px;
  border: none;

  background: #F3DCBE;
  color: #2D4739;

  font-size: 16px;
  font-weight: 700;
  cursor: pointer;

  padding: 0 28px;           /* горизонтальный отступ */
  line-height: 1;            /* важно для вертикального центрирования */

  transition: background-color .2s ease, color .2s ease;
}

.packeta-cart-form .packeta-pick-btn:hover{
  background: #2D4739;
  color: #F3DCBE;
}

/* Desktop — ровно как Objednať */
@media screen and (min-width: 980px){
  .packeta-cart-form .packeta-pick-btn{
    height: 60px;
  }
}

/* Mobile — ровно как Objednať */
@media screen and (max-width: 979px){
  .packeta-cart-form .packeta-pick-btn{
    height: 50px;
    padding: 0 22px;
  }
}

/* ===============================
   Кнопка "Objednať" — без изменений
   =============================== */

.packeta-cart-form .t-form__submit .t-submit.t-btnflex,
.packeta-cart-form .t-form__submit .t-submit.t-btnnflex{
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 5px !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 980px){
  .packeta-cart-form .t-form__submit .t-submit.t-btnflex,
  .packeta-cart-form .t-form__submit .t-submit.t-btnnflex{
    width: 160px !important;
    height: 60px !important;
  }
}

@media screen and (max-width: 979px){
  .packeta-cart-form .t-form__submit .t-submit.t-btnflex,
  .packeta-cart-form .t-form__submit .t-submit.t-btnnflex{
    width: 140px !important;
    height: 50px !important;
  }
}
/* ===============================
   Кнопка "Objednať" в боковой корзине (T706)
   =============================== */

.t706__sidebar .t706__sidebar-continue{
  border-radius: 5px !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
}

/* Центровка (чтобы не прижималась к краю) */
.t706__sidebar .t706__sidebar-bottom{
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 980px){
  .t706__sidebar .t706__sidebar-continue{
    width: 160px !important;
    height: 60px !important;
  }
}

@media screen and (max-width: 979px){
  .t706__sidebar .t706__sidebar-continue{
    width: 140px !important;
    height: 50px !important;
  }
}

/* ===============================
   TYPO: checkout (T706) — 20 только для Doručenie/Payment method, остальное 16/14
   =============================== */

/* 0) БАЗА: все названия полей формы (Vaše meno..., Email, Telefonné číslo, Adresa, PSČ...) — 16 normal */
.packeta-cart-form .t-input-title,
.packeta-cart-form .t-input-title * {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;   /* normal */
}

/* 1) Текст внутри инпутов — 16 */
.packeta-cart-form input,
.packeta-cart-form textarea,
.packeta-cart-form select {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

/* 2) Варианты доставки/оплаты (radio) — 16 normal */
.packeta-cart-form label.t-radio__control.t-text_xs,
.packeta-cart-form label.t-radio__control.t-text_xs * {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

/* 3) Пояснения под заголовками ("Možnosti doručenia sa líšia podľa krajiny.") — 14 */
.packeta-cart-form .t-input-subtitle,
.packeta-cart-form .t-input-subtitle * {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 300 !important;
}

/* 4) Нижний текст "Vaše údaje sú u nás v bezpečí." — 14
   (у T706 он часто в t706__form-bottom-text или t-descr) */
.packeta-cart-form .t706__form-bottom-text,
.packeta-cart-form .t706__form-bottom-text * {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 300 !important;
}

/* 5) Текст выбранного пункта Packeta ("Vybrané miesto: ...") — 14 */
.packeta-cart-form .packeta-picked-row,
.packeta-cart-form .packeta-picked-text {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 200 !important;
}

/* ===============================
   6) ТОЧЕЧНО: делаем 20px только для "Doručenie" и "Payment method"
   ===============================
   Мы не можем полагаться на классы (они одинаковые с Adresa/PSČ),
   поэтому привязываемся к data-field-name секций.
*/

/* "Doručenie" — заголовок секции доставки */
.packeta-cart-form [data-field-name="delivery"] .t-input-title,
.packeta-cart-form [data-field-name="delivery"] .t-input-title * {
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

/* Payment method — только этот заголовок делаем 20 */
.packeta-cart-form .t-payment-method-title{
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}
/* Нормализуем отступ перед Payment method */
.packeta-cart-form .t-input-group_pm{
  margin: 4px 0 !important;
}



.t972__banner {
border: 1px solid #2D4739 !important;
}




/* ============================================================
   1) K ÚHRADE — переименование "Total" → "K úhrade"
   ============================================================ */

/* Прячем оригинальное "Total" */
.t706__cartwin-totalamount-label {
  font-size: 0 !important;
}

.t706__cartwin-totalamount-label::after {
  content: "K úhrade:";
  font-family: "Nunito", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

/* Выравнивание основной суммы влево */
.t706__cartwin-totalamount-content {
  text-align: left !important;
}



/* ============================================================
   2) УДАЛЕНИЕ SUBTOTAL ПОЛНОСТЬЮ
   ============================================================ */


/*  Скрываем Subtotal (первые два span в блоке) */
.t706__cartwin-totalamount-info > span:nth-child(1),
.t706__cartwin-totalamount-info > span:nth-child(2){
  display: none !important;
}

.t706__cartwin-totalamount-info_value {
  /* значение subtotal тоже скрываем, если label скрыт */
}

.t706__cartwin-totalamount-info_label:contains("Subtotal") + 
.t706__cartwin-totalamount-info_value {
  display: none !important;
}



/* ============================================================
   3) DORUČENIE (доставка) — оставить, но красиво оформить
   ============================================================ */

/* Перебиваем text-align:center, который Tilda ставит inline */
.t706__cartwin-totalamount-info[style] {
    text-align: left !important;
}

/* Перебиваем inline text-align у внутреннего div */
.t706__cartwin-totalamount-info[style] > div {
    text-align: left !important;
}

/* Доставка — label */
.t706__cartwin-totalamount-info_label {
    display: inline-block !important;
    text-align: left !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

/* Доставка — value */
.t706__cartwin-totalamount-info_value {
    display: inline-block !important;
    text-align: left !important;
    margin-left: 8px !important;
    font-family: "Nunito", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
}




/* ============================
   DOBIERKA — Poplatok + Spolu
   (визуальный блок под K úhrade)
   ============================ */

/* Poplatok za dobierku — как у доставки (Nunito 18/400),
   с увеличенным отступом и «воздушной» линией сверху.
   !important — чтобы перебить inline-стили, которые подставляет Tilda. */
.js-dobierka-fee {
  font-family: "Nunito", Arial, sans-serif !important;
  font-size: 18px !important;      /* одинаково с доставкой */
  font-weight: 400 !important;      /* как label доставки */
  line-height: 1.4 !important;
  color: #000 !important;
  text-align: left !important;

  margin-top: 16px !important;      /* ↑ расстояние от K úhrade до линии */
  padding-top: 12px !important;     /* ↑ расстояние от линии до Poplatok */
  border-top: 1px solid #e0e0e0 !important; /* тонкая разделительная линия */
}

/* Spolu — как у значения доставки (Nunito 18/600),
   с увеличенным интервалом от Poplatok */
.js-dobierka-sum {
  font-family: "Nunito", Arial, sans-serif !important;
  font-size: 18px !important;       /* одинаково с доставкой */
  font-weight: 600 !important;      /* акцент как у суммы доставки */
  line-height: 1.4 !important;
  color: #000 !important;
  text-align: left !important;

  margin-top: 12px !important;      /* ↑ было 8px, стало 12px */
}

/* K úhrade — привести размер цифры к 18px (как у остальных) */
.t706__cartwin-totalamount-content .t706__cartwin-totalamount-value,
.t706__cartwin-totalamount-content .t706__cartwin-totalamount .t706__cartwin-prodamount-price,
.t706__cartwin-totalamount-content .t706__cartwin-prodamount-price {
  font-family: "Nunito", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;  /* можно 600, чтобы совпало с визуальным акцентом суммы */
  line-height: 1.4 !important;
  color: #000 !important;
}
/* растягиваем блок подменю на всю ширину и фиксируем*/
/* ---------- подменю ---------- */

.uc-podmenu .t-container{
    max-width:100%!important;
    width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
}

.uc-podmenu .t-col{
    padding-left:0!important;
    padding-right:0!important;
}

.uc-megamenu{
    position:relative;
    z-index:1200;
}

.uc-podmenu{
    position:fixed;
    z-index:900;
}

/* ---------- поиск 

.uc-megamenu .t1261__catalog-search{
    max-width:260px;
    flex-grow:0;
}---------- */

/* ---------- главное выравнивание ---------- */

.uc-megamenu .t1261__container{
    display:flex!important;
    align-items:center;
}

/* логотип */
.uc-megamenu .t1261__top-left{
    flex:0 0 auto;
}

/* каталог + поиск */
.uc-megamenu .t1261__top-middle{
    flex:0 0 auto;
    margin-left:auto;
    margin-right:20px;
}

/* иконки */
.uc-megamenu .t1261__top-right{
    flex:0 0 auto;
}

/* ---------- экран 481–960 ---------- */

@media (min-width:481px) and (max-width:960px){

.uc-megamenu .t1261__container{
    display:flex!important;
    align-items:center;
}

.uc-megamenu .t1261__top-middle{
    margin-left:auto;
    margin-right:16px;
}

}

.uc-megamenu .t1261__top-line{
    display:flex;
    align-items:center;
}

.uc-megamenu .t1261__top-middle{
    margin-left:auto;
    margin-right:20px;
}

.uc-megamenu .t1261__container{display:flex!important;}

.uc-megamenu .t1261__top-middle{
flex:1 !important;
display:flex !important;
justify-content:flex-end !important;
}

.uc-megamenu .t1261__top-right{
flex:0 0 auto !important;
}

.uc-megamenu .t1261__top-left{
flex:0 0 auto !important;
}

.uc-megamenu .t1261__container{width:100%!important;}

.uc-megamenu .t1261__top-right{
order:3 !important;
}

.uc-megamenu .t1261__top-middle{
order:2 !important;
}

.uc-megamenu .t1261__top-left{
order:1 !important;
}

/* ---------- ЭТАП 1: прижимаем кнопку к иконкам на больших экранах ---------- */

@media (min-width:961px){

.uc-megamenu .t1261__top-middle{
    margin-left:auto !important;
    margin-right:20px !important;
    justify-content:flex-end !important;
}

}

/* ---------- выравнивание кнопки к верхнему краю 481-960 ---------- */

@media (min-width:481px) and (max-width:960px){

.uc-megamenu .t1261__top-middle{
    display:flex !important;
    align-items:flex-start !important;
}

.uc-megamenu .t1261__catalog-buttons{
    margin-top:0 !important;
}

.uc-megamenu .t1261__catalog-button{
    margin-top:0 !important;
}

}

/* --- исправление вертикального сдвига кнопки --- */

@media (min-width:480px) and (max-width:960px){

.uc-megamenu .t1261__catalog-buttons{
padding-top:0 !important;
margin-top:0 !important;
}

.uc-megamenu .t1261__catalog-button{
margin-top:0 !important;
}

}

/* уменьшение высоты панели только на 480–960 */

@media (min-width:480px) and (max-width:960px){

.uc-megamenu .t1261__panel{
height:auto !important;
min-height:0 !important;
padding-top:0 !important;
padding-bottom:0 !important;
}

}

@media (min-width:480px) and (max-width:960px){

  .uc-megamenu .t1261__top-middle{
      margin-top:0 !important;
  }

}

@media (min-width:480px) and (max-width:960px){

  .uc-megamenu .t1261__top-line{
      padding-top:20px !important;
      padding-bottom:20px !important;
  }

}
@media (min-width:480px) and (max-width:960px){

  .uc-megamenu .t1261__top-middle{
      margin-left:0 !important;
  }

}

@media (min-width:480px) and (max-width:960px){

  /* уменьшаем отступ справа от логотипа */
  .uc-megamenu .t1261__top-left{
      margin-right:0px !important;
      padding-right:0px !important;
  }

  /* уменьшаем отступ слева от иконок */
  .uc-megamenu .t1261__top-right{
      margin-left:0px !important;
      padding-left:0px !important;
  }

}

.uc-megamenu .t1261__bottom-line{
    margin-top:10px !important;
    padding-top:0px !important;
}
.uc-megamenu .t1261__panel{
    margin-bottom:10px !important;
    padding-bottom:0px !important;
}

.uc-megamenu .t1261__panel{
    border-bottom:1px solid #F3DCBE;
}
@media (min-width:480px) and (max-width:960px){
.uc-megamenu .t1261__panel{
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}
.uc-megamenu .t1261__top-line{
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}
}
@media (max-width:480px){

/* уменьшаем верхний отступ меню */
.uc-megamenu .t1261__panel{
    padding-top:10px !important;
}

/* выравниваем кнопку каталога по центру строки */
.uc-megamenu .t1261__top-middle{
    align-self:center !important;
    margin-top:0 !important;
}

/* немного уменьшаем высоту строки меню */
.uc-megamenu .t1261__container{
    min-height:40px !important;
}

}

@media (max-width:480px){

/* уменьшаем высоту строки меню */
.uc-megamenu .t1261__top-line{
    min-height:40px !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
}

/* убираем лишнюю высоту контейнера */
.uc-megamenu .t1261__container{
    min-height:auto !important;
}

/* выравниваем кнопку каталога */
.uc-megamenu .t1261__top-middle{
    align-self:center !important;
}

}
/* скрываем Stripe */
input[name="paymentsystem"][value="stripe"] {
  display: none !important;
}

/* скрываем его label (сам текст и радио-кружок) */
input[name="paymentsystem"][value="stripe"] + .t-radio__indicator,
input[name="paymentsystem"][value="stripe"] ~ div,
input[name="paymentsystem"][value="stripe"] + * {
  display: none !important;
}

/* надёжный вариант — скрыть весь label */
label:has(input[name="paymentsystem"][value="stripe"]) {
  display: none !important;
}

/* Увеличиваем ширину и высоту поля окна поиска*/
.t-store__filter__input.js-store-filter-search {
    height: 40px !important;
    width: 350px !important;  /* можешь менять значение */
    background: #FFFFFF !important;
    border: 1px solid #2D4739 !important;
    color: #2D4739 !important;
    padding-left: 10px !important; /* чтобы иконка не налезала на текст */
    font-size: 16px !important;
    border-radius: 6px !important;
}

/* Цвет placeholder поиска*/
.t-store__filter__input.js-store-filter-search::placeholder {
    color: #AEAEAE !important;
}

/* Делаем иконку лупы одного цвета */
.t-store__search-icon {
    width: 20px !important;
    stroke: #2D4739 !important;
    fill: #FFFFFF !important;
}

/* Текст креста "очистить" — делаем тоже цвет */
.t-store__search-close-icon {
    stroke: #2D4739 !important;
}

/* Контейнер — центрируем, если нужно */
.t-store__search-wrapper {
    max-width: 350px !important;  /* ширина контейнера такая же */
}

/* фасеты - выравниваем по левому краю */
/* ≥1800px */
@media (min-width: 1800px) {
  #rec1790279413 .t-container {
    max-width: calc(100% - 60px);
    margin-left: 40px !important;
    margin-right: 0 !important;
  }
}

/* 1200–1799px */
@media (min-width: 1200px) and (max-width: 1799px) {
  #rec1790279413 .t-container {
    max-width: calc(100% - 40px);
    margin-left: 30px !important;
    margin-right: 0 !important;
  }
}

/* ≤1199px */
@media (max-width: 1199px) {
  #rec1790279413 .t-container {
    max-width: calc(100% - 20px);
    margin-left: 20px !important;
    margin-right: 0 !important;
  }
}
