.elementor-kit-6{--e-global-color-primary:#2E5234;--e-global-color-secondary:#4A7C59;--e-global-color-text:#000000;--e-global-color-accent:#D35400;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#000000;color:#FFFFFF;}.elementor-kit-6 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Cambiar todos los botones de añadir al carrito de WooCommerce a negro */
.woocommerce a.button, 
.woocommerce button.button.alt, 
.woocommerce .add_to_cart_button,
.woocommerce .product_type_simple {
    background-color: #000000 !important;
    color: #ffffff !important; /* Texto en blanco */
    transition: background-color 0.3s ease;
}

/* Color al pasar el ratón por encima (Hover) */
.woocommerce a.button:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce .add_to_cart_button:hover,
.woocommerce .product_type_simple:hover {
    background-color: #333333 !important; /* Gris oscuro al pasar el cursor */
    color: #ffffff !important;
}
/* Cambiar el color del precio a verde oscuro de forma global */
.woocommerce .price,
.woocommerce .amount,
.woocommerce-Price-amount {
    color: #1b5e20 !important; /* Este es un tono verde oscuro tipo bosque/premium */
}

/* Evitar que el precio original tachado (cuando un producto está en oferta) se ponga verde */
.woocommerce del .amount {
    color: #aaaaaa !important; /* Mantiene el precio antiguo en gris claro para que se entienda la rebaja */
}
/* Texto blanco para todos los botones en bucles de productos */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
    color: #ffffff !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover {
    color: #ffffff !important;
/* Forzar botón a fondo negro y texto blanco usando su clase exacta */
a.boton-producto {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Efecto al pasar el ratón (Hover) */
a.boton-producto:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}/* End custom CSS */