
/* Фикс высоты для iPhone и Safari — все версии */
@media screen and (max-width: 960px) {
  /* Основной блок "Избранное" */
  .t1002__wishlistwin-content {
    min-height: 100vh;
    padding-bottom: env(safe-area-inset-bottom, 20px); /* защита от "чёлки" и панели */
  }

  /* Попапы магазина */
  .t-store .t-popup_show .t-popup__container.t-popup__container-static {
    min-height: 100vh;
  }

  /* Боковое меню */
  .t450__menu_show.t450 {
    height: 100vh;
  }
}

/* Современные браузеры (iOS 16.4 + / Safari 16.4 +) */
@supports (height: 100dvh) {
  @media screen and (max-width: 960px) {
    .t1002__wishlistwin-content {
      min-height: 100dvh !important;
      height: 100dvh !important;
    }
    .t-store .t-popup_show .t-popup__container.t-popup__container-static {
      min-height: 100dvh !important;
      height: 100dvh !important;
    }
    .t450__menu_show.t450 {
      height: 100dvh !important;
    }
  }
}

/* Старые Safari (iOS 13–15, без dvh) */
@supports not (height: 100dvh) {
  @media screen and (max-width: 960px) {
    html, body {
      height: -webkit-fill-available;
    }
    .t1002__wishlistwin-content {
      min-height: -webkit-fill-available !important;
      height: -webkit-fill-available !important;
    }
    .t-store .t-popup_show .t-popup__container.t-popup__container-static {
      min-height: -webkit-fill-available !important;
      height: -webkit-fill-available !important;
    }
    .t450__menu_show.t450 {
      height: -webkit-fill-available !important;
    }
  }
}
/* Фикс высоты для iPhone и Safari — все версии */




/* сетка 1px в ST315N  */
.t786 .js-store-grid-cont.t-store__grid-cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0px;
  margin-left: 2px;
}

@media screen and (max-width: 960px) {
  .t786 .js-store-grid-cont.t-store__grid-cont {
    margin-left: 1px;
  }
}

@media screen and (max-width: 480px) {
  .t786 .js-store-grid-cont.t-store__grid-cont {
    margin-left: 0;
    width: calc(100% + 3px);
  }
}

.t786 .js-store {
  overflow: hidden;
}

.t786 .js-product.t-store__card.t-store__stretch-col {
  border: 1px solid #000000;
  position: relative;
  margin-left: -1px;
  margin-bottom: -1px;
}

.t786 .t-store__card__textwrapper {
  position: absolute;
  bottom: 0;
  z-index: 3;
  bottom: 25px;
  width: 100%;
}

.t786 .t-clear.t-store__grid-separator {
  display: none;
}

.t786 .js-store-grid-cont::before {
  display: none;
}

.t786 .js-store-grid-cont::after {
  display: none;
}

@media screen and (max-width:960px) {
  .t786 .t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap="0"] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .t-store__filter__item-title,
  .t-store__filter__opts-mob-btn {
    padding-left: 10px;
  }

  .t-store__filter__item-title {
    width: calc(100% - 30px);
  }
  
  .t-store__filter {
    margin-bottom: 20px;
  }

}

.t-store__filter__item {
  font-size: 12px;
}


/* Поле ввода */
#rec1203029746 input.t838__input {
  font-size: 12px !important;
  font-weight: bold !important;
}

.t-btn {
  font-size: 12px !important;
  /* Уменьшение размера шрифта */
}