.t-store.t-store__prod-snippet__container,
.t-store .t-popup {
    background: url("https://static.tildacdn.com/tild6430-3561-4635-b737-303966363364/2151307767.webp") center / cover no-repeat;
    background-color: transparent !important;
}

.t-store.t-store__prod-snippet__container {
    height: calc(100dvh - 240px);
}

.t-store .t-store__prod-popup__title-wrapper {
    margin-bottom: 60px;
}

.t-store__prod-popup__instock {
    color: #777;
    margin-top: 4px;
}

@media (min-width: 961px) {
    .t-store .t-store__filter__controls-wrapper {
        position: relative;
    }

    .t-store .t-store__filter__search {
        width: 100%;
        position: absolute;
        left: 0;
        top: -90px;
        display: block;
        height: 60px;
    }

    .t-store .t-store__search-wrapper {
        height: 100%;
    }

    .t-store .t-store__filter__search input.t-store__filter__input {
        width: 100%;
        height: 100%;
        border: 2px solid #575652;
        background-color: #feeb53;
    }

    .t-store .t-store__search-icon {
        aspect-ratio: .5;
        width: unset;
        border: 0;
        padding: 0 15px;
    }

    .t-store .t-store__sort-select-wrapper {
        width: 230px;
    }
}

@media (max-width: 560px) {
    .t-store.t-store__prod-snippet__container {
        height: calc(100dvh - 110px);
    }

    .t-store .t-store__prod-popup__title-wrapper {
        margin-bottom: 40px;
    }

    .t-popup__container {
        background-color: transparent !important;
    }
}