/* Основное тело сайта */
html, body {
    overflow: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none !important;
}

/* Попапы Тильды (универсально для всех типов) */
.t-popup,
.t-popup_show,
.t-popup__container,
.t-popup__scrollable,
.t-store__prod-popup,
.t-store__prod-popup__scrollable {
    overflow: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}
.t-popup::-webkit-scrollbar,
.t-popup_show::-webkit-scrollbar,
.t-popup__container::-webkit-scrollbar,
.t-popup__scrollable::-webkit-scrollbar,
.t-store__prod-popup::-webkit-scrollbar,
.t-store__prod-popup__scrollable::-webkit-scrollbar {
    display: none !important;
}

/* Дополнительно — если Тильда вставляет inline overflow */
.t-popup__scrollable[style],
.t-store__prod-popup__scrollable[style] {
    overflow: auto !important;
}


/* Подключение Inter — можно удалить, если шрифт уже есть на странице */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');




.my-micro-sep {
  position: relative;
  width: 100%;
  background: #2d2d2d;
  box-sizing: border-box;
  padding: 16px 0; /* расстояние от текста до линий */
  overflow: visible;
  margin-top: 40px; /* вот этот отступ сверху от предыдущего блока */
}

/* линии */
.my-micro-sep__line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5000px; /* супердлинная линия */
  height: 1px;
  background: #515151;
  z-index: 0;
}

.my-micro-sep__line--top {
  top: 0;
}

.my-micro-sep__line--bottom {
  bottom: 0;
}

/* контейнер текста по сетке Тильды */
.my-micro-sep__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1px 2px; /* отступ сверху и снизу = 16px */
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* текст */
.my-micro-sep__text {
  text-align: left;
  color: #515151;
  font-size: 14px;
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.7px;
  white-space: nowrap;
}

/*Убрать полосу прокрутки у элемента*/
.element::-webkit-scrollbar {
  width: 0;
}

/*Убрать полосу прокрутки для всей страницы*/
::-webkit-scrollbar {
  width: 0;
}



/*Код для поисковика*/
.t-search-widget__header {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}

.t-search-widget__popup {
    background: #2d2d2d !important;
}

.t-search-widget__clear-icon {
    display: none !important;
}

.t-search-widget__result_product-img {
border: none !important;
}

.t-search-widget__query-result {
    color: #989899 !important;
}

.t-search-widget__result_product-desc {
    display: none;
}

.t-name_xs {
    margin-left: 0px !important;
    color: #fff;
}

.t-descr_xs {
    color: #fff;
        font-weight: 400 !important;
}

.t-btn_sm {
    font-family: 'Inter' !important;
    font-weight: 400;
}

.t-search-widget__loadmore-btn {
    border: 1px solid #4c4c4c !important;
    background-color: #383838 !important;
}

.t-text {
    color: #666666 !important;
}

.t-search-widget__pagination-active {
    background-color: #2d2d2d !important;
}