.tt-store__card__imgwrapper::before{
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
    background: linear-gradient(0deg, rgb(255 255 255 / 60%) 0%, rgb(0 0 0 / 0%) 10%);
}

.t-store__card__imgwrapper .t-store__card__bgimg {
    margin: 20px 10px 0 10px;
}
.t-store__card__imgwrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  background:
    linear-gradient(to top, #fff 0%, transparent 15%),
    linear-gradient(to bottom, #fff 0%, transparent 15%),
    linear-gradient(to left, #fff 0%, transparent 15%),
    linear-gradient(to right, #fff 0%, transparent 15%);
  pointer-events: none;
}

.tmenu-mobile__container {
    padding: 0 20px !important;
}

.tmenu-mobile__burgerlogo a img {
    height: 64px;
    width: auto !important;
}

.uc-cont-1 .t-container {
            display: flex;
            align-items: center;
}
@media(max-width:768px) {
    .uc-cont-1 .t-container {
            flex-direction: column;
    }
    .uc-cont-1 .t-container p {
            text-align: center !important;
    }
    .uc-catalog-1 .t-card__title a {
    font-size: 30px;
    }
    .uc-cont-1 .t-container .t-text.t-text_md,.uc-cont-1 .t-container .t-heading,.uc-cont-1 .t-container .t-sociallinks {
            text-align: center !important;
    }
}