button.js-custom-reset-filters{
    font-size: 16px;
    background: #d8d8d8;
  font-family: "Google Sans";
  border-radius: 20px;
  padding: 8px 20px;
}
.t951 .t-store__filter__chosen-bar {
    display: none;
}

.uc-items_wrapper .t-store__grid-cont {
    display: flex;
    justify-content: center;
}

.t778 .t-store__grid-cont.js-store-grid-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
}
.t-store__card-related {
    border-radius:24px!important;
    overflow:auto;
}
.t-store__card__imgwrapper{
    border-radius:0!important;
}
.t-store__card__imgwrapper{
    padding-bottom:0px!important;
}
/*.t-store__card__textwrapper{*/
/*    margin-top:0!important;*/
/*    background-color: #f1f1f1!important;*/
/*    padding: 16px 18px 20px!important;*/
/*    text-align: center!important;*/
/*}*/

.t-store__card__title{
    font-size: 18px!important;
    font-weight: 600!important;
    margin-bottom: 8px!important;
    color: #000!important;
}
.t-store__card__price{
    font-size: 14px!important;
    font-weight: 400!important;
    color: #000!important;
}
.t778 .t-store__grid-cont.js-store-grid-cont .t-store__card-list,
.t-store__related-products .t-store__card-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 0;
}

.t-store__related-products .t951__grid-cont {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .t778 .t-store__grid-cont.js-store-grid-cont,
    .t778 .t-store__grid-cont.js-store-grid-cont .t-store__card-list,
    .t-store__related-products .t-store__card-list {
        gap: 0;
    }
}

@media screen and (max-width: 480px) {
    .t951__grid-cont .t-store__stretch-col {
        width: 50% !important;
    }
    .t778 .t-store__grid-cont .t-store__card {
        width: 50% !important;
    }
}

.t-store .text-type {
    font-weight: 700;
}

.t-store .t-store__prod-popup__info,
.t-store .t-store__prod-popup__text {
    display: flex;
    flex-direction: column;
}

.t-store .js-store-prod-all-charcs {
    order: -1;
    margin-top: 0 !important;
}

.t-store .t-store__prod-popup__btn-wrapper {
    order: 1;
}

.t-store .t-store__prod-popup__btn-wrapper .t-store__prod-popup__btn {
    --height: 45px !important;   
    border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgb(208, 36, 41) !important;
    color: #ffffff !important;
}

/* ===== ФОРМА ПОИСКА ===== */

.search-block {
  padding: 24px 0 24px;
  border-top: 1px solid #e1e4ea;
  border-bottom: 1px solid #e1e4ea;
  margin-bottom: 32px;
}

.search-block__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #11353d; /* тёмно-зелёный, как на скрине */
}

.search-form {
  width: 100%;
}

.search-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.search-form__field {
  display: flex;
  align-items: center;
}

.search-form__field_price {
  gap: 8px;
}

.search-form__field_btn {
  margin-left: auto;
}

.search-form__label {
  font-size: 14px;
  color: #11353d;
  margin-right: 4px;
}

.search-form__dash {
  font-size: 14px;
  color: #6b7280;
}

.search-form__select,
.search-form__input {
  min-width: 180px;
  height: 44px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  font-size: 14px;
  color: #111827;
  outline: none;
  appearance: none;
}

.search-form__select {
  background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%),
                    linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(100% - 18px) 17px, calc(100% - 12px) 17px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.search-form__select:focus,
.search-form__input:focus {
  border-color: #d32f2f;
}

.search-form__btn {
  height: 44px;
  padding: 0 32px;
  border: none;
  border-radius: 0px!important;
  background-color: #d32f2f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.search-form__btn:hover {
  background-color: #b71c1c;
}

.search-form__btn:active {
  transform: translateY(1px);
}

/* Адаптив под телефоны */
@media (max-width: 768px) {
  .search-form__row {
    flex-direction: column;
    align-items: stretch;
  }

  .search-form__field_btn {
    margin-left: 0;
    width: 100%;
  }

  .search-form__btn {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }

  .search-form__select,
  .search-form__input {
    width: 100%;
  }
}

/* ===== КАТАЛОГ И КАРТОЧКИ ===== */

