.t-search-widget__popup {
    background: #F4F3F5;
    z-index: 9999;
    padding: 260px 0 50px !important;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.t-store__prod-popup__btn-wrapper .t-store__prod__quantity {
    border-radius: 10px;
    height: 37px;
    margin-top: 4px;
}

.img-shadow {
    -webkit-filter: drop-shadow(0px 4px 4px #00000026);
    filter: drop-shadow(0px 4px 4px #00000026);
}
.img-shadow:hover {
      -webkit-filter: drop-shadow(0px 7px 4px #00000036);
    filter: drop-shadow(0px 7px 4px #00000036);
}

.desc-tovar {
    color: #4a494b;
    font-size: 15px;
    font-family: 'Rubik', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 300;
}
.t-store__card__btn_second:hover {
    background: #bd8973;
    color: #fff5e8!important;
}
.t-store__card__sku {
    padding-left: 20px;
    color: #cbcbcb;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px){
.desc-tovar {
    font-size: 12px;
}

.t-store__card__price-item, .t-store__prod-popup__price-item {
    font-size: 25px;
}
}
@media only screen and (min-device-width: 480px) and (max-device-width: 959px){
.desc-tovar {
    font-size: 14px;
}
.t-store__card__price-item, .t-store__prod-popup__price-item {
    font-size: 25px;
}
}


.title-tovar {
    color: #5e1717;
    font-size: 48px;
    font-family: 'font', Arial, sans-serif;
    font-weight: 500;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1199px){
.title-tovar {
    font-size: 30px;
}
.t-search-widget__popup {
    padding: 120px 0 50px !important;

}

}



















/* Настройка стиля корзины - начало */
.t706__product-title {
    font-size: 15px;
    font-weight: 200;
}

.t-descr {
    font-family: 'Rubik', Arial, sans-serif;
}
.t706__cartwin-heading, .t1002__wishlistwin-heading {
      font-size: 30px;
}
/* Настройка стиля корзины - конец */

/* Настройка стиля поиска - начало */
.t-search-widget__overlay .t-search-widget__input {
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 200;
}
.t985__searchvariant {
    padding: 9px 15px;
    border: 0px;
    border-radius: 5px;
    color: #555555;
    background: #F2F7FA;
}
.t985__close-icon.t-search-widget__close-icon svg {
    display: none; /* Убираем SVG */
}
.t985__close-icon.t-search-widget__close-icon {
    background-image: url('https://static.tildacdn.info/tild6663-6239-4265-b730-303130646566/close.png'); /* Путь к вашему изображению */
    background-size: contain; /* Масштабируем изображение по размеру блока */
    background-position: center; /* Центрируем изображение */
    background-repeat: no-repeat; /* Изображение не повторяется */
    width: 36px; /* Устанавливаем ширину равную ширине SVG */
    height: 36px; /* Устанавливаем высоту равную высоте SVG */
}
.t-search-widget__loadmore-btn {
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 200;
    background-color: #5e1717;
    color: #fff5e8;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 4000px){
.t-search-widget__header  {
  top:115px!important;
 }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px){
.t-search-widget__header  {
  top:60px!important;
 }
}
.t-search-widget__result_product-title {
     font-family: 'Rubik', Arial, sans-serif;
    font-weight: 200;
}
/* Настройка стиля поиска - конец */


/* Настройки вывода карточек товаров - начало */
.js-store-prod-all-text {
    font-size: 14px;
}



.t-store__card__btns-wrapper--quantity .t-store__prod__quantity {
background: #F7F7F7;
    border-radius: 10px !important;
    height: 35px;
    border: none;
}

.t-store__card {
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.t-store__card__btn_second {
    width: 100%!important;
}
.t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper {
    height: 20px;
    min-width: 20px;
    width: 20px;
}
.js-store-prod-btn{
    max-width: 60px;
}
.t-store__card .t-typography__title {
    padding: 0px 20px;
}
.t-store__card__price-wrapper {
    padding-left: 20px;
}
.t-store__card .t-typography__descr {
    padding: 0px 20px;
}
.t-store__card__btns-wrapper--quantity a {
    margin-left: 0 !important;
    margin-right: -10px !important;
}

.t-store__card__btns-wrapper {
    margin-top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    padding-bottom: 20px;
}
a[href^="#order"] {
    font-size: 0px!important;
    min-width: 70px;
    background-image: url(https://static.tildacdn.info/tild6334-6561-4463-b338-393836633839/add-cart_NEW.svg);
    background-size: 45px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    background-color: transparent !important;
}    
/* Настройки вывода карточек товаров - конец */



@media only screen and (min-device-width: 320px) and (max-device-width: 690px){

.t-store__prod-popup__btn {
    background-color: #bd8973 !important;
    height: 38px !important;
    margin-top: 3px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
a[href^="#order"] {
        background-color: #bd8973 !important;
}
.t-store__card__btns-wrapper a[href^="#order"] {
          background-color: transparent !important;
}
}











/* Настройки вывода карточек новостей и акций - начало*/

@media only screen and (min-device-width: 1200px) and (max-device-width: 4800px) {
  
  .t915__container:before {
       display: none;
   }
   #allrecords ul.t-feed__container {
           -webkit-box-align: baseline;    -ms-flex-align: baseline;    align-items: baseline;
   }
  .t915__container{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
       display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
       -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    
    }
  .t915__container .t-col_4 {
   -webkit-box-flex: 1;
    -ms-flex: 1 0 22%;
    flex: 1 0 22%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
 
    }
    
      .t915__container .t-col_4:last-child {
         margin-left: 0;
    }
}    

@media only screen and (min-device-width: 1920px) and (max-device-width: 4800px) {
  .t915__container {
        max-width: 1720px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
 }
.t915__container .t-col_4 {
    max-width: 415px;
   
 }
}
@media only screen and (min-device-width: 1440px) and (max-device-width: 1919px){
       
.t915__container  {
    max-width: 1280px;
 }
 .t915__container .t-col_4 {
    max-width: 305px;
 }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1439px){
   
.t915__container  {
    max-width: 1080px;
 }
.t915__container .t-col_4 {
    max-width: 255.25px;
 }
}

/* Настройки вывода карточек новостей и акций - конец*/














/* Кастомизация карточек товара - начало */

.t-store__card__btns-wrapper--quantity .t-store__prod__quantity {
    max-width: 95px;
}
.t-store__valign-buttons.js-store-grid-cont:before {
    display: none;
}
.t-store__valign-buttons.js-store-grid-cont:after {
    display: none;
}
.t-store__valign-buttons .t-store__grid-separator {
    display: none;
}
.t-store__valign-buttons.js-store-grid-cont{
        display: -ms-grid;
        display: grid;
            gap: 20px;
}
 .t-store__card {
     -webkit-box-flex:1;
         -ms-flex:1 0 22%;
             flex:1 0 22%;
    display: block !important;
 }

@media only screen and (min-device-width: 1200px) and (max-device-width: 4800px) {
  .t-store__card {
    margin-left: 0px;
    margin-right: 0px;
}
}    

@media only screen and (min-device-width: 1920px) and (max-device-width: 4800px) {
.t-store__valign-buttons.js-store-grid-cont{
    max-width: 1720px;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}
}
@media only screen and (min-device-width: 1440px) and (max-device-width: 1919px){
.t-store__valign-buttons.js-store-grid-cont{
    max-width: 1280px;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}
    .t-store__card {
        max-width: 230px;
    }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1439px){
  .t-store__valign-buttons.js-store-grid-cont{
    max-width: 1080px;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
} 
.t-store__card {
    min-width: 230px;
    }
}
@media only screen and (min-device-width: 961px) and (max-device-width: 1199px){
     .t-store__valign-buttons.js-store-grid-cont{
        max-width: 920px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
} 
.t-store__card {
    max-width: 260px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 960px){
  .t-store__valign-buttons.js-store-grid-cont{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        padding-left: 20px;
        padding-right: 20px;
} 


    .t-store__card {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: 100% !important;
        padding: 0px!important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
    .t668__icon {
        top: 8px!important;
    }
.js-store-prod-btn span {
  display: none;
}
.t-store__card__btn-text {
    font-size: 15px;
}
     .t-store__valign-buttons.js-store-grid-cont {
              -ms-grid-columns: (1fr)[1];
              grid-template-columns: repeat(1, 1fr);
    }
}
/* Кастомизация карточек товара - конец */
