@charset "UTF-8";
/*! ==========================================================================
   catalogo-inyectoplast.css — Fase 2 maquetación + Fase 1 fixes
   (21-maquetacion-fase1.md)
   ==========================================================================
   Fuente real: este árbol /assets/scss (variables/nesting). Se compila a
   assets/css/catalogo-inyectoplast.css y se enqueue DESPUÉS de style.css
   (ver functions.php), para complementar/afinar sin reescribir el CSS
   legacy ya existente. Este comentario usa /*! para que dart-sass lo
   preserve en el .css compilado (a diferencia de los // de abajo).

   Nota de pipeline (10-maquetacion-fase2.md): el theme declara node-sass en
   package.json pero nunca se instaló (no existe /node_modules, node-sass v7
   es incompatible con Node 24 de esta máquina). No se ejecutó `npm install`
   sin autorización explícita (regla dura del agente).

   Fase 1 (21-maquetacion-fase1.md): en vez de transpilar a mano (como en
   Fase 2), el .css se recompila completo con
   `npx --yes sass assets/scss/main.scss assets/css/catalogo-inyectoplast.css
   --style=expanded` (dart-sass, descargado on-demand por npx). Esto NO
   modifica package.json ni deja node_modules en el proyecto — no es
   "instalar" el pipeline, solo usarlo de forma efímera para compilar con
   más fidelidad que a mano. Ambos archivos (.scss y .css) se dejan
   actualizados en el WD, tal como exige la regla de "WP legacy sin
   pipeline".
   ========================================================================== */
.wtl-chip {
  display: inline-flex;
  align-items: center;
  background: rgba(19, 133, 252, 0.1);
  color: #0369D4;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 14px;
  border-radius: 30px;
  white-space: nowrap;
}

.wtl-chip--card {
  margin-bottom: 10px;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
}

.wtl-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-color: #1385FC;
  border-width: 2px;
  border-radius: 16px;
  transition: var(--theme-transition);
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: #1385FC;
  box-shadow: inset 0 0 0 3px #1385FC, 0 8px 24px rgba(3, 105, 212, 0.12);
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  align-self: center;
  margin-bottom: 12px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h3 {
  text-align: center;
  width: 100%;
}
.woocommerce ul.products li.product .button-product,
.woocommerce-page ul.products li.product .button-product {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.woocommerce ul.products li.product .button-product svg,
.woocommerce-page ul.products li.product .button-product svg {
  flex-shrink: 0;
}

.woocommerce ul.products li.product .button-product,
.woocommerce-page ul.products li.product .button-product {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1840px) {
  .woocommerce ul.products li.product .button-product,
  .woocommerce-page ul.products li.product .button-product {
    width: calc(100% - 169px);
    margin-left: 84px;
    margin-right: 85px;
  }
}
@media (max-width: 991.98px) {
  .woocommerce ul.products li.product .button-product,
  .woocommerce-page ul.products li.product .button-product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce-result-count {
  color: var(--theme-color-5);
  font-size: 14px;
  margin-bottom: 1rem;
}

.woocommerce ul.products li.product .button-product,
.woocommerce-page ul.products li.product .button-product {
  background: #0369D4;
}
.woocommerce ul.products li.product .button-product:focus-visible,
.woocommerce-page ul.products li.product .button-product:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}

.woocommerce ul.products li.product .button-product:hover,
.woocommerce-page ul.products li.product .button-product:hover {
  background: var(--theme-color-2);
}

@media (max-width: 768px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    padding-right: 60px;
  }
}
@media (max-width: 479.98px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    float: none;
    margin-right: 0;
    clear: both;
  }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    padding-right: 0;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: horizontal;
    overflow: visible;
    min-height: 0;
  }
  .wtl-chip--card {
    font-size: 11px;
    padding: 5px 12px;
    white-space: nowrap;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.wtl-sidebar-productos .widget_archive_description {
  margin-top: 24px;
  font-size: 14px;
  color: var(--theme-color-body);
}

.wtl-filtros__label {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--theme-color-body);
}

