.js-store-prod-text,
.t-store__card__descr {
    display: none!important;
}

.t730__content {
    padding: 0;
}

.t776__img {
    border-radius: 15px;
    border: 1px solid;
}

.js-product {
    border-radius: 25px;
    box-shadow: 0 0 10px 2px;
    padding-top: 15px;
    background: #f5f5f5;
    transition: 0.3s;
}
.js-product:hover {
    box-shadow: 0 0 15px 2px;
    background: #fff;
    
}

.t1025 .t-store__card {
    margin-bottom: 25px;
    padding: 15px;
}

.t1025 .t-store__card__bgimg {
    border-radius: 25px;
}


/*Редактируем внешний вид карточки товара после того как уже нажали по нему в поиске*/

.t-store__prod-snippet__container {
    max-width: 50%;   
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 50px;
}


@media screen and (max-width: 420px) {
    .t-store__prod-snippet__container {
        min-width: 90%;   
    }
} 

/*Редактируем внешний вид карточки товара после того как уже нажали по нему в поиске*/






@media screen and (max-width: 420px) {
    .js-product {
        padding-bottom: 15px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

.t203__textwrapper  {
    border-radius: 15px;
}

.t461__list_item > .t-menu__link-item {
    color: #333 !important;
    transition: 0.2s;
}
.t461__list_item > .t-menu__link-item:hover {
    color: rgb(13, 39, 142) !important;
    border-bottom: 1px solid #333;
} 

.t706__cartwin-content {
    border-radius: 15px;
}

#rec556191086 {
    margin-top: 30px;
}
