.t-btnflex.t-btnflex_type_button {
        height: 35px !important;
}

 .t-btnflex.t-btnflex_type_button  { 
    color: #ffffff !important;
    background-color: #bd8973 !important;
        width: 100% !important;
    border-style: none !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-family: Rubik !important;
    font-weight: 300 !important;
    white-space: normal !important;
    transition-duration: 0.2s !important;
        height: 35px !important;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap !important;
    transition-timing-function: ease-in-out !important;
}

 

/* Кнопка "В корзину" - значок по центру */
.t-btnflex.t-btnflex_type_button {
    font-size: 0px !important;
    min-width: 70px !important;
  
    height: 45px !important;
    background-image: url(https://static.tildacdn.info/tild6334-6561-4463-b338-393836633839/add-cart_NEW.svg) !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #bd8973 !important;
    padding: 0px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Скрываем текст внутри кнопки */
 .t-btnflex.t-btnflex_type_button .t-btnflex__text {
    display: none !important;
}

 






.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"] {
         
}
.t-btnflex.t-btnflex_type_button {
  width: 100% !important;
    background-color: #bd8973 !important;
    height: 44px !important;
}
.t-btnflex.t-btnflex_type_button2 {
    margin:0px!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__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;
    }
    
.t-store__prod-popup__btn-wrapper .t-store__prod__quantity {
 margin-top: 3px !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);
    }
}
/* Кастомизация карточек товара - конец */
/* ===== КРАСИВОЕ И АДАПТИВНОЕ ОФОРМЛЕНИЕ БЛОКА КНОПОК ===== */

/* Контейнер с кнопками */
.t-store__card__btns-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 15px !important;
    padding: 0 20px 20px 20px !important;
}

