.t-store__prod-snippet__container {
    padding-top: 60px;
    padding-bottom: 120px;
}

.t850__inner-col {
    border: 4px solid white;
}

.t466__container {
    padding: 5px 10px;
}

.t-uptitle {
    letter-spacing: 1px;
}

.t228__right_descr {
    padding-left: 10px;
}

.t228 .t-sociallinks, .t228__right_social_links {
    padding-left: 5px;
}

/*  кастомные li в блоке st300  */
.t-store__card__descr ul {
  display: grid;
  grid-template-columns: 1fr 1fr;        /* две колонки */
  grid-auto-rows: minmax(60px, auto);    /* строка растёт по содержимому */
  gap: 1px 45px;                        /* отступы между ячейками */
  list-style: none;
  margin: 15px 0 20px 10px;
  padding: 0 !important;
}

.t-store__card__descr ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;        /* центрируем картинку и текст */
  justify-content: flex-start;
  padding: 0;
  min-width: 170px;
  min-height: 10px;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

/* Картинка (SVG) через ::before */
.t-store__card__descr ul li::before {
  content: '';
  display: block;
  width: 150px;           /* max ширина картинки (можно до 150px) */
  max-width: 250px;
  height: 40px;           /* подгони под свою SVG-пропорцию! */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* SVG-иконки (в нужном порядке) */
.t-store__card__descr ul li:nth-child(1)::before { background-image: url('https://static.tildacdn.com/tild3139-3232-4436-b834-316131613931/ploshad.svg'); }
.t-store__card__descr ul li:nth-child(2)::before { background-image: url('https://static.tildacdn.com/tild6637-3261-4838-a336-656230366132/razmer.svg'); }
.t-store__card__descr ul li:nth-child(3)::before { background-image: url('https://static.tildacdn.com/tild6563-3462-4433-b630-373933373739/etazh.svg'); }
.t-store__card__descr ul li:nth-child(4)::before { background-image: url('https://static.tildacdn.com/tild6633-3161-4434-a162-313463643330/spalen.svg'); }
.t-store__card__descr ul li:nth-child(5)::before { background-image: url('https://static.tildacdn.com/tild3765-6633-4939-b636-666661626665/sanuzel.svg'); }
.t-store__card__descr ul li:nth-child(6)::before { background-image: url('https://static.tildacdn.com/tild3039-6338-4433-a234-376132373666/osob.svg'); }

/* Мобильная адаптация: две колонки */
@media (max-width: 700px) {
  .t-store__card__descr ul {
    grid-template-columns: 1fr 1fr;
    margin: 15px 0 20px 0;
    gap: 16px 0;
  }
  .t-store__card__descr ul li::before {
    width: 240px;           /* max ширина картинки (можно до 150px) */
    max-width: 130px;
  }
  .t-store__card__descr ul li {
    min-width: 130px;
    min-height: 52px;
  }
}


.t-descr_xxs {
    font-size: 13px;
}

.t-store__card__descr {
    border-bottom: 2px solid #F8C51B; /* Цвет и толщина полоски */
    padding-bottom: 5px; /* Расстояние между текстом и полоской */
}



.t-descr_xxs {
    font-size: 13px;
}

.t-store__card__descr {
    border-bottom: 2px solid #F8C51B; /* Цвет и толщина полоски */
    padding-bottom: 5px; /* Расстояние между текстом и полоской */
}


.t-descr_xxs {
    font-size: 13px;
}

.t-store__card__descr {
    border-bottom: 2px solid #F8C51B; /* Цвет и толщина полоски */
    padding-bottom: 5px; /* Расстояние между текстом и полоской */
}

/* фильтр  */


.t-store__filter__controls-wrapper {
    display: table;
    width: 96% !important;
    border-radius: 8px 8px 8px 8px;
    /* background-color: #339999;*/
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 15px 20px 10px 25px;
}

.t-store__filter__item-title {
    cursor: pointer;
    max-width: 260px;
    overflow: hidden;
    padding-right: 14px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    color: #003333;
    font-size: 16px;
    font-weight: 500;
}

.t-store__filter__item-title:hover {
        opacity: 1 !important;
        color: #339999;
    }

    .t-store__filter__item-title:after {
    border-color: transparent #339999 #339999 transparent !important;;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    height: 5px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.t-store__filter__item.active .t-store__filter__item-controls-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ffff;
    margin-top: 20px;
    z-index: 10;
}


.t-descr {
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 300;
    color: #339999;
}

.t-descr_xxs {
    font-size: 14px;
}

.t-store__filter__search .t-store__filter__input {
    border-radius: 3px;
    border-color: #339999;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 30px;
    width: 250px !important;
}

.t-store__sort-select {
    border: 1px solid #339999 !important;
    color: #003333 !important;
}

.t-store__search-icon {
    border-left: 1px solid #339999 !important;
}
.t-name_xs {
    font-size: 16px;
}

.t-name {
    color: #003333;
}

@media (max-width: 700px) {

  .t-store__filter__controls-wrapper {
    padding: 10px 160px 10px 10px;
    }
  }
  
   @media screen and (max-width: 960px) {
  	.t-col {
  		padding-left: 16px;
        padding-right: 16px;
  	}	
  }

 @media screen and (max-width: 640px) {
 	.t-store__grid-cont_mobile-one-row 
 	.t-col, 
 	.t-store__grid-cont_mobile-one-row 
 	.t-store__stretch-col, 
 	.t-store__relevants-grid-cont
 	.t-store__grid-cont_mobile-one-row 
 	.t-col, .t-store__relevants-grid-cont
 	.t-store__grid-cont_mobile-one-row 
 	.t-store__stretch-col {
 		max-width: 100%;
        min-width: 100%;
 	}
 }
