.t-store__card-list .t-store__card .t-store__card__descr{
    display:none;
}

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

.js-store-prod-all-text{
    order: 2;
    margin-top: 10px;
}
.js-store-prod-all-charcs{
    order: 1;
}

.t-store .t-store__card__descr{
    display: none;
}

.category-catalog{
    transition: all 0.3s ease;
}

.category-catalog:hover{
    background: #f5f5f5;
}

.t396__filter{
    height: auto;
}
.t-store__filter__item-title{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #1c1c1c;
    opacity: 0.5;
    margin-bottom: 18px;
    font-weight: 700 !important;
}

.t-store__filter__title , .t-store__filter__title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #1c1c1c;
}

.t-store__filter__btn-text t-descr{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #1c1c1c;
    
}

.t-store__filter__item{
    margin-bottom: 48px;
}

.t-store__card{
    background-color: #fff;
    position: relative;
}
.t-store__card__textwrapper{
    padding: 24px 20px;
}
.t-store__card-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    align-items: stretch;
}
.t-store__card{
    width: 100%;
    height: 100%;
}

.t1002__addBtn{
    border: 1px solid rgba(28, 28, 28, 0.2) !important;
    border-radius: 0 !important;
    
}

.t1002__addBtn svg path{
    stroke: rgba(28, 28, 28, 0.2);
}

.t-store__card .t-store__card__price {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #1c1c1c;
}

.t-store__card .t-store__card__price_old {
    margin-top: 3px;
}

.t-btnflex.t-btnflex_type_button {
    border: 1px solid rgba(28, 28, 28, 0.2);
    width: 45px;
    height: 45px;
    background: #fff;
}

t-btnflex__text t-store__card__btn-text{
    font-size: 0;
    padding: 0;
    margin: 0;
}

.t-store__card .t-btnflex__text{
    display: none;
}

.t-store__card__btns-wrapper{
    max-width: 45px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t-store__card .t-btnflex_sm, .t-store__card .t-btn.t-btnflex_sm{
    margin: 0;
    height: 45px;
    padding: 0;
}
.t-btnflex__icon{
    width: 30px;
    height: 30px;
    stroke: rgba(28, 28, 28, 0.2);
    margin: 0;
    padding: 0;
}

.t-store__card__btns-wrapper {
    position: absolute;
    bottom: 40px;
    right: 10px;
}

.t-store__card__btn {
   background: #fff;
   background-color: #fff !important;
   border-radius: 0;
   border: 1px solid rgba(28, 28, 28, 0.2) !important;
}

.t-btnflex.t-btnflex_type_button {
    border: 1px solid rgba(28, 28, 28, 0.2) !important;
}

.store__card__wrap_txt-and-opts.store__card__has-btns{
    margin-bottom: 0;
}

.t-store__card__btn{
    border: 1px solid rgba(28, 28, 28, 0.2) !important;
}

.t-store__card__btns-wrapper {
    border: 1px solid rgba(28, 28, 28, 0.2);
}


/*Модульное окно*/
/* Ограничиваем описание */
.product-description-short {
    max-height: 120px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

/* Когда открыто */
.product-description-short.open {
    max-height: 2000px;
}

/* Кнопка */
.read-more-btn {
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
}

.read-more-btn{
    order: 3;
    
    color: #ffffff;
    background-color: #efa110;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 4px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    
    display: inline-flex !important;
    padding: 10px 30px;
    
    max-width: 140px;
}