@media (max-width: 1024px) {
  ul.products li.product {
    width: 48% !important;
    margin: 1% !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
    display: block;
  }

  /* WooCommerce ürün ızgarası için taşıma hatalarını engelle */
  ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
}

