.elementor-1397 .elementor-element.elementor-element-d8f8da9 > .elementor-container{min-height:0px;}.elementor-1397 .elementor-element.elementor-element-d8f8da9{margin-top:1px;margin-bottom:0px;}.elementor-bc-flex-widget .elementor-1397 .elementor-element.elementor-element-5ed176e.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1397 .elementor-element.elementor-element-5ed176e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1397 .elementor-element.elementor-element-5ed176e.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1397 .elementor-element.elementor-element-5ed176e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-1397 .elementor-element.elementor-element-5ed176e > .elementor-element-populated{margin:0px 0px -1px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1397 .elementor-element.elementor-element-5ed176e{width:100%;}}/* Start custom CSS for html, class: .elementor-element-382506f *//* ===== BOTON CTA EVOLVIA HOME ===== */
.header-evolvia .cta-evolvia-btn {
  background: linear-gradient(135deg, #C9A646, #E5C874);
  color: #ffffff !important;
  padding: 12px 22px !important;
  border-radius: 6px !important; /* rectangular elegante */
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.header-evolvia .cta-evolvia-btn:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(201,166,70,0.35);
}

/* ===== MOBILE MÁS CHICO Y RECTANGULAR ===== */
@media (max-width: 767px) {
  .header-evolvia .cta-evolvia-btn {
    padding: 6px 10px !important;  /* más compacto */
    font-size: 12px !important;
    border-radius: 3px !important; /* casi cuadrado */
  }
}
/* OVERLAY OSCURO */
#miniCartOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}

/* PANEL CARRITO */
.mini-cart {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  max-width: 90%;
  height: 100%;
  background: #ffffff;
  box-shadow: -8px 0 30px rgba(0,0,0,0.08);
  transition: right 0.35s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

/* ACTIVO */
.mini-cart.active {
  right: 0;
}
#miniCartOverlay.active {
  opacity: 1;
  visibility: visible;
}

/* HEADER */
.mini-cart-header {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-header h3 {
  font-size: 18px;
  font-weight: 600;
}
.close-cart {
  font-size: 26px;
  cursor: pointer;
}

/* BODY */
.mini-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.empty-cart {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

/* FOOTER */
.mini-cart-footer {
  padding: 20px;
  border-top: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-view-cart {
  text-align: center;
  padding: 12px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.btn-checkout {
  text-align: center;
  padding: 14px;
  background: linear-gradient(135deg, #C9A646, #E5C874);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
}
/* Ocultar botones duplicados del widget Woo dentro del mini cart */
.mini-cart-body .woocommerce-mini-cart__buttons {
  display: none !important;
}
/* Hover negro en botones del mini carrito */
.btn-view-cart:hover,
.btn-checkout:hover {
  color: #000000 !important;
}

/* Opcional: mantener fondo dorado en checkout y solo cambiar texto */
.btn-checkout:hover {
  background: linear-gradient(135deg, #C9A646, #E5C874);
}

/* Si quieres que el botón "Ver carrito" también oscurezca el borde */
.btn-view-cart:hover {
  border-color: #000000 !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-d8f8da9 *//* ===== HEADER EVOLVIA HOME ===== */
.header-evolvia {
  width: 100%;
  background: #ffffff;
  padding: 18px 30px;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 999;
}

.header-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===== LOGO ===== */
.logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

/* ===== MENU ===== */
.menu-principal ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.menu-principal a {
  text-decoration: none;
  color: #111111;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
}

.menu-principal a:hover {
  color: #C9A646;
}

/* ===== BOTON CTA BASE (rectangular elegante) ===== */
.cta-evolvia-btn {
  background: linear-gradient(135deg, #C9A646, #E5C874);
  color: #ffffff !important;
  padding: 12px 22px;
  border-radius: 6px; /* antes 10px → ahora más rectangular */
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.cta-evolvia-btn:visited,
.cta-evolvia-btn:focus,
.cta-evolvia-btn:active,
.cta-evolvia-btn:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.cta-evolvia-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(201,166,70,0.35);
}

/* ===== TEXTO RESPONSIVE CTA ===== */
.cta-mobile { display: none; }

/* ===== MENU HAMBURGUESA ===== */
.menu-hamburguesa {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-hamburguesa span {
  width: 26px;
  height: 3px;
  background: #111;
  border-radius: 2px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {

  .menu-principal {
    display: none;
    position: absolute;
    top: 85px;
    right: 20px;
    background: #ffffff;
    flex-direction: column;
    width: 230px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .menu-principal ul {
    flex-direction: column;
    gap: 18px;
  }

  .menu-hamburguesa {
    display: flex;
  }

  .cta-desktop { display: none; }
  .cta-mobile { display: inline; }

  .logo img {
    height: 50px;
  }

  .cta-evolvia-btn {
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 8px;
  }
}

/* ===== MOBILE MÁS COMPACTO ===== */
@media (max-width: 767px) {
  .logo img {
    height: 42px;
  }

  .cta-evolvia-btn {
    padding: 6px 12px; /* más chico */
    font-size: 12px;   /* más compacto */
    border-radius: 4px; /* casi rectangular */
  }
}


/* ===== ACTIVAR MENU ===== */
.menu-principal.active {
  display: flex !important;
}
/* ACCIONES HEADER (boton + carrito) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* ICONO CARRITO */
.cart-icon-evolvia {
  position: relative;
  font-size: 22px;
  text-decoration: none;
  color: #111111;
  transition: all 0.3s ease;
}

.cart-icon-evolvia:hover {
  color: #C9A646;
  transform: translateY(-2px);
}

/* CONTADOR */
.cart-count {
  position: absolute;
  top: -8px;
  right: -12px;
  background: #C9A646;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 18px;
  text-align: center;
}

/* MOBILE */
@media (max-width: 991px) {
  .header-actions {
    gap: 12px;
  }
  .cart-icon-evolvia {
    font-size: 20px;
  }
}
/* ICONO CARRITO MODERNO */
.cart-icon-evolvia {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cart-svg {
  width: 26px;
  height: 26px;
}

.cart-icon-evolvia:hover {
  color: #C9A646;
  transform: translateY(-2px);
}

/* BURBUJA ROJA */
.cart-count {
  position: absolute;
  top: -8px;
  right: -12px;
  background: #e11d48; /* rojo premium */
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  padding: 3px 7px;
  min-width: 18px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(225,29,72,0.35);
}
/* Mover carrito hacia la izquierda en mobile */
@media (max-width: 991px) {
  .cart-icon-evolvia {
    margin-right: 8px; /* lo empuja hacia la izquierda */
  }
}
@media (max-width: 991px) {
  .cart-icon-evolvia {
    margin-right: 14px;
  }
}
/* OVERLAY OSCURO */
#miniCartOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}

/* PANEL CARRITO */
.mini-cart {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  max-width: 90%;
  height: 100%;
  background: #ffffff;
  box-shadow: -8px 0 30px rgba(0,0,0,0.08);
  transition: right 0.35s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

/* ACTIVO */
.mini-cart.active {
  right: 0;
}
#miniCartOverlay.active {
  opacity: 1;
  visibility: visible;
}

/* HEADER */
.mini-cart-header {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-header h3 {
  font-size: 18px;
  font-weight: 600;
}
.close-cart {
  font-size: 26px;
  cursor: pointer;
}

/* BODY */
.mini-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.empty-cart {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

/* FOOTER */
.mini-cart-footer {
  padding: 20px;
  border-top: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-view-cart {
  text-align: center;
  padding: 12px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.btn-checkout {
  text-align: center;
  padding: 14px;
  background: linear-gradient(135deg, #C9A646, #E5C874);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
}/* End custom CSS */