.wtl-filtros {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 400px;
  max-width: 100%;
  padding: 35px 2px 33px 2px;
  border-radius: 20px;
  border: 2px solid rgba(19, 133, 252, 0.1);
  background: #fff;
}

@media (min-width: 991.98px) {
  .productos-aside-main {
    grid-template-columns: 400px minmax(0, 1fr);
  }
}
.wtl-acordeon__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.wtl-acordeon__panel {
  display: none;
  width: 100%;
}

.wtl-acordeon > .wtl-acordeon__toggle[aria-expanded=true] + .wtl-acordeon__panel {
  display: block;
}

.wtl-acordeon.is-abierto > .wtl-acordeon__panel {
  display: block;
}

.wtl-tipo {
  width: 100%;
}
.wtl-tipo:not(:last-child) {
  border-bottom: 1px solid var(--theme-color-3);
}
.wtl-tipo .wtl-tipo__toggle {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #0369D4;
}
.wtl-tipo .wtl-tipo__toggle:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-tipo .wtl-acordeon__panel {
  padding: 0 24px 20px;
}

.wtl-tipo__icono {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 1.5px solid #0369D4;
  border-radius: 50%;
  transition: var(--theme-transition);
}
.wtl-tipo__icono::before, .wtl-tipo__icono::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0369D4;
  transform: translate(-50%, -50%);
}
.wtl-tipo__icono::before {
  width: 10px;
  height: 1.5px;
}
.wtl-tipo__icono::after {
  width: 1.5px;
  height: 10px;
}

.wtl-tipo__toggle[aria-expanded=true] .wtl-tipo__icono::after {
  display: none;
}

.wtl-material {
  margin-bottom: 16px;
}
.wtl-material:last-child {
  margin-bottom: 0;
}

.wtl-material__nombre {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
  text-decoration: none;
}
.wtl-material__nombre:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-material__nombre:hover {
  color: #1a1a1a;
}
.wtl-material__nombre.is-activo, .wtl-material__nombre.is-activo:hover {
  color: #0369D4;
}

.wtl-material__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wtl-material__items li {
  margin-bottom: 10px;
}
.wtl-material__items li:last-child {
  margin-bottom: 0;
}

.wtl-hoja {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--theme-color-body);
  white-space: normal;
  word-break: break-word;
}
.wtl-hoja:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-hoja:hover {
  color: var(--theme-color-body);
}
.wtl-hoja.is-activo, .wtl-hoja.is-activo:hover {
  color: #0369D4;
}

.wtl-acordeon__toggle:hover,
.wtl-tipo__toggle:hover {
  cursor: pointer;
  background: transparent;
  color: #0369D4;
  border-color: #0369D4;
}
.wtl-acordeon__toggle:hover .wtl-tipo__icono,
.wtl-tipo__toggle:hover .wtl-tipo__icono {
  color: #0369D4;
  border-color: #0369D4;
  background: transparent;
}

.wtl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 14px 24px;
  transition: var(--theme-transition);
  cursor: pointer;
  border: 1.5px solid transparent;
  text-align: center;
}
.wtl-btn:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}

.wtl-btn--outline {
  background: #fff;
  border-color: #0369D4;
  color: #0369D4;
}
.wtl-btn--outline:hover {
  background: rgba(3, 105, 212, 0.08);
}

.wtl-btn--solido {
  background: #0369D4;
  color: #fff;
}
.wtl-btn--solido:hover {
  background: var(--theme-color-2);
  color: #fff;
}

.wtl-filtro-barra-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.wtl-filtro-barra-mobile__total {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color-2);
}

.wtl-btn--filtrar {
  padding: 10px 20px;
  min-height: 44px;
}

