.wd-cat {
    text-align: center
}

.wd-cat img {
    width: 100%;
    border-radius: 8px;
}

.wd-cat-inner {
    position: relative
}

.wd-cat-content {
    padding: 10px
}

.wd-cat-wrap {
    padding: var(--wd-prod-bg-sp);
    border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius))
}

.wd-cat .wd-entities-title {
    text-transform: inherit;
    font-size: 20px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-cat {
    --wd-prod-bg-sp: 15px
}

@media (max-width: 768.98px) {
    :is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-cat {
        --wd-prod-bg-sp: 10px
    }
}
