    /*Поп-ап*/
    .t-store__prod-popup__btn{
        transition: all 0.2s ease-out;
    }
    .t-store__prod-popup__btn:hover {
    background: #C7302A;
    border-color: #C7302A !important;
}

    .js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_md {
    width: 100% !important;
}
    .t-store__card__textwrapper{
        justify-content: space-between !important;
    }
.t-store__prod-popup__btn {
    background: #2B2EE9;
    border-color: #2B2EE9 !important;
}

    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right {
    display: flex;
    flex-direction: column;
}

.js-store-prod-text.t-store__prod-popup__text.t-typography__descr {
    order: 0 !important;
    margin-top: 0px;
    margin-bottom: 16px;
}

.t-store__prod-popup__title-wrapper {
    margin-bottom: 8px;
    order: 0;
}

.t-store__prod-popup__price-wrapper {
    margin-top: 0;
    order: 2;
}

.js-product-controls-wrapper {
    order: 2;
}

.t-store__prod-popup__btn-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
    order: 2;
}



.t-store__prod__quantity {
    background: #F2F2F2;
    border: 2px solid #2B2EE6;
}

.t-store__prod__quantity-input {
    color: #2B2EE9;
    font-weight: 600;
}

.t-store__prod__quantity__plus, .t-store__prod__quantity__minus {
    background: linear-gradient(#2b2ee9, #2b2ee9), linear-gradient(#2b2ee9, #2b2ee9), #F2F2F2;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 1px, 1px 50%;
    border-radius: 0px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background: #F2F2F2 !important;
    border: 2px solid #2B2EE9 !important;
    color:#2B2EE9;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background: #2B2EE9 !important;
    border: 0px;
    color:#ffffff;
}

.js-product .t-product__option-variants_buttons .t-product__option-title_buttons{
    color:inherit;
}




/*Корзина*/

    .t706__carticon-imgwrap, .t706__carticon-counter{
        border-radius: 0px !important;
    }
    
    @media screen and (max-width: 960px) {
    .t706__carticon {
        right: 70px !important;
    }
}

    @media screen and (max-width:640px){
        .t706__carticon_sm .t706__carticon-counter {
    font-size: 10px !important;
    height: 16px !important;
    line-height: 17px !important;
    min-width: 16px !important;
}
.t706__carticon_sm .t706__carticon-imgwrap {
    height: 40px !important;
    width: 40px !important;
}

.t706__carticon_sm .t706__carticon-img {
    height: 24px !important;
    padding: 7px 8px 9px !important;
    width: 24px !important;
}
    }
    
    
    @media screen and (max-width: 480px) {
    .t706__carticon {
        right: 66px !important;
        top: 17px !important;
    }
}

.uc-cart .t-input-title {
    text-transform: uppercase !important;
}


.t706__cartwin-heading, .t706__product-title, .t706__product-amount, .t706__product-amount--portion, .t706__product-quantity, .t706__product-quantity, .t706__cartwin-totalamount-wrap, .t706__cartwin-prodamount-wrap{
    color: #2B2EE9 !important;
    text-transform: uppercase;
}
.t706__product-imgdiv{
    border-radius: 0px;
}

.t706__cartwin-top {
    border-bottom: 1px solid #2b2ee9;
}
.t706__cartwin-bottom {
    border-top: 1px solid #2b2ee9;
}


/*Каталог*/
.js-product.t-store__card{
    position: relative;
    transition: transform 0.2s ease; /* Плавность анимации */
    /*transition: transition: box-shadow 0.2s ease;*/
    z-index: 5;
}
}
   .t-store__card__textwrapper {
    height: auto !important;
    min-height: 0 !important;
}

 .t-store__card__btns-wrapper {
    
    position: absolute;
    bottom:0px;
    display: none;
    width:-webkit-fill-available;
    z-index: 20;
}



.js-product.t-store__card:hover .t-store__card__btns-wrapper {
    display: flex;
}

.js-product.t-store__card:hover{
    transform: translate(-16px, -8px);
    /*box-shadow:8px 8px 0 0 #c7302a, 16px 16px 0 0 #f2e208, 24px 24px 0 0 #08c40e;*/
    z-index: 10 !important;
    animation: multiShadow 0.4s forwards;
}