.wtl-filtros-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.wtl-filtros-modal[hidden] {
  display: none;
}
.wtl-filtros-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 85, 0.5);
}
.wtl-filtros-modal__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 85vh;
  background: #fff;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wtl-filtros-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--theme-color-3);
}
.wtl-filtros-modal__header h2 {
  font-size: 18px;
  margin: 0;
  color: var(--theme-color-2);
}
.wtl-filtros-modal__cerrar {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--theme-color-2);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}
.wtl-filtros-modal__cerrar:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-filtros-modal__body {
  overflow-y: auto;
  padding: 0;
}
.wtl-filtros-modal__body .wtl-filtros {
  border: none;
  border-radius: 0;
}

body.wtl-modal-abierto {
  overflow: hidden;
}

@media (min-width: 991.98px) {
  .wtl-filtros-modal {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .wtl-filtro-barra-mobile {
    display: flex;
  }
  .wtl-sidebar-productos {
    display: none;
  }
  .productos-aside-main {
    grid-template-columns: minmax(0, 1fr);
  }
}
.wtl-cargar-mas {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 90px;
}

.wtl-btn-cargar-mas {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 37px;
  border-radius: 30px;
  border: 1.5px solid #0369D4;
  background: #fff;
  color: #0369D4;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  transition: var(--theme-transition);
}
.wtl-btn-cargar-mas__icono {
  font-size: 16px;
  line-height: 1;
}
.wtl-btn-cargar-mas:hover, .wtl-btn-cargar-mas:focus-visible {
  background: #0369D4;
  border-color: #0369D4;
  color: #fff;
}
.wtl-btn-cargar-mas:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-btn-cargar-mas[aria-disabled=true] {
  opacity: 0.6;
  pointer-events: none;
}

.woocommerce-product-gallery {
  position: relative;
  background: #fff;
  border: 1px solid rgba(19, 133, 252, 0.18);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(16, 42, 89, 0.06);
  padding: 32px;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery {
    padding: 20px;
  }
}
.woocommerce-product-gallery .flex-control-nav {
  display: none;
}
.woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  text-align: center;
}
.woocommerce-product-gallery img {
  border-radius: 12px;
  display: block;
  margin-inline: auto;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  left: auto !important;
  z-index: 3;
  width: 44px !important;
  height: 44px !important;
  border: 1.5px solid var(--theme-color-1) !important;
  border-radius: 50% !important;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231385FC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='21' y2='21'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E") no-repeat center/20px 20px !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger span {
  display: none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before, .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  display: none !important;
}

.wtl-galeria-controles {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  width: fit-content;
  background: #fff;
  border: 1.5px solid var(--theme-color-1);
  border-radius: 30px;
  padding: 8px 18px;
}

.wtl-galeria-flecha {
  background: none;
  border: none;
  color: var(--theme-color-1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.wtl-galeria-flecha:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-galeria-flecha:hover {
  color: var(--theme-color-2);
}

@media (max-width: 768px) {
  .wtl-galeria-flecha {
    min-width: 44px;
    min-height: 44px;
  }
}
.wtl-galeria-contador {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color-2);
  min-width: 32px;
  text-align: center;
}

.woocommerce-product-gallery.wtl-galeria--unica .wtl-galeria-controles {
  display: none;
}

.wtl-acordeon-medidas {
  border: 2px solid rgba(19, 133, 252, 0.1);
  border-radius: 20px;
  background: #fff;
  margin-bottom: 18px;
  overflow: hidden;
}
.single-product .wtl-acordeon-medidas .btn-tabla-popup,
.wtl-acordeon-medidas .btn-tabla-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-1);
  cursor: pointer;
  text-decoration: none;
}
.single-product .wtl-acordeon-medidas .btn-tabla-popup:focus-visible,
.wtl-acordeon-medidas .btn-tabla-popup:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.single-product .wtl-acordeon-medidas .btn-tabla-popup:hover,
.wtl-acordeon-medidas .btn-tabla-popup:hover {
  color: var(--theme-color-2);
}
.wtl-acordeon-medidas__icono {
  flex-shrink: 0;
  transition: var(--theme-transition);
}
.btn-tabla-popup.active .wtl-acordeon-medidas__icono-v {
  display: none;
}