.catalog {
  margin-top: 32px;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

@media (max-width: 1024px) {
  .catalog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .catalog-list {
    grid-template-columns: 1fr;
  }
}









  /* Общий шрифт блока */
  .search-block {
    font-family: "Google Sans";
  }

  /* Заголовок блока */
  .search-block__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  /* Строка формы — базово без flex, Tilda сама может рулить */
  .search-form__row {
    justify-content: space-between;
  }

  /* Подписи "Цена:" и "-" */
  .search-form__label,
  .search-form__dash {
    font-size: 13px;
    color: #6b7280;
    display: inline-block;
  }

  /* Базовый вид инпутов и селектов */
  .search-form__select,
  .search-form__input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    background-color: #ffffff;
    line-height: 1.4;
    font-family: inherit;
    padding: 8px 10px;
    box-sizing: border-box;
  }

  /* Кнопка */
  .search-form__btn {
    border-radius: 8px;
    border: none;
    background: #c53030;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 22px;
    height: 24px;
  }

  .search-form__btn:hover {
    opacity: 0.9;
  }

  /* Кастомный дропдаун */
  .search-form__field_dropdown {
    position: relative;
    z-index: 999;
  }

  .transport-dropdown {
    width: 100%;
  }

  .transport-dropdown__btn {
    position: relative;
    text-align: left;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 8px 32px 8px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-family: inherit;
    color: #111827;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .transport-dropdown__label {
    display: inline-block;
    color: #111827;
    white-space: nowrap;
  }

  .transport-dropdown__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9ca3af;
    pointer-events: none;
  }

  .transport-dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    min-width: 100%;
    padding: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.16);
    display: none;
    z-index: 30;
    max-height: 260px;
    overflow-y: auto;
  }

  .transport-dropdown.is-open .transport-dropdown__menu {
    display: block;
  }

  .transport-dropdown__item-btn {
    width: 100%;
    padding: 6px 10px;
    border: none;
    background: transparent;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .transport-dropdown__item-btn:hover {
    background: #f3f4f6;
  }

  .transport-dropdown__item {
    position: relative;
  }

  .transport-dropdown__item-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    cursor: default;
    font-size: 14px;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .transport-dropdown__submenu-arrow {
    margin-left: 8px;
  }

  .transport-dropdown__submenu {
    position: absolute;
    top: 0;
    left: 102%;
    min-width: 220px;
    padding: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.16);
    display: none;
    z-index: 31;
    box-sizing: border-box;
    max-height: 260px;
    overflow-y: auto;
  }

  .transport-dropdown__item_has-submenu:hover .transport-dropdown__submenu {
    display: block;
  }

  .search-form__field--group-price {
    gap: 5px;
  }

  @media (max-width: 1024px) {
    .search-form__field-brand,
    .search-form__field_dropdown {
      width: 49%;
    }

    .search-form__field--group-price {
      width: 100%;
    }

    .search-form__field_price {
      width: 50%;
    }

    .search-form__field_btn {
      margin-left: 0;
    }

    .transport-dropdown__submenu {
      left: auto;
      right: 102%;
    }
  }

  @media (max-width: 768px) {
    .search-form__row {
      display: flex;
      flex-direction: column;
    }

    .search-form__field--group-price {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .search-form__field--group-price .search-form__label {
      width: 100%;
    }

    .search-form__field_price {
      width: 47%;
      justify-content: space-between;
    }

    .search-form__field-brand,
    .search-form__field_dropdown {
      width: 100%;
    }

    .search-form__input {
      min-width: 130px;
    }

    .transport-dropdown__submenu {
      position: relative;
      right: 0;
      box-shadow: none;
      padding-left: 8px;
    }
  }
.uc-center .t-card__container{
    display:flex;
    justify-content:center;
}
@media(max-width:767px){
    .uc-center .t-card__container{
        justify-content:flex-start;
    }   
}

.t686__container {
    justify-content:center!important;
}
.t692 > div{
    display: flex!important;
    /* Стиль на главной блок "Почему мы?" затрагивает */
    /* flex-wrap: nowrap!important; */
    justify-content:center!important;
}
.t490 > div{
    display: flex!important;
    /* Стиль на главной блок "Почему мы?" затрагивает */
    /* flex-wrap: nowrap!important; */
    justify-content:center!important;
}
.t686__container > div{
        /*width:32%!important;*/
        margin:0!important;
        padding: 15px!important;
        max-width:300px!important;
    }
    .t686__container .t686__separator{
        display:none!important;
    }
@media(max-width:1024px){
    .t692 > div > div{
        width:49%!important;
        margin:0!important;
        padding: 15px!important;
        max-width:300px!important;
    }
    .t490 > div > div{
    width:49%!important;
    margin:0!important;
    padding: 15px!important;
    max-width:300px!important;
    }
    .t686__container > div{
        /*width:32%!important;*/
        margin:0!important;
        padding: 15px!important;
        max-width:300px!important;
    }
    .t686__separator{
        display:none!important;
    }
    .t692 > div{
        display: flex;
        flex-wrap: wrap;
        justify-content:center!important;
    }
    .t692 > div > div > a{
        width:100%!important;
    }
    .t490 > div{
        display: flex;
        flex-wrap: wrap;
        justify-content:center!important;
    }
    .t490 > div > div > a{
        width:100%!important;
    }
}
@media(max-width:640px){
    .t686__container{
        flex-direction: column!important;
        align-items: center!important;
        row-gap: 20px!important;
    }
    .t686__container > div{
        height: 200px!important;
        width: 100%!important;
        max-width:400px!important;
        padding: 0!important;
        border-radius:19px!important;
    }
    .t686__container > div div {
        height: 200px!important;
    }
    .t692 > div{
    flex-wrap: wrap!important;
    }
    .t490 > div{
    flex-wrap: wrap!important;
}
}

@media(max-width:485px){
    .t686__container > div, .t692 > div > div{
        padding: 0 10px!important;
    }
    .t692 > div > div{
        width:49%!important;
    }
    .t490 > div > div{
        width:49%!important;
    }
    .t754 div.t-store__card-list > div{
        width:49%!important;
    }
    .t754 div.t-store__card-list{
        justify-content: center;
    }
}

/* Квадратная картинка во всех тильдовских store-блоках */
.js-store .t-store__card__imgwrapper{
  width: 100% !important;
  aspect-ratio: 1 !important;
  height: auto !important;
  padding-bottom: 0 !important; /* Тильда часто ставит inline padding-bottom под пропорции */
  position: relative !important;
  overflow: hidden !important;
}

/* Слой с фоном — на всю площадь квадрата */
.js-store .t-store__card__bgimg,
.js-store .js-product-img,
.js-store .t-bgimg{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}
.t-slds__thumbsbullet{
    aspect-ratio:1/1;
}
.t-slds__thumbsbullet > div{
    padding-bottom:0!important;
    aspect-ratio:1/1;
}


