.outlined-text {
  -webkit-text-stroke: 0;
  text-shadow:
     1px  0   #71B092, -1px  0   #71B092,
     0    1px #71B092,  0   -1px #71B092,
     1px  1px #71B092,  1px -1px #71B092,
    -1px  1px #71B092, -1px -1px #71B092,
     0    0   0.4px #71B092;
}
 
    .t-inputpromocode__btn {
    background: #F26124 !important;
    color: #FFFBF6 !important;
}
    
.t-store__card__price {
    font-family: 'Circe', sans-serif !important;
}

body {
  background-color: #FFFBF6 !important;
}


label.t-radio__control.t-text.t-text_xs {
    font-size: 16px;
}


/* ≥1440px */
@media screen and (min-width: 1440px) {
  [field="li_text__1761046694225"] span {
    font-size: 64px !important;
  }
}

/* 1200–1439px */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  [field="li_text__1761046694225"] span {
    font-size: 60px !important;
  }
}

/* 960–1199px */
@media screen and (min-width: 960px) and (max-width: 1199px) {
  [field="li_text__1761046694225"] span {
    font-size: 52px !important;
  }
}

/* 640–959px */
@media screen and (min-width: 640px) and (max-width: 959px) {
  [field="li_text__1761046694225"] span {
    font-size: 52px !important;
  }
}

/* 480–639px */
@media screen and (min-width: 480px) and (max-width: 639px) {
  [field="li_text__1761046694225"] span {
    font-size: 44px !important;
  }
}

/* 320–479px */
@media screen and (min-width: 320px) and (max-width: 479px) {
  [field="li_text__1761046694225"] span {
    font-size: 34px !important;
  }
}

/* ≥1440px */
@media screen and (min-width: 1440px) {
  [field="li_text__1761047258002"] span {
    font-size: 64px !important;
  }
}

/* 1200–1439px */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  [field="li_text__1761047258002"] span {
    font-size: 60px !important;
  }
}

/* 960–1199px */
@media screen and (min-width: 960px) and (max-width: 1199px) {
  [field="li_text__1761047258002"] span {
    font-size: 52px !important;
  }
}

/* 640–959px */
@media screen and (min-width: 640px) and (max-width: 959px) {
  [field="li_text__1761047258002"] span {
    font-size: 52px !important;
  }
}

/* 480–639px */
@media screen and (min-width: 480px) and (max-width: 639px) {
  [field="li_text__1761047258002"] span {
    font-size: 44px !important;
  }
}

/* 320–479px */
@media screen and (min-width: 320px) and (max-width: 479px) {
  [field="li_text__1761047258002"] span {
    font-size: 34px !important;
  }
}

/* ≥1440px */
@media screen and (min-width: 1440px) {
  [field="li_text__1761047871276"] span {
    font-size: 64px !important;
  }
}

/* 1200–1439px */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  [field="li_text__1761047871276"] span {
    font-size: 60px !important;
  }
}

/* 960–1199px */
@media screen and (min-width: 960px) and (max-width: 1199px) {
  [field="li_text__1761047871276"] span {
    font-size: 52px !important;
  }
}

/* 640–959px */
@media screen and (min-width: 640px) and (max-width: 959px) {
  [field="li_text__1761047871276"] span {
    font-size: 52px !important;
  }
}

/* 480–639px */
@media screen and (min-width: 480px) and (max-width: 639px) {
  [field="li_text__1761047871276"] span {
    font-size: 44px !important;
  }
}

/* 320–479px */
@media screen and (min-width: 320px) and (max-width: 479px) {
  [field="li_text__1761047871276"] span {
    font-size: 34px !important;
  }
}

/* Попап товара: фикс цвета текста кнопки (перебиваем цвет ссылок) */
.t-store__prod-popup__btn a,
.t-store__prod-popup__btn a:link,
.t-store__prod-popup__btn a:visited,
.t-store__prod-popup__btn .js-store-prod-popup-buy-btn-txt,
.t-store__prod-popup__btn .t-store__card__btn-text{
  color:#fffbf6 !important;
}
.t-store__prod-popup__btn:hover a,
.t-store__prod-popup__btn:hover .js-store-prod-popup-buy-btn-txt,
.t-store__prod-popup__btn:hover .t-store__card__btn-text{
  color:#f26124 !important;
}