.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-117 .elementor-element.elementor-element-0c02cdd{grid-column:span 1;grid-row:span 1;}.elementor-117 .elementor-element.elementor-element-0c02cdd.elementor-element{--order:-99999 /* order start hack */;}.elementor-117 .elementor-element.elementor-element-0c02cdd.elementor-wc-products  ul.products{grid-column-gap:0px;grid-row-gap:24px;}/* Start custom CSS for wc-categories, class: .elementor-element-0c02cdd *//* 4 Column Layout */
.woocommerce .products{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.woocommerce .products .product-category{
    width:100% !important;
    margin:0 !important;
    border:1px solid #d6d6d6;
    background:#f5f5f5;
    overflow:hidden;
    list-style:none;
}

/* Image */
.woocommerce .products .product-category img{
    width:100% !important;
    height:200px !important;
    object-fit: contain;
    padding: 0px;
    background:#f5f5f5;
    transition:.3s;
}

/* Category Title */
.woocommerce-loop-category__title{
    background:#16A34A !important;
    color:#fff !important;
    text-align:center;
    font-size:16px !important;
    font-weight:700 !important;
    padding:15px 1px !important;
    margin:0 !important;
    line-height:1.4;
    border-radius: 5px;
}

/* Hide Count */
.woocommerce-loop-category__title .count{
    display:none !important;
}

/* Link */
.woocommerce .products .product-category a{
    text-decoration:none !important;
}

/* Hover */
.woocommerce .products .product-category:hover img{
    transform:scale(1.05);
}

/* Tablet */
@media(max-width:1024px){
    .woocommerce .products{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

/* Mobile */
@media(max-width:767px){
    .woocommerce .products{
        grid-template-columns:1fr !important;
    }

    .woocommerce .products .product-category img{
        height:200px !important;
    }

    .woocommerce-loop-category__title{
        font-size:16px !important;
    }
}/* End custom CSS */