.elementor-1638 .elementor-element.elementor-element-fdc94e4:not(.elementor-motion-effects-element-type-background), .elementor-1638 .elementor-element.elementor-element-fdc94e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121D3F;}.elementor-1638 .elementor-element.elementor-element-fdc94e4, .elementor-1638 .elementor-element.elementor-element-fdc94e4 > .elementor-background-overlay{border-radius:10px 10px 10px 10px;}.elementor-1638 .elementor-element.elementor-element-fdc94e4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-83px;margin-bottom:0px;}.elementor-1638 .elementor-element.elementor-element-fdc94e4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1638 .elementor-element.elementor-element-4201186{text-align:center;}.elementor-1638 .elementor-element.elementor-element-4201186 .elementor-heading-title{color:#FFFFFF;}.elementor-1638 .elementor-element.elementor-element-4201186 > .elementor-widget-container{margin:8px 0px 0px 0px;}.elementor-1638 .elementor-element.elementor-element-e6ab60d{margin-top:17px;margin-bottom:17px;}.elementor-1638 .elementor-element.elementor-element-354a84c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:48px;}.elementor-1638 .elementor-element.elementor-element-354a84c .product{text-align:center;}.elementor-1638 .elementor-element.elementor-element-354a84c a > img{border-radius:10px 10px 10px 10px;margin-bottom:0px;}.elementor-1638 .elementor-element.elementor-element-354a84c > .elementor-widget-container{margin:0px 0px 0px 75px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-1638 .elementor-element.elementor-element-e6ab60d{margin-top:0px;margin-bottom:0px;}.elementor-1638 .elementor-element.elementor-element-354a84c > .elementor-widget-container{margin:0px 0px 0px 31px;}}@media(max-width:767px){.elementor-1638 .elementor-element.elementor-element-354a84c > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for wc-categories, class: .elementor-element-354a84c *//* Ocultar los contadores de productos */
.woocommerce .product-category mark.count {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-title, class: .elementor-element-8d2f48b *//* Main category container styling */
.woocommerce .product-category {
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    width: calc(33.333% - 20px) !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px) !important;
}

/* Row centering and layout */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 15px;
}

/* Remove default styling for list items */
.woocommerce ul.products li {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
}

/* Category wrapper styling */
.woocommerce .product-category a {
    display: block;
    background-color: #f7f7f7;
    padding: 25px 15px;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

/* Image styling */
.woocommerce .product-category img {
    max-width: 145px;
    height: auto;
    margin: 0 auto 15px;
    transition: transform 0.3s ease;
}

/* Title styling */
.woocommerce .product-category h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #202020 !important;
    margin-top: 15px !important;
    transition: color 0.3s ease;
}

/* Count styling */
.woocommerce .product-category mark {
    background: transparent;
    color: #777;
    font-weight: normal;
}

/* Hover effects */
.woocommerce .product-category a:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.woocommerce .product-category a:hover img {
    transform: scale(1.05);
}

.woocommerce .product-category a:hover h2 {
    color: #000 !important;
}

/* Responsive adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce .product-category {
        width: calc(50% - 15px) !important;
        flex: 0 0 calc(50% - 15px) !important;
        max-width: calc(50% - 15px) !important;
    }
}

@media (max-width: 767px) {
    .woocommerce ul.products {
        gap: 15px;
    }
    
    .woocommerce .product-category {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
    
    .woocommerce .product-category a {
        padding: 15px 10px;
    }
}/* End custom CSS */