/* GEZICI PRODUCT GRID OVERFLOW FIX 20260905 */
.categories-page .products-categories {
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  box-sizing: border-box;
  vertical-align: top;
}
.categories-page .products-categories .product-box {
  box-sizing: border-box;
  min-width: 0;
}
.categories-page .products-categories .img-product img {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
