.reflow-product-list.ref-cards .ref-products {
  --ref-products-per-row: 1;
}

@media (min-width: 576px) {
  .reflow-product-list.ref-cards .ref-products {
    --ref-products-per-row: 2;
  }
}

@media (min-width: 768px) {
  .reflow-product-list.ref-cards .ref-products {
    --ref-products-per-row: 2;
  }
}

@media (min-width: 1200px) {
  .reflow-product-list.ref-cards .ref-products {
    --ref-products-per-row: 2;
  }
}

@media (min-width: 1200px) {
  .reflow-product .ref-media .ref-preview .ref-image {
    height: auto;
  }
}

.ref-product .ref-media .ref-image {
  width: 100%;
  background: center no-repeat;
  background-size: cover;
  cursor: pointer;
}

#fb-link {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 6px;
}

.ref-price::after {
  content: '/Kg';
}

