.t-store__card {
    position: relative;
}

.t-store__card > * {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}

.t-store__card > div {
    position: absolute;
    z-index: 100;
}

.t-store__card__wrap_txt-and-btns > div {
    flex: 1 0 100%;
}

.t-store__card__textwrapper {
    padding: 0;
    display: block;
    height: 100%;
}

.t-store__card__textwrapper > *:not(:last-child) {
    display: none;
}

.t-store__card__textwrapper > *:last-child {
    transform: rotate(0deg) translate(-50%, -700%);
    text-align: end;
    color: #DFFE3F !important;
    font-size: 30px !important;
}

.t-menu-popover__burgermenu_opened {
    background-color: transparent;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.t-store,
.t-store .t-container,
.t-store .t-container__wrap,
.t-store .t-section {
    background-color: #0B0EFD !important;
}
