.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;background-color:#CAF1FF;}.elementor-kit-11 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);}.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 *//* === MENÚ DE ESCRITORIO === */
.header-main {
  position: fixed;
  top: 40px;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 9999;
}
.header-main.scrolled {
  background-color: #CAF1FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* === MENÚ DE MÓVIL === */
.mobile-header {
  position: fixed;
  top: 40px;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  z-index: 9999;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.mobile-header.scrolled {
  background-color: #CAF1FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* LOGO con animación de aparición */
.logo-scroll {
  display: none;
  transition: opacity 0.3s ease;
}
.logo-scroll.show {
  display: block !important;
  opacity: 1;
}

/* Ocultar el header móvil en desktop */
@media(min-width: 768px) {
  .mobile-header {
    display: none !important;
  }
}

/* Ocultar el header desktop en móvil */
@media(max-width: 767px) {
  .header-main {
    display: none !important;
  }
}

/* Quitar mensajes de woocmerce  */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* Fondo para el menú del carrito AJAX - Desktop y Móvil */
.elementor-menu-cart__main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://tierhaze.com/wp-content/uploads/2025/07/Recurso-29.svg'); /* Fondo desktop por defecto */
}

/* Cambia el fondo en móviles */
@media (max-width: 768px) {
  .elementor-menu-cart__main {
    background-image: url('https://tierhaze.com/wp-content/uploads/2025/07/Recurso-32.svg');
  }
}/* End custom CSS */