.elementor-kit-12{--e-global-color-primary:#D26038;--e-global-color-secondary:#444444;--e-global-color-text:#444444;--e-global-color-accent:#F6B8D1;--e-global-color-11a9287:#EFEBE4;--e-global-color-ac3f54b:#FFB9D3;--e-global-color-bc9d89f:#FFC041;--e-global-color-a4f2c62:#FF540A;--e-global-color-eeeb596:#FFFFFF;--e-global-color-c4d5dbe:#304875;--e-global-color-e69c379:#757E80;--e-global-color-cae9cfb:#53BFA9;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cabin Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cabin Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cabin Condensed";--e-global-typography-accent-font-weight:500;--e-global-typography-ecd8d6c-font-family:"Cabin Condensed";--e-global-typography-ecd8d6c-font-size:1rem;--e-global-typography-ecd8d6c-font-weight:600;--e-global-typography-f37a84c-font-family:"Playfair Display";--e-global-typography-f37a84c-font-size:2.8rem;--e-global-typography-f37a84c-font-weight:800;--e-global-typography-ca9f6a6-font-family:"Playfair Display";--e-global-typography-ca9f6a6-font-size:2rem;--e-global-typography-ca9f6a6-font-weight:800;--e-global-typography-4816c93-font-family:"Titan One";--e-global-typography-4816c93-font-size:3rem;background-color:var( --e-global-color-11a9287 );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:300px;max-width:300px;}.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-kit-12{--e-global-typography-ca9f6a6-font-size:1.8rem;--e-global-typography-ca9f6a6-line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === BOTÓN AÑADIR AL CARRITO EN LA PÁGINA DE PRODUCTO === */

.single-product .single_add_to_cart_button {
  background-color: #f15a24 !important;   /* color base (naranja) */
  color: #fff !important;                 /* texto blanco */
  font-weight: 700;
  text-transform: none;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  letter-spacing: 0.02em;
  box-shadow: none;
  transition: all 0.25s ease;
  text-decoration: none;
}

/* Hover: color beige + texto negro */
.single-product .single_add_to_cart_button:hover {
  background-color: #d1cbbf !important;   /* beige hover */
  color: #000 !important;
  transform: translateY(-1px);
}
/* === BOTÓN COMPRAR UNIVERSAL NARANJA (#f15a24) CON OVERLAY BEIGE (#d1cbbf) === */

a.add_to_cart_button,
a.product_type_simple,
a.button.add_to_cart_button,
.woocommerce a.button,
.elementor a.add_to_cart_button,
.elementor a.button {
  position: relative;
  display: inline-block !important;
  background-color: #f15a24 !important;   /* naranja base */
  color: #fff !important;                 /* texto blanco */
  font-weight: 700 !important;
  text-transform: none !important;        /* texto en minúsculas */
  border: none !important;
  border-radius: 6px !important;          /* bordes redondeados */
  padding: 10px 24px !important;
  letter-spacing: 0.02em !important;
  box-shadow: none !important;
  overflow: hidden;                       /* recorta overlay */
  transition: transform 0.2s ease, color 0.2s ease;
  isolation: isolate;                     /* mantiene overlay debajo */
  text-decoration: none !important;
}

/* Overlay beige debajo del texto */
a.add_to_cart_button::after,
a.product_type_simple::after,
a.button.add_to_cart_button::after,
.woocommerce a.button::after,
.elementor a.add_to_cart_button::after,
.elementor a.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d1cbbf;              /* beige overlay */
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: inherit;
  z-index: -1;                            /* debajo del texto */
}

/* Hover: activa overlay y cambia texto a negro */
a.add_to_cart_button:hover::after,
a.product_type_simple:hover::after,
a.button.add_to_cart_button:hover::after,
.woocommerce a.button:hover::after,
.elementor a.add_to_cart_button:hover::after,
.elementor a.button:hover::after {
  opacity: 1;
}

a.add_to_cart_button:hover,
a.product_type_simple:hover,
a.button.add_to_cart_button:hover,
.woocommerce a.button:hover,
.elementor a.add_to_cart_button:hover,
.elementor a.button:hover {
  color: #000000 !important;              /* texto negro sobre beige */
  transform: translateY(-1px);
  text-decoration: none !important;
}

/* Estado “añadido al carrito” */
.woocommerce a.added_to_cart {
  background: none !important;
  color: #2b2b2b !important;
  font-weight: 700;
  text-transform: none !important;
  margin-left: 6px;
  font-size: 13px;
  text-decoration: none !important;
}/* End custom CSS */