 body {
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

 
 
 
 
    /* Стили для скрытия горизонтального скролла для всех блоков на сайте */
    .t396__artboard { 
        overflow-x: auto;
         scroll-behavior: smooth;
    }

   .t396__artboard::-webkit-scrollbar {
        height: 0; /* Скрывает скроллбар */
    }





/* Uptitle */
.t-store__relevants__container .t-col .t-uptitle{
 font-size:40px !important;
 text-align:center;
}

@media (max-width:960px){

 /* Uptitle */
 .t-store__relevants__container .t-col .t-uptitle{
  font-size:24px !important;
  text-align:center;
  margin-bottom:30px;
 }
 
}

@media (max-width:639px){

 /* Uptitle */
 .t-store__relevants__container .t-col .t-uptitle{
  transform:translatex(0px) translatey(0px);
 }
 
}

/* Link */
.t-store__prod-popup__col-right .t-store__prod-popup__btn-wrapper .t-store__prod-popup__btn{
 background-color:#fd6f9c;
 color:#ffffff !important;
 border-top-left-radius:50px !important;
 border-top-right-radius:50px !important;
 border-bottom-left-radius:50px !important;
 border-bottom-right-radius:50px !important;
}

.t-store__relevants-grid-cont .t-store__card__wrap_all {
    background-color: #ffffff !important;
  }
  
  
 .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
  background: #f2f2f2;
  border-radius: 0px;
    }
    
    .t1002__addBtn svg {
    display: none !important;
}


.t668__lines svg{
    display: block !important;
 }
 
 .t1186__control svg {
     display: block !important;
 }
 
  /* count circle */
    [href*="#cart"][count]:not([href="#popup:infoblock"]):after {
    font-size: 10px !important;
    padding: 1px 5px 0px 5px !important;
    width: fit-content !important;
    height: 15px !important;
    right: -6px !important;
   top: -2px !important;
    line-height: 16px !important;
    }

   [href*="#nolimWish"][wcount]:not([href="https://project14075535.tilda.ws/page73322017.html"]):after {
       font-size: 10px !important;
    padding: 1px 5px 0px 5px !important;
    width: fit-content !important;
    height: 15px !important;
    right: -6px !important;
    top: -3px !important;
        line-height: 16px !important;
    }
    
    /* Эффект увеличения иконок в соц.ссылках при наведении */
.t-sociallinks__wrapper a img {
    transition: transform 0.1s ease; /* плавное увеличение */
}

.t-sociallinks__wrapper a img:hover {
    transform: scale(1.05); /* увеличиваем на 5% */
}






.t-sociallinks__svg{
    display: block !important;
 }
 
 .t1002__wishlistwin-close-icon {
    display: block !important;
 }
 
 /*иконка х в корзине */
 .t706__sidebar-close-icon {
    display: block !important;
 }
 
 /* Убрать разделитель в корзине */
 .t706__sidebar-products {
    border-bottom: 1px solid #ffffff !important; 
}

.t190__button_circle svg {
    display: block !important;
 }
 
 
 @media screen and (min-width: 980px) {
    .t-store__prod-popup__col_fixed {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 100px !important;
    }
}

.t-store__tabs__close-icon{
    display: block !important;
 }
 


 .t-store__tabs__list .t-store__tabs__item .js-store-tab-button {
     border-top: 1px solid #0003 !important;
     border-bottom: 1px solid #0003 !important;
    
   }

.js-store-tabs .t-store__tabs__list .t-store__tabs__item-button_active {
    border-bottom-color: transparent !important;
}

 /* buttons */
.t-btnflex_md, .t-btn.t-btnflex_md, .t-submit.t-btnflex_md {
    height: 40px !important;
    font-size: 12px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
 /* hero btn */
#rec1180004663 .t588__buttons {
    margin-top: 30px !important;
}

#rec1180004663 .t588__title {
    margin-bottom: 20px;
}

#rec1250813698 .t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
    cursor: default;
    
}

#rec1250813698 .t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
    --height: 28px;
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
}

/* Общая карточка */
.t776 .js-store .js-store-grid-cont .t-item > a {
    display: block !important;
    height: 100% !important;
    background: #fff !important;
    border-radius: 20px !important;   /* скругление всей карточки */
    box-sizing: border-box;
    overflow: hidden;                 /* обрезает углы картинки */
    padding: 0 !important;            /* убираем лишние отступы */
}

/* Вся карточка */
.t776 .t-item > a {
    display: block;
    background: #fff;
    border-radius: 20px;   /* общее скругление */
    overflow: hidden;      /* чтобы углы не торчали */
    box-sizing: border-box;
    padding: 0;            /* убираем отступы у всей карточки */
}

/* убираем паддинг у всей карточки */
.t776 .js-store .js-store-grid-cont .t-item > a {
    display: block !important;
    height: 100% !important;
    background: #fff !important;
    border-radius: 20px !important;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 !important; /* ← важно */
}