.wtl-acordeon-medidas__panel {
  display: none;
}

.btn-tabla-popup.active + .wtl-acordeon-medidas__panel {
  display: block;
}

.wtl-acordeon-medidas__cabecera {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--theme-color-2);
  color: #fff;
  padding: 14px 18px;
  border-radius: 8.5px 8.5px 0 0;
}

.wtl-acordeon-medidas__titulo {
  margin: 0;
  flex: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #fff;
}

.wtl-acordeon-medidas__lupa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--theme-color-1);
  color: #fff;
  cursor: pointer;
  transition: var(--theme-transition);
}
.wtl-acordeon-medidas__lupa:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.wtl-acordeon-medidas__lupa:hover {
  background: var(--theme-color-2);
}

@media (max-width: 768px) {
  .wtl-acordeon-medidas__lupa {
    width: 44px;
    height: 44px;
  }
}
.wtl-acordeon-medidas__imagen {
  width: 100%;
  height: auto;
  display: block;
}

.popup-tabla-medida .close-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}
.popup-tabla-medida .close-popup:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.popup-tabla-medida {
  border-radius: 16px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
}
.popup-tabla-medida__ampliar {
  display: block;
  position: relative;
}
.popup-tabla-medida__ampliar-label {
  position: sticky;
  top: 8px;
  left: 100%;
  display: inline-block;
  transform: translateX(-100%);
  background: rgba(14, 22, 85, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 6px 12px;
  border-radius: 30px;
  pointer-events: none;
  white-space: nowrap;
}
.popup-tabla-medida img {
  display: block;
  width: auto;
  max-width: none;
  min-width: 640px;
  height: auto;
}

@media (max-width: 768px) {
  .popup-tabla-medida {
    max-width: 95vw;
    max-height: 88vh;
  }
}
.wtl-fichas {
  margin-bottom: 20px;
}

.wtl-fichas__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color-2);
  margin: 0 0 12px;
}

.wtl-fichas__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wtl-fichas__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex: 1 1 calc(50% - 6px);
  border: 1px solid rgba(19, 133, 252, 0.1);
  border-radius: 100px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #4d4d4d;
  text-transform: uppercase;
  transition: var(--theme-transition);
}
.wtl-fichas__item:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-fichas__item svg {
  flex-shrink: 0;
}
.wtl-fichas__item:hover {
  border-color: var(--theme-color-1);
  color: var(--theme-color-1);
}

@media (min-width: 991.98px) {
  .wtl-fichas__item {
    flex: 1 1 220px;
    max-width: 220px;
  }
}
.wtl-cta-productos {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.wtl-btn--whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 14px 24px;
  transition: var(--theme-transition);
  cursor: pointer;
  border: 1.5px solid transparent;
  text-align: center;
  background: #25D167;
  color: #fff;
}
.wtl-btn--whatsapp:hover {
  background: #1EBE57;
  color: #fff;
}

.wtl-cta-ficha.wtl-btn--solido {
  background: var(--theme-color-1);
}
.wtl-cta-ficha.wtl-btn--solido:hover {
  background: var(--theme-color-2);
}

.wtl-cta-ficha {
  flex: 1 1 auto;
}

.wtl-btn--whatsapp {
  flex: 1 1 auto;
}

.wtl-cta-productos .wtl-btn {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (min-width: 991.98px) {
  .wtl-cta-productos .wtl-btn {
    min-height: 70px;
    border-radius: 42.289px;
  }
}

@media (max-width: 991.98px) {
  .wtl-cta-productos {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    margin: 0;
    gap: 0;
    border-radius: 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  }
  .wtl-cta-productos .wtl-btn {
    border-radius: 0;
    padding: 16px 12px;
  }
  .single-product .summary {
    padding-bottom: 70px;
  }
}
.woocommerce-products-header.heading-page {
  border-radius: 0 0 40px 40px;
  margin: 0 0 2rem;
  padding: 40px 0;
  display: block;
  background: #0369D4;
}

.woocommerce-products-header__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce-products-header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.woocommerce-products-header__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  min-width: 0;
}

