.elementor-381 .elementor-element.elementor-element-8b25a02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-381 .elementor-element.elementor-element-2069fa1{--display:flex;}.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-size:var( --e-global-typography-primary-font-size );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-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-381 .elementor-element.elementor-element-38a0117.elementor-wc-products  ul.products{grid-column-gap:35px;grid-row-gap:0px;}.elementor-381 .elementor-element.elementor-element-38a0117 a > img{border-radius:30px 30px 30px 30px;}@media(max-width:1024px){.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for wc-categories, class: .elementor-element-38a0117 *//* Aplica a TODAS las listas de productos y categorías del sitio */
ul.products li.product {
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}

ul.products li.product:hover {
    transform: translateY(-6px) scale(1.01) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
    z-index: 2;
}

ul.products li.product img {
    transition: transform 0.6s ease !important;
}

ul.products li.product:hover img {
    transform: scale(1.08) !important;
}

/* Títulos */
ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #1d1d1f !important;
}/* End custom CSS */