.elementor-896 .elementor-element.elementor-element-7c74577{--display:flex;}.elementor-896 .elementor-element.elementor-element-c5edda8{text-align:center;font-size:29px;color:#050505;}.elementor-896 .elementor-element.elementor-element-327ccf3{--display:flex;}.elementor-896 .elementor-element.elementor-element-b0e4f96{--spacer-size:50px;}.elementor-896 .elementor-element.elementor-element-03af097{--display:flex;}.elementor-896 .elementor-element.elementor-element-39d6e49{--grid-template-columns:repeat(0, auto);text-align:center;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-896 .elementor-element.elementor-element-39d6e49 .elementor-icon{border-radius:30px 30px 30px 30px;}.elementor-896 .elementor-element.elementor-element-967f5c3{--display:flex;}.elementor-896 .elementor-element.elementor-element-317eb6a{--spacer-size:50px;}.elementor-896 .elementor-element.elementor-element-4d15c6f{--display:flex;}.elementor-896 .elementor-element.elementor-element-7c9cfb3{text-align:center;}.elementor-896 .elementor-element.elementor-element-7c9cfb3 .elementor-heading-title{font-size:40px;}.elementor-896 .elementor-element.elementor-element-e06ffeb{--display:flex;}.elementor-896 .elementor-element.elementor-element-e06ffeb:not(.elementor-motion-effects-element-type-background), .elementor-896 .elementor-element.elementor-element-e06ffeb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-896 .elementor-element.elementor-element-b8c441e{--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;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-896 .elementor-element.elementor-element-b8c441e{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}@media(max-width:768px){.elementor-896 .elementor-element.elementor-element-c5edda8{font-size:19px;}}/* Start custom CSS for wd_product_categories, class: .elementor-element-edba390 *//* SOLO PC / ESCRITORIO */
@media (min-width: 1025px){

    /* Forzar categorías en una sola línea */
    .wd-grid-g.wd-cats{
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 20px;
    }

    /* ancho de cada categoría (5 en una fila) */
    .wd-grid-g.wd-cats > .wd-col{
        flex: 0 0 20%;
        max-width: 20%;
    }

}
/* SOLO ESCRITORIO */
@media (min-width: 1025px){

  /* Forzar categorías en una sola línea */
  .wd-grid-g.wd-cats{
      display: flex !important;
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      gap: 20px !important;
  }

  .wd-grid-g.wd-cats > .wd-col{
      flex: 0 0 20% !important;
      max-width: 20% !important;
  }

  /* Reorganizar tarjeta categoría */
  .wd-grid-g.wd-cats .wd-cat-inner{
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      padding: 20px 15px !important;
      min-height: 380px !important;
  }

  .wd-grid-g.wd-cats .wd-cat-thumb img{
      height: 200px !important;
      object-fit: contain !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e06ffeb */#categorias img {
    height: 250px !important;
    width: 100% !important;
    object-fit: contain !important;
}/* End custom CSS */
/* Start custom CSS for wd_products, class: .elementor-element-cb20acb *//* 1) Igualar tamaño visual de imágenes en grilla */
.product-grid-item .product-element-top .product-image-link{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;           /* ajusta a gusto */
  overflow: hidden;
}

/* 2) La imagen se ajusta al mismo alto/ancho sin deformarse */
.product-grid-item .product-element-top .product-image-link img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;     /* usa 'cover' si quieres que rellene recortando */
  object-position: center;
}/* End custom CSS */