.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;
}

@media(max-width:1200px){
    
    .t-store__card-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
        align-items: stretch;
    }
    .t-store__card {
        max-width: 100%;
        width: 100%;
    }
    
}


@media(max-width:960px){
    
    .t-store__card-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        row-gap: 0 !important;
        align-items: stretch;
    }
    .t-store__card {
        max-width: 100%;
        width: 100% !important;
    }
    .t951__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
}


@media(max-width:480px){
    
    .t-store__card-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px !important;
        row-gap: 0 !important;
        align-items: stretch;
    }
    .t-store__card {
        max-width: 100%;
        width: 100% !important;
    }
    
}
.t-feed__post-parts-date-row_afterdescr{
    margin-top: 5px;
}

.t-feed__post-date{
    
    color: #a4a4a4;
    font-size: 14px;
    font-family: var(--t-text-font, Arial);
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
    
    letter-spacing: normal;
}

.link-product a{
    color: #a4a4a4 !important;
    font-size: 16px;
    font-family: var(--t-text-font, Arial);
    line-height: 1.55;
    font-weight: 400;
}

.text-bg{
    background-color: rgba(28,28,28,0.5);
}

.btn-bg{
    background-color: rgba(28,28,28,0.5);
}

/* ============================= */
/* БУРГЕР */
/* ============================= */

.burger {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 10;
    border-radius:100%;
    background: #000;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid #fff;
}

.burger span {
    height: 2px;
    width: 80%;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
}
/* ============================= */
/* ОБЁРТКА МЕНЮ */
/* ============================= */

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1;
    z-index: 15;
}

/* ============================= */
/* OVERLAY */
/* ============================= */

.mobile-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

/* ============================= */
/* ПАНЕЛЬ МЕНЮ */
/* ============================= */

.mobile-menu__panel {
    position: absolute;
    top: 0;
    right: -320px;
    width: 320px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    padding: 80px 30px 40px;
    transition: 0.4s;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    background-color: #000;
}

.mobile-menu.active .mobile-menu__panel {
    right: 0;
}

/* ============================= */
/* КРЕСТИК */
/* ============================= */

.mobile-menu__close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #fff;
}

.mobile-menu__close::before,
.mobile-menu__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.mobile-menu__close::before {
    transform: rotate(45deg);
}

.mobile-menu__close::after {
    transform: rotate(-45deg);
}

/* ============================= */
/* ПУНКТЫ */
/* ============================= */

.mobile-menu__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mobile-menu__content a {
    font-size: 24px !important;
    color: #fff !important;
}

.mobile-menu__content a:hover {
    opacity: 0.6;
}

/* ============================= */
/* БЛОК ПРОКРУТКИ */
/* ============================= */

.no-scroll {
    overflow: hidden;
}
@media(min-width:960px){
    .burger{
        display: none;
        opacity: 0;
    }
}

@media(max-width:960px){
    .burger{
        display: flex;
        opacity: 1;
    }
}