.grinder-background {
  background-image: url("/images/GrinderBikeAction.1add759acbe778ad8e1be8db8c8c12b1205863739194dfd97e9f10c20cd70dc5.jpg");
  background-size: cover;
}

img.product {
  transition-duration: 0.3s;
  border: dashed #00000026;
}

img.product:hover {
  transform: scale(1.03);
  border: dashed #0000005c;
}