.woocommerce-products-header__title.page-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 6vw, 60px);
  font-weight: 600;
  line-height: 1.1667;
  color: #fff;
}

.woocommerce-products-header.heading-page .woocommerce-breadcrumb {
  max-width: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.woocommerce-products-header.heading-page .woocommerce-breadcrumb a {
  color: #fff;
  font-weight: 400;
}
.woocommerce-products-header.heading-page .woocommerce-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.woocommerce-products-header__subtitle {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  max-width: 560px;
}

.woocommerce-products-header.heading-page .asl_w_container .asl_w .probox .promagnifier {
  background: var(--theme-color-1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-products-header.heading-page .asl_w_container .asl_w .probox .promagnifier .innericon svg {
  fill: #fff;
}

.wtl-listado-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 1rem;
}

.wtl-listado-heading__titulo {
  color: #0369D4;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.wtl-listado-heading .woocommerce-result-count {
  margin: 0;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #0369D4;
}

@media (min-width: 992px) {
  .tax-product_cat .site-main > .container,
  .post-type-archive-product .site-main > .container,
  .single-product .site-main > .container {
    width: calc(100% - 80px);
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .single-product .woocommerce-Tabs-panel--description {
    max-width: 70ch;
  }
}
.wtl-listado-descripcion {
  margin-top: 48px;
  position: relative;
}
.wtl-listado-descripcion::before, .wtl-listado-descripcion::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: min(436px, 45%);
  aspect-ratio: 436/142;
  background: url("../img/figma-inyecto/pipe-decor.png") no-repeat left center/contain;
  pointer-events: none;
  z-index: 0;
}
.wtl-listado-descripcion::before {
  left: calc(50% - 50vw);
}
.wtl-listado-descripcion::after {
  right: calc(50% - 50vw);
  transform: rotate(180deg) scaleY(-1);
}
.wtl-listado-descripcion {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .wtl-listado-descripcion {
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .wtl-listado-descripcion {
    margin-bottom: 64px;
  }
}
.wtl-listado-descripcion > * {
  position: relative;
  z-index: 1;
}
.wtl-listado-descripcion {
  background: rgba(19, 133, 252, 0.05);
  box-shadow: 0 0 0 100vmax rgba(19, 133, 252, 0.05);
  clip-path: inset(0 -100vmax);
  border-radius: 0;
  padding: 32px 24px;
}
.wtl-listado-descripcion__col--izq h1,
.wtl-listado-descripcion__col--izq h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: #0369D4;
  margin: 0 0 16px;
}
.wtl-listado-descripcion__col--izq p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--theme-color-body);
  margin: 0;
}
.wtl-listado-descripcion__col--izq p a {
  color: var(--theme-color-1);
  text-decoration: underline;
  font-weight: 600;
}
.wtl-listado-descripcion__col--izq p a:hover {
  color: var(--theme-color-2);
}
.wtl-listado-descripcion__col--der h2,
.wtl-listado-descripcion__col--der h3,
.wtl-listado-descripcion__col--der h4 {
  font-size: 32px;
  font-weight: 600;
  color: var(--theme-color-1);
  margin: 24px 0 12px;
  line-height: 1.25;
}
.wtl-listado-descripcion__col--der h2:first-child,
.wtl-listado-descripcion__col--der h3:first-child,
.wtl-listado-descripcion__col--der h4:first-child {
  margin-top: 0;
}
.wtl-listado-descripcion__col--der p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--theme-color-body);
  margin: 0 0 12px;
}
.wtl-listado-descripcion__col--der p a {
  color: var(--theme-color-1);
  text-decoration: underline;
  font-weight: 600;
}
.wtl-listado-descripcion__col--der p a:hover {
  color: var(--theme-color-2);
}
.wtl-listado-descripcion__col--der ul {
  margin: 0 0 12px;
  padding-left: 0;
  list-style: none;
}
.wtl-listado-descripcion__col--der ul li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--theme-color-body);
  margin-bottom: 16px;
}
.wtl-listado-descripcion__col--der ul li:last-child {
  margin-bottom: 0;
}
.wtl-listado-descripcion__col--der ul li strong:first-child {
  display: block;
  font-weight: 700;
  color: var(--theme-color-2);
  margin-bottom: 2px;
}
.wtl-listado-descripcion__noticias {
  margin-top: 28px;
}
.wtl-listado-descripcion__noticias-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.wtl-listado-descripcion__noticia-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid var(--theme-color-1);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: var(--theme-transition);
}
.wtl-listado-descripcion__noticia-card:hover {
  border-color: var(--theme-color-2);
  box-shadow: 0 4px 16px rgba(19, 133, 252, 0.15);
}
.wtl-listado-descripcion__noticia-imagen {
  display: block;
  line-height: 0;
  flex: 0 0 25%;
}
.wtl-listado-descripcion__noticia-imagen img {
  width: 100%;
  height: 100%;
  min-height: 90px;
  object-fit: cover;
  display: block;
}
.wtl-listado-descripcion__noticia-contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 16px;
}
.wtl-listado-descripcion__noticia-fecha {
  display: block;
  font-size: 12px;
  color: var(--theme-color-1);
}
.wtl-listado-descripcion__noticia-titulo {
  font-size: 14px;
  font-weight: 600;
  color: #171717;
  line-height: 1.4;
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 991.98px) {
  .wtl-listado-descripcion {
    display: grid;
    grid-template-columns: minmax(0, 34.6%) minmax(0, 51.2%);
    justify-content: space-between;
    gap: 60px;
    align-items: start;
    padding: 56px 48px;
  }
  .wtl-listado-descripcion__col--izq h1, .wtl-listado-descripcion__col--izq h2 {
    font-size: 40px;
  }
  .wtl-listado-descripcion__noticias-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .wtl-listado-descripcion__col--izq h1,
  .wtl-listado-descripcion__col--izq h2 {
    font-size: 60px;
    line-height: 1.167;
  }
}
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.wtl-form-cotizacion-section {
  scroll-margin-top: 100px;
  background: #0369D4;
  box-shadow: 0 0 0 100vmax #0369D4;
  clip-path: inset(0 -100vmax);
  border-radius: 0;
  padding: 40px 24px;
  margin: 40px 0;
  color: #fff;
}
@media (min-width: 991.98px) {
  .wtl-form-cotizacion-section {
    padding: 64px 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 600px);
    column-gap: 56px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .wtl-form-cotizacion-section {
    padding: 80px 72px;
  }
}

