body {
  /*margin:0px;*/
  font-family:'Arial';
}



/*@media screen and (max-width: 479px)*/
/*#rec706025155 .t396__artboard, #rec706025155 .t396__filter, #rec706025155 .t396__carrier {*/
/*    min-height: 600px;*/
/*    max-height: 100svh;*/
/*}*/


.t-store__card__bgimg {
    background-size: contain;
}

.t-store__card__textwrapper {
    padding-top: 0px;
}

.t-store__stretch-col {
    filter: grayscale(0.3);
    transition: all 0.4s ease;
}

.t-store__stretch-col:hover {
    filter: grayscale(0);
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition-duration: 0.5s;
}


/*.t1007__col*/

.t1029 .t-col:hover {
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition-duration: 0.5s;
}


.t1029 .t-col {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease;
}

.t951 .t-store__card__btns-wrapper {
    padding-bottom: 20px;
}

@media screen and (max-width: 980px) {

    .t-store__stretch-col {
        filter: grayscale(0) !important;
    }

}


@media screen and (max-width: 980px) {
    .tmenu-mobile__menucontent_fixed {
        backdrop-filter: blur(10px);
        background-color: #00000030;
    }
    .t228__list_item {
        padding: 15px !important;
    }
}






