.subfilter {
    display: none;
}


.filter.subfilter {
    margin-top: 0;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}

.filter.subfilter a.filter-link {
    line-height: 20px;
}

.td-pb-span8.td-main-content {
    width: 100%;
}

.wallpaper-blok-full {
    display: table;
    width: 100%;
    height: 32px;
}


.wallpaper-blok {
    display: inline-block;
    width: 32.3%;
    margin: 20px 0.5%;
    float: left;
    position: relative;
}


.wallpaper-blok img {
    margin-bottom: 0px;
    aspect-ratio: 5/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wallpaper-blok p.title {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-weight: 400;
    margin-bottom: 5px;
}

.wallpaper-container {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

/* a.filter-link {
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    display: inline-block;
    padding: 5px 15px;
} */

a.filter-link {
    padding: 7px 25px;
    background: #eee;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Roboto";
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: var(--small-para);
    /* margin-right: 10px; */
    color: #000;
    /* flex: 1; */
    /* min-width: 135px; */
    text-transform: uppercase;
}


a.filter-link.active, a.filter-link:hover {
    color: white;
    background: var(--red);
    text-decoration: none;
}

/* .filter .filter-link:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -5px;
    color: #333 !important;
} */

.filter {
    text-align: center;
    margin-top: 20px;
    width: 100%;

}

.filter.active {
    display: flex !important;
}


.filter:not(.subfilter) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.wallpaper-blok .image-container {
    position: relative;
}

.wallpaper-blok p.categorie {
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    font-size: var(--smaller-para);
    font-weight: 600;
    line-height: 1;
    background-color: #000000a3;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    padding: 7px 12px;
    transform: translate(20%, 30%);
}


.wallpaper-blok p.subcategorie {
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color: #ffffff;
    color: #222222;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 12px;
    font-size: var(--smaller-para);
    transform: translate(-20%, -50%);
}

.wallpaper-blok .image-container {
    position: relative;
    display: flex;
    margin-bottom: 13px;
}

.wallpaper-blok .download-links {
    font-size: 13px;
}

.share-btn.link-copied {
    color: #333;
    pointer-events: none;
}

.wallpaper-blok img.download-icon {
    width: 18px;
    vertical-align: middle;
    margin-right: 3px;
}

@media only screen and (max-width: 1018px) {
    a.filter-link {
        line-height: 20px;
    }

    .wallpaper-blok {
        width: 49%;
    }
}

@media only screen and (max-width: 768px) {
    .wallpaper-blok {
        width: 99%;
    }
}


/* redesign 2025 */
