.elementor-440 .elementor-element.elementor-element-5489419{--display:flex;}.elementor-440 .elementor-element.elementor-element-d0bafb5{--display:flex;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{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-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products .attachment-woocommerce_thumbnail{margin-bottom:80px;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#460389;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#460389;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product .price{color:#47028F;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product .price ins{color:#47028F;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product .price ins .amount{color:#47028F;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product .price del{color:#109524;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product .price del .amount{color:#109524;}.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-440 .elementor-element.elementor-element-20c69d1 .elementor-products-nothing-found{font-family:"Roboto", Sans-serif;font-weight:400;}@media(max-width:1024px){.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-440 .elementor-element.elementor-element-20c69d1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-20c69d1 *//* TARJETAS DE PRODUCTO */

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

/* IMÁGENES */

.woocommerce ul.products li.product img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

/* TÍTULOS */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 55px;
    font-weight: 700;
    font-size: 18px;
    color: #3c0d99;
}

/* PRECIO */

.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: 700;
    color: #00bcd4;
}

/* BOTÓN */

.woocommerce ul.products li.product .button {
    margin-top: auto;
    background: #5b21b6;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 16px;
    text-align: center;
}

.woocommerce ul.products li.product .button:hover {
    background: #6d28d9;
}

/* OCULTAR ESTRELLAS VACÍAS */

.woocommerce .star-rating {
    display: none;
}/* End custom CSS */