/* Add custom CSS styles below */ 
@media (max-width: 767px) {
  section.s-block.s-block--square-links.threecategory .square-links__grid {
    row-gap: 1rem !important;
    column-gap: 1rem !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
div.product-card__image{
  background-color: #fff !important;
}