.elementor-kit-3808{--e-global-color-primary:#034C8F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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 *//* CSS PARA BOTON DE WHATSAPP EN PREVIW DE PRODUCTO */


.eael-whatsapp-btn {
    display: inline-block;
    background: #62BC4A;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    transition: 0.3s ease;
}

.eael-whatsapp-btn:hover {
    background: #48C526;
    color: #fff !important;
}

.eael-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ozul-wa-button{
    z-index: 1500;
}


.eael-product-popup.woocommerce div.product .product_meta{
    border-top: none;
}

/* POPUP DE PREVIEW DE PRODUCTO */

.eael-product-details-wrap, .eael-product-image-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}


/* ESTILOS DEL BUSCADOR DE PRODUCTOS */

/* ITEM RESULTADO */
.aws_result_item{
    border-bottom:1px solid #034C8F;
    padding:14px 18px;
}

/* LINK CONTENEDOR */
.aws_result_link{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

/* IMAGEN */
.aws_result_image img{
    width:60px;
    height:60px;
    object-fit:cover;
}

/* CONTENIDO */
.aws_result_content{
    display:flex;
    flex-direction:column;
    gap:6px;
}

/* TITULO (sin azul de link) */
.aws_result_title,
.aws_result_link_top{
    color:#222 !important;
    text-decoration:none;
    font-weight:600;
}

/* DESCRIPCION */
.aws_result_excerpt{
    color:#666;
    font-size:13px;
}

/* PRECIO */
.aws_result_price{
    margin-top:4px;
    font-weight:600;
}

/* HOVER ITEM */
.aws_result_item:hover{
    background: #034C8F1A !important;
}

/* BOTON VER TODOS */
.aws_search_more{
    text-align:center;
}

.aws_search_more a{
    text-decoration:none;
    color:#333;
    font-weight:600;
    display:block;
    padding:12px;
}

/* HOVER BOTON VER MAS */
.aws_search_more a:hover{
    color:#034C8F;
}


/* BUSCADOR DE HEADER */

.aws-loader{
    right: 50px !important;
}

.aws-search-form {
    height: 50px !important;
}
.aws-search-form input[type="search"]{
    border-radius: 30px !important;
    padding: 20px;
    font-size: 16px
}

.aws-search-form .aws-search-btn.aws-form-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    height: 100%;
    width: 50px !important;
    align-items: center;
    border-radius: 30px !important;
    align-self: center;
}





/* CSS DEL CARD ITEM DE PRODUCTO EN TIENDA */

/* Asegura que la tarjeta permita ocultar el botón */
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
}

/* Botón */
.btn-cotizar {
    position: absolute;
    top: 10px;
    right: -150px; /* oculto fuera */
    background: #034C8F;
    color: #fff;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.4s ease;
    z-index: 10;
    border: 2px solid #034C8F;
}

.btn-cotizar:hover{
    background: #fff;
    color: #034C8F;
}

/* Hover en la tarjeta */
.woocommerce ul.products li.product:hover .btn-cotizar {
    right: 10px; /* entra desde la derecha */
}

/* Cuando deja de hacer hover, se va hacia la izquierda */
.woocommerce ul.products li.product .btn-cotizar {
    transform: translateX(0);
}

.woocommerce ul.products li.product:not(:hover) .btn-cotizar {
    transform: translateX(-40px);
    opacity: 0;
}











/* Contenedor del loader */
.wpfPreview.wpfPreviewLoader {
    grid-column: 1 / -1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    position: relative;
}

/* Ocultar spinner default */
.wpfPreviewLoader .spinner {
    display: none !important;
}

/* Crear loader moderno */
.wpfPreviewLoader::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url("https://www.anzen.pe/wp-content/uploads/2026/05/min-anzen-loader.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    animation: zoomPulse 1.5s ease-in-out infinite;
}

/* Glow moderno detrás */
.wpfPreviewLoader::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #034C8F, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 1.5s ease-in-out infinite;
}

/* Animaciones */
@keyframes zoomPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.6;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
    100% {
        transform: scale(0.8);
        opacity: 0.3;
    }
}


/* NUEVO REWORK DISEÑO FILTRO */





/* ══════════════════════════════════════
   FILTRO TIENDA PRO — Diseño Moderno
   ══════════════════════════════════════ */

.filtro-tienda-pro {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ebebeb;
  padding: 0;
  overflow: hidden;
}

.filtro-tienda-pro .wpfFilterWrapper {
  margin-top: 0;
}
.filtro-tienda-pro .wpfFilterWrapper:last-of-type {
  border-bottom: none;
}

/* ── Etiquetas de sección ── */
.filtro-tienda-pro .wfpDescription {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  padding: 14px 18px 6px;
}

.filtro-tienda-pro .wpfFilterContent {
  padding-bottom: 0px;
}

/* ── Slider de precio ── */
.filtro-tienda-pro .wpfPriceFilterRange {
  margin: 8px 18px 10px !important;
  height: 4px !important;
  background: #f0f0f0 !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: none !important;
  width: 90% !important;
}
.filtro-tienda-pro .wpfPriceFilterRange .ui-slider-range {
  background: #034C8F !important;
  border-radius: 4px !important;
}
.filtro-tienda-pro .wpfPriceFilterRange .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  top: -7px !important;
  background: #fff !important;
  border: 2px solid #034C8F !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 4px #034C8F4F !important;
  cursor: pointer !important;
  outline: none !important;
  transition: box-shadow 0.15s !important;
}
.filtro-tienda-pro .wpfPriceFilterRange .ui-slider-handle:hover,
.filtro-tienda-pro .wpfPriceFilterRange .ui-slider-handle:focus {
  box-shadow: 0 0 0 4px #034C8F4F !important;
}

