.pagin {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: large;
  margin-bottom: 20px;
}
.cell-6.cell-12-sm.footer-info {
  color: #968472;
}

@media screen and (max-width: 640px) {
  .is-grid > [class*='cell-'], .row-products {
      padding-left: 0;
      padding-right: 0;
  }
}
.product-image img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