/* добавляем паддинг только вокруг текста */
.t776 .t-store__card__textwrapper {
    padding: 10px !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important; /* отступы только снизу, вокруг текста */
    box-sizing: border-box;
}

/* отступ сверху у цены в карточке */
.t-store__card__price-wrapper {
    margin-top: 4px;
}

/* отступ снизу у цены в карточке */
.t-store__card__price-wrapper_above-title {
    margin-bottom: 4px;
    }
    
   .t776 .js-product-img {
    border-radius: 20px 20px 0 0 !important;
}

/* фото в отывах */
@media screen and (max-width: 640px) {
    .t1186__card_circle .t1186__bgimg {
        max-width: 50px !important;
        max-height: 50px !important;
        min-height: 50px !important;
    }
}

/* отступы в отзывах на моб */
@media screen and (max-width: 640px) {
    .t1186__card_circle {
        padding: 20px 20px !important;
    }
}

#rec1232639328 .t1186__head+.t1186__text {
    margin-top: 20px;
}


/* категория при наведении */
#rec1250866928 .t1196__item:hover .t-descr_xs {   
    color: #4c9aff; 
    transition: color 0.3s ease;
}
/* курсор в слайдере категорий */
#rec1250866928 .t1196__slider:not(.t1196__slider_editor) {
    cursor: default;
}

/* текст по центру */
@media (max-width: 640px) {
    #rec1250866928 .t1196__item {
        width: 120px !important;
        min-height: calc(120px / (3 / 4)) !important;
    }
}


@media screen and (max-width: 960px) {
  #rec1250866928    .t1196 .t-section__container .t-align_right, .t1196 .t-section__container .t-align_center {
        text-align: center;
        margin-left: 0 !important;
    }
}


#rec1250868828, .t107__title,
#rec1250868538 .t107__title{
    padding-top: 0px;
    padding-bottom: 20px;
    
}

/* баннеры */
#rec1251782498 .t-col,
#rec1251832668 .t-col{
  padding-left: 40px;  /* внутренний отступ слева */
}

@media screen and (max-width: 640px) {
#rec1251728498 .t-col,
#rec1251832668 .t-col{
         padding-left: 20px;;
    }
}

#rec1251782498 .t338__title,
#rec1251785308 .t338__title,
#rec1251832668 .t338__title{
    margin-bottom: 20px !important;
}

#rec1251782498 .t338__descr,
#rec1251785308 .t338__descr,
#rec1251832668 .t338__descr{
    margin-bottom: 30px !important;
   }
   
/* Активный пункт */
.t-store__parts-switch-btn.t-active {
      color: #fd6f9c;
      opacity: 1 !important;
}

/* Любой пункт при наведении */
.t-store__parts-switch-btn:hover {
    color: #fd6f9c;
    
}

@media screen and (max-width: 960px) {
 #rec1218852153   .t447 .t447__col.t-col_3,
 #rec1218033458 .t447 .t447__col.t-col_3{
               margin-bottom: 10px;
    }
}


/* отступ снизу у табов на стр товара*/
.t-store__prod-snippet__container {
    padding-bottom: 20px;
    padding-top: 120px;
}

/* табы в каталоге Планшеты и ниже: без переноса, скролл вбок */
@media (max-width: 960px) {
  #rec1251833258 .t976__wrapper {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* плавный скролл */
    padding-right: 0; /* убираем чтобы не обрезало */
    margin-right: -20px; /* компенсация правого паддинга родителя */
  }

  #rec1251833258 .t976__tab {
    flex: 0 0 auto; /* чтобы не сжимались */
  }

  /* скрыть нижний скроллбар, если мешает */
  #rec1251833258 .t976__wrapper::-webkit-scrollbar {
    display: none;
  }
}

/* убрать перенос слов */
#rec1251833258 .t976__list-item .t976__menu-link {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Syne';
  white-space: nowrap;
}

/* about */
#rec1185095578 .t485__title {
    margin-bottom: 0px;
}

#rec1185095578 .t485__descr {
    margin-top: 20px;
}

/* размер изображения в about */
#rec1185095578 .t485__img,
#rec1185335473 .t485__img{
    height: 300px;
    width: auto !important;
}

#rec1218847298 .t588__buttons,
#rec1218569053 .t588__buttons {
    margin-top: 30px;
}

  /* размер шрифта кнопки в футере */
#rec1218033458 .t447 .t447__submit,
#rec1218852153 .t447 .t447__submit{
      font-size: 12px;
}

/* размер шрифта инпута в футере */
#rec1218033458  .t447 .t447__input,
#rec1218852153 .t447 .t447__input{
        font-size: 12px;
}

/* размер шрифта инпута в контактах */
.t718 .t-input-block textarea {
    padding-top: 12px;
}

/* размер шрифта инпута в контактах */
.t-select {
    font-size: 12px;
    height: 44px;
}
/* размер шрифта инпута в контактах */
.t-input {
    font-size: 12px;
    height: 44px;
    }
    
    

