.elementor-1371 .elementor-element.elementor-element-622924b{--display:flex;}.elementor-1371 .elementor-element.elementor-element-95f8ed6{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1371 .elementor-element.elementor-element-7744aa5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1371 .elementor-element.elementor-element-7744aa5.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1371 .elementor-element.elementor-element-0a6a674{--display:flex;}@media(min-width:768px){.elementor-1371 .elementor-element.elementor-element-622924b{--content-width:100%;}.elementor-1371 .elementor-element.elementor-element-95f8ed6{--content-width:1339px;}}@media(max-width:1024px){.elementor-1371 .elementor-element.elementor-element-7744aa5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1371 .elementor-element.elementor-element-7744aa5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-7744aa5 *//* Grid para la lista de productos del widget */
.woocommerce.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 40px; /* column_gap 20px, row_gap 40px */
}

/* Evitar que el theme fuerce 100%/floats */
.woocommerce.columns-4 .col {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

/* Que la tarjeta use toda la celda */
.woocommerce.columns-4 .product__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Imagen full-width dentro de la tarjeta */
.woocommerce.columns-4 .product__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Responsivo */
@media (max-width: 1024px) {
  .woocommerce.columns-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .woocommerce.columns-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .woocommerce.columns-4 { grid-template-columns: 1fr; }
}/* End custom CSS */