.wd-cats .wd-cat-inner{
    padding: 10px 10px 15px 10px;
    background: #222222;
    border: 1px solid #EBB775;
}
.cat-design-zoom-out .wd-cat-image{
    transform: unset !important;
}
.cat-design-zoom-out .wd-cat-image img{
    border: 1px dotted #EBB775;
    height: 450px;
    object-fit: cover;
    object-position: top;
}
.wd-cats-element .wd-cats{
    column-gap: 27px !important;
    row-gap: 40px !important;
}
.wd-cat-header{
    transform: none !important;
}
.wd-cat-header .wd-entities-title{
    font-family: var(--font-stack);
    font-weight: 500;
    font-size: 20px !important;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    background: unset !important;
    width: 100%;
    margin-top: 15px !important;
    padding: 0 !important;
}
.wd-cat-header .wd-entities-title a{
    color: #fff !important;
}
.wd-cat-count{
    display: none;
}

@media only screen and (max-width: 767px) {
    .wd-content-layout{
        padding-block: 20px !important;
    }
    .wd-cats-element .wd-cats{
        column-gap: 15px !important;
        row-gap: 30px !important;
    }
    .cat-design-zoom-out .wd-cat-content{
        padding: 6px 6px 14px 6px !important;
    }
    .cat-design-zoom-out .wd-cat-image img{
        height: 224px;
    }
    .wd-cat-header{
        height: 54px;
    }
    .wd-cat-header .wd-entities-title{
        margin-top: 14px !important;
        font-size: 17px !important;
        line-height: 20px;
    }
    .elementor-widget-wd_product_categories .elementor-widget-container{
        margin-top: 30px !important;
    }
}
