.js-store-grid-cont .t-store__card,
.js-product{
    outline: 1px solid #A8A9AB;
    padding: 30px 0 30px 0;
    transition: all 0.3s;
}
.js-store-grid-cont .t-store__card:hover,
.js-product:hover{
    box-shadow: 0px 4px 29px rgba(152, 93, 30, 0.51);
    transform: translateY(-10px);
}
.catalog__card div:hover{
    box-shadow: 0px 4px 29px rgba(152, 93, 30, 0.51);
}

.footer__item a:hover{
    color: #FFAB63 !important;
    transition: all 0.2s;
}

.btn__gradient div, .t-submit{
    background: linear-gradient(85.46deg, #AC7722 5.78%, #92541C 111.26%);
    transition: all 0.2s;
}

.btn__gradient div:hover, .t-submit:hover{
    background: #fff !important;
    color: #000 !important;
    
}

