.t-store__card__price-item,
.t-store__prod-popup__price-item {
    padding: 0 15px;
    color: #fff !important;
    position: relative;
    z-index: 1;
}

.t-store__card__price-item::before,
.t-store__prod-popup__price-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #37adef;
    z-index: -1;
    transform: skewX(-20deg);
}

.uc-categories .t852__container {
    max-width: none !important;
    display: flex;
    flex-flow: row wrap;
}
.uc-categories .t852__col {
    flex: 0 0 33.33%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
.uc-categories .t852__imgwrapper {
    margin: 0 !important;
    overflow: hidden;
}
.uc-categories .t852__imgwrapper .t852__bgimg {
    transition: all ease-in-out 0.25s !important;
}
.uc-categories .t852__imgwrapper:hover .t852__bgimg.t852__bgimg_first_hover {
    opacity: 0;
    transform: scale(1.1);
}
.uc-categories .t852__imgwrapper:hover .t852__bgimg.t852__bgimg_second {
    z-index: 3;
    opacity: 1;
    transform: scale(1.1)
}
.uc-categories .t852__textwrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    pointer-events: none;    
}
.uc-categories .t852__separator { display: none; }

@media screen and (max-width: 768px) {
    .uc-categories .t852__col { flex: 0 0 100%; }
}