/* Обертка для полей количества и кнопок */
.t-store__card__btns-wrapper--quantity {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

/* Блок выбора количества - 100% ширина */
.t-store__prod__quantity {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Растягиваем внутренние элементы */
.t-store__prod__quantity__minus-wrapper,
.t-store__prod__quantity__plus-wrapper {
    flex-shrink: 0 !important;
}

/* Поле ввода количества занимает всё доступное пространство */
.t-store__prod__quantity-input {
    flex: 1 !important;
    width: auto !important;
    min-width: 40px !important;
    text-align: center !important;
}
/* Убираем стрелки в input[type=number] */
.t-store__prod__quantity-input::-webkit-inner-spin-button,
.t-store__prod__quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.t-store__prod__quantity input[type=number] {
    font-size: 14px;
}
.t-store__prod__quantity-input {
    -moz-appearance: textfield !important;
}

 

/* Кнопка "Подробнее" */
.t-store__card__btn_second {
    flex: 0 0 auto !important;
    min-width: 110px !important;
    height: 45px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 16px !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 1px solid #bd8973 !important;
    border-radius: 10px !important;
    color: #4a494b !important;
    transition: all 0.2s ease !important;
}

.t-store__card__btn_second:hover {
    background-color: #bd8973 !important;
    color: #fff5e8 !important;
}

/* ===== АДАПТИВ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ ===== */

/* Планшеты */
@media screen and (max-width: 768px) {
    .t-store__card__btns-wrapper {
        padding: 0 15px 15px 15px !important;
        gap: 10px !important;
    }
    
    .t-store__card__btns-wrapper--quantity {
        flex-wrap: wrap !important;
    }
    
    .t-store__prod__quantity {
        height: 42px !important;
        min-width: 100px !important;
    }
    
    .t-store__card__btns-wrapper--quantity .t-btnflex.t-btnflex_type_button {
        height: 42px !important;
        min-width: 100px !important;
        font-size: 14px !important;
    }
    
    .t-store__card__btn_second {
        height: 42px !important;
        min-width: 100px !important;
        font-size: 13px !important;
    }
}

/* Мобильные телефоны (до 480px) */
@media screen and (max-width: 480px) {
    .t-store__card__btns-wrapper {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
        padding: 0 12px 12px 12px !important;
    }
    
    .t-store__card__btns-wrapper--quantity {

        gap: 12px !important;
    }
    .t-btnflex.t-btnflex_type_button {
         margin-bottom: 0px !important;
    }
    /* Блок количества на всю ширину */
    .t-store__prod__quantity {
        width: 100% !important;
        margin: 0 auto !important;
            margin-right: 0px !important;
                padding: 0px 10px;
    }
    .t-store__mobile-two-columns.t-store__grid-cont .t-store__card.t-item {
        padding-bottom: 30px !important;
    }
    .t-store__mobile-two-columns .t-store__card .t-store__prod__quantity, .t-store__mobile-two-columns .t-store__card .t-store__prod__quantity+a[href="#order"], .t-store__mobile-two-columns .t-store__card .t-store__prod__quantity-input {
        margin-right: 0px !important;
    }

    /* Кнопка "В корзину" на всю ширину */
    .t-store__card__btns-wrapper--quantity .t-btnflex.t-btnflex_type_button {
        width: 100% !important;
        min-width: unset !important;
        padding: 0 !important;
    }
    
    /* Кнопка "Подробнее" на всю ширину */
    .t-store__card__btn_second {
        width: 100% !important;
        min-width: unset !important;
        padding: 0 !important;
    }
    

}

/* Очень маленькие телефоны (до 360px) */
@media screen and (max-width: 360px) {
    .t-store__card__btns-wrapper {
        gap: 10px !important;
        padding: 0 10px 10px 10px !important;
    }
    
    .t-store__prod__quantity {
        height: 38px !important;
   
    }
    
    .t-store__card__btns-wrapper--quantity .t-btnflex.t-btnflex_type_button,
    .t-store__card__btn_second {
        height: 38px !important;
        font-size: 13px !important;
    }
}

/* Эффекты при нажатии */
.t-store__card__btns-wrapper--quantity .t-btnflex.t-btnflex_type_button:active {
    transform: scale(0.97) !important;
}

.t-store__card__btn_second:active {
    transform: scale(0.97) !important;
}

.t-store__prod__quantity__minus-wrapper:active,
.t-store__prod__quantity__plus-wrapper:active {
    transform: scale(0.95) !important;
}

.t-store__card-list__vertical-align-buttons {
    justify-content: space-between;
}

/* Выравнивание карточек по левому краю */
.t-store__card-list {
    justify-content: flex-start !important;
}
.t-store__card-list .t-store__card {
    margin-left: 0 !important;
    margin-right: 20px !important;
}
.t-store__card-list .t-store__card:last-child {
    margin-right: 0 !important;
}


/* Стили только для попапа куки - полный сброс */
.t886 {
    right: 20px !important;
    bottom: 20px !important;
    top: auto !important;
    left: auto !important;
    z-index: 999999 !important;
}

.t886__wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    width: 400px !important;
    max-width: calc(100vw - 40px) !important;
    padding: 15px 20px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

.t886__text {
    flex: 1 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #4a494b !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t886__text a {
    color: #5e1717 !important;
    text-decoration: underline !important;
}

/* ПОЛНЫЙ СБРОС СТИЛЕЙ ДЛЯ КНОПКИ КУКИ - перебиваем всё */
.t886 .t886__btn,
.t886 .t-btnflex.t-btnflex_type_button,
.t886 .t-btn {
    all: unset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    min-width: 60px !important;
    width: auto !important;
    height: auto !important;
    padding: 8px 20px !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-family: Rubik, Arial, sans-serif !important;
    font-weight: 300 !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #999999 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

/* Текст кнопки */
.t886 .t886__btn .t-btnflex__text,
.t886 .t-btnflex.t-btnflex_type_button .t-btnflex__text {
    all: unset !important;
    display: inline !important;
    font-size: 13px !important;
    font-family: Rubik, Arial, sans-serif !important;
    font-weight: 300 !important;
    color: #555555 !important;
    line-height: 1.2 !important;
}

/* Убираем все псевдоэлементы и иконки */
.t886 .t886__btn::before,
.t886 .t886__btn::after,
.t886 .t-btnflex.t-btnflex_type_button::before,
.t886 .t-btnflex.t-btnflex_type_button::after {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
}

/* Ховер для кнопки */
.t886 .t886__btn:hover,
.t886 .t-btnflex.t-btnflex_type_button:hover {
    background-color: #e8e8e8 !important;
    border-color: #111111 !important;
}

.t886 .t886__btn:hover .t-btnflex__text,
.t886 .t-btnflex.t-btnflex_type_button:hover .t-btnflex__text {
    color: #111111 !important;
}

/* Адаптив для мобильных */
@media screen and (max-width: 500px) {
    .t886__wrapper {
        flex-direction: column !important;
        width: calc(100vw - 40px) !important;
        gap: 12px !important;
    }
    
    .t886__text {
        text-align: center !important;
        font-size: 11px !important;
    }
    
    .t886 .t886__btn,
    .t886 .t-btnflex.t-btnflex_type_button {
        width: 100% !important;
    }
}

.t-store__prod-popup__btn-wrapper .t-store__prod__quantity {
    max-width: 135px !important;
        height: 37px !important;
}
 .t-store__prod-popup__btn-wrapper .t-store__prod-popup__btn {

    height: 37px !important;
    margin-top: 4px !important;
}