.wtl-form-cotizacion__intro {
  margin-bottom: 32px;
}
@media (min-width: 991.98px) {
  .wtl-form-cotizacion__intro {
    margin-bottom: 0;
  }
}

.wtl-form-cotizacion__badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.wtl-form-cotizacion__titulo {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px;
}
@media (min-width: 991.98px) {
  .wtl-form-cotizacion__titulo {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .wtl-form-cotizacion__titulo {
    font-size: 46px;
  }
}

.wtl-form-cotizacion__subtitulo {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 32em;
}

.wtl-form-cotizacion {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(14, 22, 85, 0.18);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 991.98px) {
  .wtl-form-cotizacion {
    padding: 44px 40px;
  }
}

.wtl-form-cotizacion__label span[aria-hidden=true],
.wtl-form-cotizacion__grupo legend span[aria-hidden=true] {
  color: #0369D4;
}

.wtl-form-cotizacion__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-color-2);
  margin-bottom: 8px;
}

.wtl-form-cotizacion__legend-oculto {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wtl-form-cotizacion__seccion-label {
  color: #0369D4;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.wtl-form-cotizacion__grupo--tipo {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wtl-form-cotizacion__campo--radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 1 200px;
  border: 1.5px solid var(--theme-color-3);
  border-radius: 30px;
  padding: 14px 20px;
  margin: 0;
  cursor: pointer;
  transition: var(--theme-transition);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--theme-color-2);
  background: #fff;
}
.wtl-form-cotizacion__campo--radio .wtl-form-cotizacion__radio {
  accent-color: var(--theme-color-1);
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}
.wtl-form-cotizacion__campo--radio .wtl-form-cotizacion__radio:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-form-cotizacion__campo--radio:has(.wtl-form-cotizacion__radio:focus-visible) {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-form-cotizacion__campo--radio:hover {
  border-color: var(--theme-color-1);
}
.wtl-form-cotizacion__campo--radio:has(.wtl-form-cotizacion__radio:checked) {
  border-color: #0369D4;
  background: rgba(3, 105, 212, 0.06);
  color: #0369D4;
}

.wtl-form-cotizacion__campo:not(.wtl-form-cotizacion__campo--radio):not(.wtl-form-cotizacion__campo--checkbox):not(.wtl-form-cotizacion__campo--hp) {
  display: flex;
  flex-direction: column;
}

.wtl-form-cotizacion__input,
.wtl-form-cotizacion__select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: #f2f4f8;
  border: 1.5px solid transparent;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 14px;
  color: var(--theme-color-2);
  font-family: inherit;
  transition: var(--theme-transition);
}
@media (max-width: 768px) {
  .wtl-form-cotizacion__input,
  .wtl-form-cotizacion__select {
    font-size: 16px;
  }
}
.wtl-form-cotizacion__input:focus,
.wtl-form-cotizacion__select:focus {
  outline: none;
  border-color: var(--theme-color-1);
  background: #fff;
}
.wtl-form-cotizacion__input[placeholder]:not(:placeholder-shown),
.wtl-form-cotizacion__select[placeholder]:not(:placeholder-shown) {
  border-color: var(--theme-color-1);
  background: #fff;
}
.wtl-form-cotizacion__input::placeholder,
.wtl-form-cotizacion__select::placeholder {
  color: var(--theme-color-5);
}

