.elementor-kit-18{--e-global-color-primary:#074877;--e-global-color-secondary:#10131D;--e-global-color-text:#777777;--e-global-color-accent:#A3B0C6;--e-global-color-6606d2d:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#F3F3F3;font-family:"Inter", Sans-serif;font-weight:400;line-height:27px;letter-spacing:0.1px;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 a{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-18 h1{font-family:"Inter", Sans-serif;font-size:50px;font-weight:800;}.elementor-kit-18 h2{font-family:"Inter", Sans-serif;font-size:40px;font-weight:800;}.elementor-kit-18 h3{font-family:"Inter", Sans-serif;font-size:40px;font-weight:800;}.elementor-kit-18 h4{font-family:"Inter", Sans-serif;font-size:23px;font-weight:600;}.elementor-kit-18 h5{font-family:"Inter", Sans-serif;font-size:19px;font-weight:600;}.elementor-kit-18 h6{font-family:"Inter", Sans-serif;font-size:17px;font-weight:500;text-transform:uppercase;letter-spacing:1px;}.elementor-kit-18 button,.elementor-kit-18 input[type="button"],.elementor-kit-18 input[type="submit"],.elementor-kit-18 .elementor-button{color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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);}@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 *//* ============================================================
   🦩 Escala tipográfica universal (solo tamaños)
   ============================================================ */

:root {
  /* Título principal */
  --font-h1: clamp(2rem, 6vw, 4rem);

  /* Subtítulos (h2, h3, h4) */
  --font-h2-4: clamp(1.5rem, 4vw, 2.25rem);

  /* Titulares pequeños (h5) */
  --font-h5: clamp(1.25rem, 3vw, 1.75rem);

  /* Titulares mínimos (h6) */
  --font-h6: clamp(1.1rem, 2vw, 1.25rem);

  /* Texto base */
  /*--font-body: clamp(1rem, 1.vw, 1.125rem);*/

  /* Texto pequeño */
  --font-small: clamp(0.875rem, 1.5vw, 1rem);
}

/* Aplicación global */
h1 { font-size: var(--font-h1); }
h2, h3, h4 { font-size: var(--font-h2-4); }
h5 { font-size: var(--font-h5); }
h6 { font-size: var(--font-h6); }
p, li { font-size: var(--font-body); }
small { font-size: var(--font-small); }



/* Móvil: 2 columnas (base) */
.woolentor-columns-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] {
    grid-template-columns: repeat(2, 1fr);
}

/* PC: 4 columnas (desde 700px) */
@media (min-width: 700px) {
    .woolentor-columns-3 .woolentor-product-grid .woolentor-products-wrapper > [class*="woolentor-columns-"] {
        grid-template-columns: repeat(4, 1fr);
    }
}


.iradio_square-blue {
    display: none;
}

label.woof_radio_label {
    font-size: 14px;
}


ul.woof_list_radio > li > .woof_radio_label {
    font-weight: bold;
}



span.wcapf-filter-item-label {
    line-height: 20px;
    font-size: 15px !important;
}

li.wcapf-filter-option input[type="checkbox"] {
    display: none !important;
}


.wcapf-filter .wcapf-list-wrapper.list-type-native .wcapf-filter-item.empty-item label {
    cursor: pointer;
}

span.fta-mask {
    line-height: 1.2;
}/* End custom CSS */