.filtro-tienda-pro .wpfPriceInputs {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: #222 !important;
}
.filtro-tienda-pro .wpfCurrencySymbol {
  font-weight: 600 !important;
  color: #034C8F !important;
  font-size: 16px !important;
}
.filtro-tienda-pro .wpfPriceRangeField {
  border: 1.5px solid #034C8F !important;
  border-radius: 7px !important;
  padding: 4px 8px !important;
  font-size: 15px !important;
  color: #222 !important;
  background: #fafafa !important;
  width: 60px !important;
  text-align: center !important;
  outline: none !important;
  transition: border-color 0.15s !important;
}
.filtro-tienda-pro .wpfPriceRangeField:focus {
  border-color: #034C8F !important;
  background: #fff !important;
}
.filtro-tienda-pro .wpfFilterDelimeter {
  color: #034C8F !important;
}


#filtro-de-tienda .ui-slider.ui-widget-content .ui-slider-handle{
    border: 1px solid #034C8F !important;
}


/* ── Lista de checkboxes ── */
.filtro-tienda-pro .wpfCheckboxHier ul {
  list-style: none;
  margin: 0;
  padding: 0 18px;
  overflow-y: auto;
}


/* Scrollbar lista categorías */
.filtro-tienda-pro .wpfCheckboxHier ul {
  scrollbar-width: thin;
  scrollbar-color: #034C8F #f0f0f0;
}

/* Chrome / Edge / Safari */
.filtro-tienda-pro .wpfCheckboxHier ul::-webkit-scrollbar {
  width: 4px;
}
.filtro-tienda-pro .wpfCheckboxHier ul::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
  margin: 4px 0;
}
.filtro-tienda-pro .wpfCheckboxHier ul::-webkit-scrollbar-thumb {
  background: #034C8F;
  border-radius: 4px;
}
.filtro-tienda-pro .wpfCheckboxHier ul::-webkit-scrollbar-thumb:hover {
  background: #034C8F;
}




/* Subcategorías con indentación */
.filtro-tienda-pro .wpfCheckboxHier li > ul { padding-left: 22px; }

.filtro-tienda-pro .wpfLiLabel {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 4px;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.12s;
}
.filtro-tienda-pro .wpfLiLabel:hover { background: #fff8ec; }

/* Checkbox custom */
.filtro-tienda-pro .wpfCheckbox {
  position: relative;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.filtro-tienda-pro .wpfCheckbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.filtro-tienda-pro .wpfCheckbox label {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  border: 1.5px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  position: relative;
}
.filtro-tienda-pro .wpfCheckbox input[type="checkbox"]:checked + label {
  background: #034C8F;
  border-color: #034C8F;
}
.filtro-tienda-pro .wpfCheckbox input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  left: 4px; top: 1.5px;
  width: 5px; height: 9px;
  border: 2px solid #fff;
  border-top: none; border-left: none;
  transform: rotate(45deg);
}
.filtro-tienda-pro .wpfCheckbox label:hover { border-color: #034C8F; }

.filtro-tienda-pro .wpfFilterTaxNameWrapper {
  font-size: 15px;
  color: #333;
}

/* ── Selects / Dropdowns ── */
.filtro-tienda-pro .wpfCheckboxHier select,
.filtro-tienda-pro #wpfSortProducts {
  width: calc(100% - 36px);
  margin: 4px 18px;
  padding: 14px 32px 14px 12px;
  border: 1.5px solid #ebebeb;
  border-radius: 9px;
  font-size: 16px;
  color: #222;
  background: #fafafa;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23034C8F' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  outline: none;
  display: block;
  transition: border-color 0.15s, background 0.15s;
}
.filtro-tienda-pro .wpfCheckboxHier select:hover,
.filtro-tienda-pro .wpfCheckboxHier select:focus,
.filtro-tienda-pro #wpfSortProducts:hover,
.filtro-tienda-pro #wpfSortProducts:focus {
  border-color: #034C8F;
  background-color: #fff;
}

/* ── Botón Filtrar ── */
.filtro-tienda-pro .wpfFilterButtons {
  padding: 14px 18px;
}
.filtro-tienda-pro .wpfFilterButton {
  width: 100%;
  padding: 11px;
  background: #034C8F;
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
}
.filtro-tienda-pro .wpfFilterButton:hover { background: #034C8F; }
.filtro-tienda-pro .wpfFilterButton:active {
  transform: scale(0.98);
  background: #034C8F;
}

/* ── Utilidades ── */
.filtro-tienda-pro .wpfVisibilityHidden { display: none !important; }
.filtro-tienda-pro .wpfSrOnly {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0);
}











/* CAMBIO DE COLOR PARA LOS BOTONES EN HOVER DE UNA CARD DE TIENDA */

.eael-product-wrap .icons-wrap li a{
    background-color: #034C8F !important;
}

.eael-woo-pagination .page-numbers li a.current{
    background-color: #034C8F !important;
}



/* QUITAR BOTON DE CARRO EN PRODUCTO CARD */

.eael-product-modal-bg form{
    display: none !important;
}



/* LOADER */
.wpfLoaderLayout {
    background: rgba(255,255,255,0.8);
}/* End custom CSS */