.wtl-form-cotizacion__select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.wtl-form-cotizacion__select:has(option:checked:disabled) {
  color: var(--theme-color-5);
}

@media (min-width: 991.98px) {
  .wtl-form-cotizacion__mensaje,
  .wtl-form-cotizacion__seccion-label,
  .wtl-form-cotizacion__grupo--tipo,
  .wtl-form-cotizacion__acciones {
    grid-column: 1/-1;
  }
  .wtl-form-cotizacion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
    align-items: start;
  }
  .wtl-form-cotizacion__campo--checkbox {
    grid-column: 1/-1;
  }
  .wtl-form-cotizacion__seccion-label + .wtl-form-cotizacion__grupo--tipo ~ .wtl-form-cotizacion__seccion-label {
    margin-top: 8px;
  }
}
.wtl-form-cotizacion__mensaje {
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.wtl-form-cotizacion__mensaje--ok {
  background: rgba(23, 128, 61, 0.1);
  color: #17803d;
}
.wtl-form-cotizacion__mensaje--error {
  background: rgba(192, 39, 28, 0.1);
  color: #c0271c;
}

.wtl-form-cotizacion__campo--checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  color: var(--theme-color-body);
  margin-top: 8px;
}
.wtl-form-cotizacion__campo--checkbox .wtl-form-cotizacion__checkbox {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--theme-color-1);
  cursor: pointer;
}
.wtl-form-cotizacion__campo--checkbox .wtl-form-cotizacion__checkbox:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-form-cotizacion__campo--checkbox a {
  color: #0369D4;
  text-decoration: underline;
}
.wtl-form-cotizacion__campo--checkbox a:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-form-cotizacion__campo--checkbox a:hover {
  color: var(--theme-color-2);
}

.wtl-form-cotizacion__campo--hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wtl-form-cotizacion__acciones {
  margin-top: 4px;
}

.wtl-form-cotizacion__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 14px 24px;
  transition: var(--theme-transition);
  cursor: pointer;
  border: 1.5px solid transparent;
  text-align: center;
  width: 100%;
  background: #0369D4;
  color: #fff;
  border: none;
  padding: 18px 24px;
  font-size: 14px;
  border-radius: 999px;
}
.wtl-form-cotizacion__submit:hover {
  background: var(--theme-color-2);
}
.wtl-form-cotizacion__submit:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}

.related.products {
  position: relative;
  position: relative;
}
.related.products::before, .related.products::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: min(436px, 45%);
  aspect-ratio: 436/142;
  background: url("../img/figma-inyecto/pipe-decor.png") no-repeat left center/contain;
  pointer-events: none;
  z-index: 0;
}
.related.products::before {
  left: calc(50% - 50vw);
}
.related.products::after {
  right: calc(50% - 50vw);
  transform: rotate(180deg) scaleY(-1);
}
.related.products {
  padding-bottom: min(174px, 14.65% + 32px);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .related.products {
    margin-bottom: 56px;
  }
}
@media (min-width: 1440px) {
  .related.products {
    margin-bottom: 64px;
  }
}
.related.products > * {
  position: relative;
  z-index: 1;
}
.related.products ul.products {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding-bottom: 6px;
  margin: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.related.products ul.products::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.related.products ul.products::before, .related.products ul.products::after {
  content: none;
}
.related.products li.product {
  scroll-snap-align: start;
  flex: 0 0 auto;
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.wtl-relacionados-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wtl-relacionados-header .related-heading {
  text-align: left;
  margin: 0;
}

.wtl-btn--mas-productos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 14px 24px;
  transition: var(--theme-transition);
  cursor: pointer;
  border: 1.5px solid transparent;
  text-align: center;
}
.wtl-btn--mas-productos:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-btn--mas-productos {
  flex-shrink: 0;
  background: transparent;
  border: 1.322px solid var(--theme-color-1);
  color: var(--theme-color-1);
  white-space: nowrap;
}
.wtl-btn--mas-productos:hover {
  background: rgba(19, 133, 252, 0.06);
}
@media (min-width: 991.98px) {
  .wtl-btn--mas-productos {
    min-height: 60px;
    width: 248px;
  }
}

.wtl-relacionados-controles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.wtl-relacionados-flecha {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid var(--theme-color-3);
  background: #fff;
  color: var(--theme-color-2);
  cursor: pointer;
  transition: var(--theme-transition);
}
.wtl-relacionados-flecha:focus-visible {
  outline: 2px solid var(--theme-color-2);
  outline-offset: 2px;
}
.wtl-relacionados-flecha:hover {
  border-color: var(--theme-color-1);
  color: #0369D4;
}
.wtl-relacionados-flecha[aria-disabled=true] {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.wtl-relacionados-contador {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color-5);
  min-width: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .related.products li.product {
    width: calc((100% - 20px) / 2) !important;
  }
}
@media (min-width: 991.98px) {
  .related.products li.product {
    width: calc((100% - 40px) / 3) !important;
  }
}
@media (min-width: 1440px) {
  .related.products li.product {
    width: calc((100% - 60px) / 4) !important;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel--description {
  border: none !important;
  border-radius: 0 !important;
  background: rgba(19, 133, 252, 0.05);
  margin-top: 0;
  margin-bottom: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 32px 20px !important;
}
@media (min-width: 768px) {
  .woocommerce-tabs .woocommerce-Tabs-panel--description {
    padding: 56px 40px !important;
  }
}
@media (min-width: 1440px) {
  .woocommerce-tabs .woocommerce-Tabs-panel--description {
    padding: 100px !important;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 6vw, 60px);
  font-weight: 600;
  line-height: 1.1667;
  color: var(--theme-color-1);
  margin: 0 0 16px;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  color: #4d4d4d;
  margin: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description p + p {
  margin-top: 16px;
}

main.site-main {
  overflow-x: hidden;
}

.producto-main {
  margin-top: 24px;
}
@media (min-width: 991.98px) {
  .producto-main {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=catalogo-inyectoplast.css.map */
