.elementor-26184 .elementor-element.elementor-element-53da5e8{--cols:3;}/* Start custom CSS for etheme_product_grid, class: .elementor-element-53da5e8 */@media (max-width: 767px) {
  .products-grid,
  .etheme-product-grid,
  .products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .products-grid .product,
  .etheme-product-grid .product,
  .products .product {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .product-title,
  .product-title a,
  .woocommerce-loop-product__title {
    font-size: 13px !important;
    line-height: 1.25 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .product img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
}/* End custom CSS */