@keyframes multiShadow {
  0%   { box-shadow: none; }
  33%  { box-shadow: 4px 4px 0 #c7302a; }
  66%  { box-shadow: 4px 4px 0 #c7302a, 8px 8px 0 #f2e208; }
  100% { box-shadow: 4px 4px 0 #c7302a, 8px 8px 0 #f2e208, 12px 12px 0 #08c40e; }
}



@media screen and (min-width:960px){
.js-store-parts-switcher.t-active::before {
    display: block !important;
    width: 114px !important;
    height: 39px !important;
    content: '';
    background-image: url('https://static.tildacdn.com/tild3862-3938-4438-b535-346638613962/switcher-ing.svg') !important;
    position: absolute;
    z-index: -1;
    left: -28px;
    top: -6px;
}}


.js-store-parts-switcher {
    width: fit-content;
    margin-bottom: 12px;
    padding: 4px 8px 5px 8px;
}

.js-store-parts-switcher.t-active {
    background: #2B2EE9;
    color: #ffffff !important;
    opacity: 1 !important;
    margin-left: 8px;
}

@media screen and (max-width:960px){
    .js-store-parts-switcher {
    margin: 0px !important;
    padding: 8px 8px 8px 8px;
}
.t-store__parts-switch-wrapper {
    margin-bottom: 20px;
}

.t-store__filter {
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}
}


   @media screen and (min-width: 1161px) {
  
    
     .t951__cont-wrapper {
        width: 1160px !important;
    }

.js-product.t-store__card {
    max-width: 306px !important;
}

.t951__grid-cont.js-store-grid-cont {
    /* width: 919px !important; */
    max-width: 1200px !important;
}


.t-store__card__imgwrapper {
    padding-bottom: 96.5% !important;
}
}

@media screen and (min-width:640px) and (max-width: 960px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
        width: 48%;
    }
}

@media screen and (min-width: 640px){
    
.t-store__stretch-col_50 {
    width: 48%;
}

.js-product.t-store__card {
    margin-left: 10px;
}
}


@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 10px;
    }
}



.js-product.t-store__card {
    background: #FFFFFF;
    border: 2px solid #2B2EE9;
}

.js-store-prod-descr.t-store__card__descr {
    position: absolute;
    left: 12px;
    z-index: 5;
}


.t-store__card__price-wrapper {
    margin-top: 0px; 
    width: 100px;
    text-align: right;
    
}

.js-product .t-store__card__textwrapper {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    align-content: flex-start !important;
    padding-top: 0px !important;
    padding: 12px !important;
    /*height: max-content !important;*/
}

 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
    background: #2B2EE9 !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 8px !important;
    gap:8px !important;
    flex-wrap: nowrap;
}


.t-store__card__btn{
    margin:0px !important;
}

.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm{
    width:50% !important;
    padding: 0px !important;
}

.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_sm{
    width:50% !important;
}

.js-store-prod-name.js-product-name.t-store__card__title{
    width:fit-content !important;
}

.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
    color: #C7302A !important;
    border-color: #C7302A !important; }

@media screen and (min-width: 1161px) {
    .t951__sidebar {
        margin-right: 30px;
        width: 180px;
    }
}

@media screen and (max-width:480px){
    
    .t-store__filter {
        margin-left: auto !important;
        width: 340px;
        margin-right: auto !important;
    }
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}


  .t-store__sort-select {
    background: #F2F2F2;
    border: 0px;
    border-radius: 0px;
    color: #2B2EE9;
}

.t-store__sort-select-wrapper:after{
    border-color: #2B2EE9 transparent transparent;
}




@media screen and (min-width: 1161px){
.js-store-prod-descr.t-store__card__descr {
    top: -289px;
}

.t-store__relevants__container.t-store__grid-cont_col-width_stretch .js-store-prod-descr.t-store__card__descr {
        top: -294px;
    }

}

@media screen and (max-width: 1160px) {
   .js-store-prod-descr.t-store__card__descr {
    top: -308px;

}

.t-store__relevants__container.t-store__grid-cont_col-width_stretch .js-store-prod-descr.t-store__card__descr{

    /*top: -223px;*/
    top: -292px;
}
}

    
    
@media screen and (max-width: 960px) {
    .js-store-prod-descr.t-store__card__descr {
        top: -284px;
    }
    .t-store__relevants__container.t-store__grid-cont_col-width_stretch .t-store__grid-cont_mobile-one-row .t-store__card__price-wrapper {
        margin-bottom: 0px;
    }
}



@media screen and (max-width:480px){
    
    .js-store-prod-descr.t-store__card__descr {
    top: -332px;
}

    .t-store__relevants__container.t-store__grid-cont_col-width_stretch .js-store-prod-descr.t-store__card__descr {
    top: -291px;
}
}


.js-store-prod-descr.t-store__card__descr.t-typography__descr.t-descr.t-descr_xxs{
font-size: 10px;
    line-height: 1.35;
    color: #2b2ee9;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'TTNormsPro';
    text-transform: uppercase;

}


.js-store-prod-text.t-store__prod-popup__text {
    text-transform: none !important;
    order: 4;
    margin-top: 0px !important;
    color: #222222 !important;
    font-size: 16px !important;
}



@media screen and (max-width:1160px){
    .js-product.t-store__card.t-col.t-col_3.t-align_left.js-product-relevant.t-item {
    width: 300px !important;
    max-width: 300px;
    min-width: 300px !important;
    margin-right:0px !important;
}
}

    .t-store__card__bgimg.t-store__card__bgimg_second.t-bgimg.loaded{
        margin:30px;
    }
