.elementor-90 .elementor-element.elementor-element-80b7fe0{--display:flex;}.elementor-90 .elementor-element.elementor-element-fd76d10{--display:flex;}.elementor-90 .elementor-element.elementor-element-1b600004{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}.elementor-90 .elementor-element.elementor-element-56b70eb6{--display:flex;}.elementor-90 .elementor-element.elementor-element-68f4c6cd{padding:0px 0px 14px 0px;text-align:center;}.elementor-90 .elementor-element.elementor-element-7f261e35{padding:0px 0px 22px 0px;text-align:center;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-90 .elementor-element.elementor-element-7af08dc.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-90 .elementor-element.elementor-element-7af08dc.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-90 .elementor-element.elementor-element-9acab16{--display:flex;}:root{--page-title-display:none;}@media(max-width:1440px){.elementor-90 .elementor-element.elementor-element-7f261e35{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:1024px){.elementor-90 .elementor-element.elementor-element-7f261e35{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-90 .elementor-element.elementor-element-7af08dc.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-90 .elementor-element.elementor-element-68f4c6cd .elementor-heading-title{font-size:22px;}.elementor-90 .elementor-element.elementor-element-7f261e35{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-90 .elementor-element.elementor-element-7af08dc.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-7af08dc *//* ===============================
   PRODUCT ARCHIVE - GRID PRO
   =============================== */

/* Contenedor general del archivo */
.woocommerce ul.products,
.woocommerce-page ul.products{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

/* Responsive */
@media (max-width: 1100px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns: 1fr;
  }
}

/* Cada tarjeta */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  list-style: none !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;

  background: #fff;
  border: 1px solid rgba(9,64,92,.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);

  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.product:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(0,0,0,.10);
}

/* Imagen (misma proporción) */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display: block;
  text-decoration: none;
}

.woocommerce ul.products li.product a img{
  width: 100% !important;
  height: 190px !important;      /* ajuste para que todas calcen */
  object-fit: cover !important;
  margin: 0 !important;
  display: block;
}

/* Zona de contenido */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding: 14px 14px 0 !important;
  margin: 0 !important;

  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #0b0f14 !important;

  /* Mantener títulos ordenados / mismo alto */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* máximo 3 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 3);
}

/* Precio */
.woocommerce ul.products li.product .price{
  padding: 8px 14px 0 !important;
  margin: 0 !important;

  font-size: 14px !important;
  font-weight: 900 !important;
  color: #09405C !important;
}

/* Empuja el botón hacia abajo */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  flex: 0 0 auto;
}

.woocommerce ul.products li.product .button{
  margin-top: auto !important;
}

/* Botón "Leer más / Añadir" */
.woocommerce ul.products li.product a.button{
  margin: 14px !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;

  background: #09405C !important;
  border: 1px solid #09405C !important;
  color: #fff !important;

  font-weight: 900 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: .03em;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;

  transition: transform .15s ease, filter .15s ease;
}

.woocommerce ul.products li.product a.button:hover{
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Quitar "Gratis" si aparece como price 0 o texto raro */
.woocommerce ul.products li.product .price:empty{
  display: none !important;
}

/* Ordenar cabecera del archive */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count{
  font-weight: 700;
  color: rgba(0,0,0,.65);
  margin: 0 0 10px !important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
  margin: 0 0 10px !important;
}
.woocommerce .woocommerce-ordering select{
  border-radius: 12px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(9,64,92,.22) !important;
  outline: none !important;
}/* End custom CSS */