.elementor-216 .elementor-element.elementor-element-962e1ea{--display:flex;}.elementor-216 .elementor-element.elementor-element-0b9cda5{text-align:center;}.elementor-216 .elementor-element.elementor-element-6f56da0{--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;}.elementor-216 .elementor-element.elementor-element-27406de.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}/* Start custom CSS for wc-categories, class: .elementor-element-27406de *//* 🔵 Imágenes de categorías redondas con borde negro */
.woocommerce ul.products li.product-category a img {
  width: 220px !important;          /* mismo ancho y alto = círculo perfecto */
  height: 220px !important;
  border-radius: 50% !important;    /* forma circular */
  object-fit: cover !important;     /* recorta sin deformar */
  border: 3px solid #000 !important;/* borde negro */
  display: block !important;
  margin: 0 auto !important;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* 🖱️ Efecto al pasar el mouse en la imagen */
.woocommerce ul.products li.product-category a img:hover {
  transform: scale(1.05);
  border-color: #333;
}

/* 🏷️ Nombre de la categoría centrado */
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  border-bottom: 2px solid transparent; /* línea invisible al inicio */
  display: inline-block;
}

/* 🖱️ Subrayado al pasar el mouse */
.woocommerce ul.products li.product-category:hover h2.woocommerce-loop-category__title {
  color: #000;                      /* texto negro */
  border-bottom: 2px solid #000;    /* subrayado negro */
}

/* 🚫 Ocultar número de productos (count) en las categorías */
.woocommerce ul.products li.product-category .count,
.woocommerce .widget_product_categories .count,
.woocommerce-page .widget_product_categories .count,
.product-categories .count {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-37ed859 *//* Contenedor general de categorías */
.woocommerce ul.products li.product-category {
  text-align: center;
  overflow: hidden;
}

/* Imagen circular */
.woocommerce ul.products li.product-category img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #1E88E5;
  margin: 0 auto 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

/* Efecto hover */
.woocommerce ul.products li.product-category:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(30, 136, 229, 0.4);
}

/* Título debajo de la imagen */
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
  display: block !important;
  font-size: 16px;
  color: #1E88E5;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 8px;
  background: none;
  padding: 0;
}

/* Adaptación a móviles */
@media (max-width: 768px) {
  .woocommerce ul.products li.product-category img {
    width: 130px;
    height: 130px;
  }

  .woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
    font-size: 14px;
  }
}/* End custom CSS */