.elementor-kit-961{--e-global-color-primary:#2B2E37;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#EE6C4E;--e-global-color-2a9f9ba:#F8F9F9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-961 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* TARJETA */
.woocommerce ul.products li.product {
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
    transform: translateY(-4px);
}

/* BOTÓN LIMPIO */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .add_to_cart_button {
    display: block;
    width: 100%;
    background: #ff6a00;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 18px;
    border: none;
    transition: all 0.2s ease;
}

/* HOVER */
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
    background: #111111;
    color: #ffffff;
}

/* ESTADO DESPUÉS DE CLICK */
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .added {
    background: #ff6a00 !important;
    color: #ffffff !important;
}/* End custom CSS */