.elementor-kit-30228{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-832de4e:#000000;--e-global-typography-primary-font-family:"Gotham Espaciado";--e-global-typography-primary-font-size:13px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Gotham Espaciado";--e-global-typography-secondary-font-size:13px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gotham Espaciado";--e-global-typography-text-font-size:13px;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Gotham Espaciado";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:400;font-family:"Gotham", Sans-serif;}.elementor-kit-30228 e-page-transition{background-color:#FFBC7D;}.elementor-kit-30228 a{color:#000000;font-family:"Gotham", Sans-serif;}.elementor-kit-30228 a:hover{font-family:"Gotham", Sans-serif;text-decoration:underline;}.elementor-kit-30228 h1{font-family:"Gotham", Sans-serif;}.elementor-kit-30228 h2{font-family:"Gotham", Sans-serif;}.elementor-kit-30228 h3{font-family:"Gotham", Sans-serif;}.elementor-kit-30228 h4{font-family:"Gotham", Sans-serif;}.elementor-kit-30228 h5{font-family:"Gotham", Sans-serif;}.elementor-kit-30228 h6{font-family:"Gotham", Sans-serif;}.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;}{}h2.common-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 */.ean_wrapper{
    display:none!important;
    
}


input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  border-radius: 0; /* Elimina bordes redondeados predeterminados */
}

input,
textarea {
  font-size: 16px!important;
}

input,
textarea {
  padding: 5px 10px 3px 10px!important; /* Espacio interior consistente */
  line-height: 1.5!important; /* Espaciado del texto */
  height: auto!important; /* Asegura que no esté restringido */
  min-height: 22px!important; /* Garantiza un tamaño mínimo */
  box-sizing: border-box!important; /* Incluye padding y border */
}



html, body {
    scroll-behavior: auto !important; /* Desactiva cualquier scroll suave */
    overscroll-behavior: none; /* Previene rebotes */
}

input:focus, textarea:focus {
    scroll-margin-top: 0px; /* Elimina cualquier ajuste al enfocar */
    position: static; /* Asegura que el input no se desplace */
}

/*OCULTARDIRECCIONCHECKOUT*/
.woocommerce-shipping-fields{
    display:none;
}

#jet-mega-menu-item-89314{
	background: #7c9c32 !important;
	color:#ffffff!important;
}

.eael-woo-product-carousel-container 
.eael-woo-product-carousel .product.swiper-slide {
    position: static !important;
    min-height: auto !important;
}


/* Cambia el fondo del item activo del menú EAEL */
.eael-advanced-menu li.current-menu-item > a.aeal-item-active {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* === BOTÓN DE LUPA === */
.buscador-icono {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.buscador-icono:hover {
  color: #aaa;
}

/* === OVERLAY OSCURO === */
.buscador-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5vh 2vw;
}

/* === BARRA DE BÚSQUEDA CENTRAL === */
.buscador-barra {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.buscador-barra input {
  width: 100%;
  padding: 18px 60px 18px 25px;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  background: #fff;
  color: #333;
  outline: none;
}

.buscador-barra input::placeholder {
  color: #777;
}

.cerrar-buscador {
  position: absolute;
  right: 20px;
  font-size: 26px;
  color: #555;
  background: none;
  border: none;
  cursor: pointer;
}

.cerrar-buscador:hover {
  color: #000;
}

/* === OVERLAY OSCURO === */
.buscador-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;   /* centra horizontalmente */
  align-items: flex-start;    /* deja espacio arriba para el input */
  flex-direction: column;
  padding-top: 10vh;
  overflow-y: auto;
}

/* === BARRA DE BÚSQUEDA CENTRAL === */
.buscador-barra {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === CONTENEDOR DE RESULTADOS (oculto por defecto) === */
#resultados-busqueda {
  display: none;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
}

/* Se muestra SOLO cuando hay loader o resultados */
#resultados-busqueda.mostrar { display: block; }

/* Por si acaso: si está vacío, que no aparezca */
#resultados-busqueda:empty {
  display: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* === AQUI va el grid real === */
#resultados-busqueda .resultados-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  justify-items: center;
  align-content: start;
}


/* === PRODUCTOS === */
.resultado-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #222;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 220px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.resultado-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.resultado-item img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.resultado-item .titulo {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.3;
}

.resultado-item .precio {
  color: #4CAF50;
  font-weight: 700;
  font-size: 15px;
}

/* === BOTÓN "VER TODOS LOS RESULTADOS" === */
.ver-todos-resultados {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 20px;
}

.boton-ver-todos {
  display: inline-block;
  border: 2px solid #4CAF50;
  color: #4CAF50;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.boton-ver-todos:hover {
  background: #4CAF50;
  color: #fff;
}

/* === LOADER CON LOGO DE LÍMITE SUR === */
.buscador-logo-loader {
  width: 110px;
  height: 110px;
  margin: 60px auto;
  background-image: url('https://env-limitesur-debug.kinsta.cloud/wp-content/uploads/2025/11/LOGO_ALBATROSS_NEGRO.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: pulso3D 2s ease-in-out infinite;
  transform-origin: center;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}

@keyframes pulso3D {
  0%, 100% {
    transform: scale(1) rotateY(0deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.15) rotateY(10deg);
    opacity: 1;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham Espaciado';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://limitesur.cl/wp-content/uploads/2025/01/GothamMedium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Medium.woff2') format('woff2'),
		url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Light.woff2') format('woff2'),
		url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Bold.woff2') format('woff2'),
		url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Bold-Italic.woff2') format('woff2'),
		url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Bold-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Light-Italic.woff2') format('woff2'),
		url('https://limitesur.cl/wp-content/uploads/2022/08/Gotham-Light-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://limitesur.cl/wp-content/uploads/2022/08/GothamMediumItalic.woff2') format('woff2'),
		url('https://limitesur.cl/wp-content/uploads/2022/08/GothamMediumItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */