.elementor-kit-84{--e-global-color-primary:#00205B;--e-global-color-secondary:#003A8C;--e-global-color-text:#0A1E4E;--e-global-color-accent:#F9B03F;--e-global-color-205081d:#E09A28;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-84 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.emat-meta-grid .product_meta {
  
  grid-template-columns: 1fr 1fr !important;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 20px 0;
  font-size: 0 !important;
  background-color: #fafafa;
}
.emat-meta-grid .product_meta .sku_wrapper {
  display: none !important;
}
.emat-meta-grid .product_meta .posted_in,
.emat-meta-grid .product_meta .tagged_as {
  display: flex !important;
  flex-direction: column;
  padding: 16px 18px;
  border-right: 1px solid rgba(17,24,39,0.08);
  font-size: 0 !important;
}
.emat-meta-grid .product_meta .tagged_as {
  border-right: none;
}
.emat-meta-grid .product_meta .posted_in::before {
  content: "Categorías";
  font-size: 11px !important;
  font-weight: 700;
  color: #111 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.emat-meta-grid .product_meta .tagged_as::before {
  content: "Etiquetas";
  font-size: 11px !important;
  font-weight: 700;
  color: #111 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.emat-meta-grid .product_meta a {
  color: #003A8C !important;
  font-size: 13px !important;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.8;
  display: block !important;
}


/* PDF links en descripción corta → filas estilizadas */
.woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}
.woocommerce-product-details__short-description ul li {
  margin-top: 8px;
}
.woocommerce-product-details__short-description ul li a,
.woocommerce-product-details__short-description p > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,0.07);
  background: #f9f9f7;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #003A8C;
  text-decoration: none;
  transition: border-color 150ms, background 150ms, color 150ms;
}
.woocommerce-product-details__short-description ul li a::after,
.woocommerce-product-details__short-description p > a::after {
  content: '↓';
  font-size: 13px;
  color: #c4c2bc;
  flex-shrink: 0;
  transition: color 150ms;
}
.woocommerce-product-details__short-description ul li a:hover,
.woocommerce-product-details__short-description p > a:hover {
  border-color: rgba(0, 58, 140, 1);
  background: #C4D9F7;
  color: #003A8C;
}
.woocommerce-product-details__short-description ul li a:hover::after,
.woocommerce-product-details__short-description p > a:hover::after {
  color: #003A8C;
}

/* Ocultar cajas fantasma: links o párrafos vacíos en la descripción corta */
.woo-short-desc p:empty,
.woo-short-desc p > a:empty,
.woo-short-desc p > strong:empty,
.woo-short-desc p:has(> a:empty),
.woo-short-desc p:has(> strong > a:empty),
.woo-short-desc p:has(> br:only-child) {
  display: none !important;
}

.panel-card{
  background:#fff;
  border:none;
  border-radius:2rem;
  box-shadow:0 1px 3px rgba(15,23,42,.04),
             0 8px 24px rgba(15,23,42,.07),
             0 28px 64px rgba(15,23,42,.07);
}

.product-card{
  position:relative;overflow:hidden;border-radius:1.5rem;background:#fff;
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 4px 16px rgba(15,23,42,.06);
  transition:box-shadow .22s,transform .22s;
}
.product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 2px 4px rgba(15,23,42,.04),0 12px 32px rgba(15,23,42,.10),
             0 0 0 1.5px rgba(255,122,0,.15);
}
.product-card::after{
  content:"";position:absolute;inset:auto 0 0 0;height:2px;
  background:linear-gradient(90deg,transparent,rgba(255,122,0,.35),transparent);
}

.filtros-chips{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
}
.filtros-chips .chip{
  border:1px solid #e5e7eb;
  background:#fafafa;
  color:#737373;
  padding:.4rem .85rem;
  border-radius:9999px;
  font-size:.875rem;
  font-weight:600;
  text-decoration:none;
  transition:all .15s;
}
.filtros-chips .chip:hover{
  border-color:#ffd9b3;
  background:#fff7ed;
  color:#ff7a00;
}
.filtros-chips .chip.is-active{
  border-color:#fed7aa;
  background:#fff7ed;
  color:#ff7a00;
  font-weight:700;
}

.emat-cat-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
}

.emat-cat-desc.emat-cat-expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.emat-cat-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #e67e00 !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 0 0 0 !important;
    display: block;
    text-decoration: none;
}

.emat-cat-toggle:hover {
    color: #c86a00 !important;
    text-decoration: underline;
    background: none !important;
}/* End custom CSS */