html,
body {
  overflow-x: hidden;
}

a.productitem--image-link.productitem--image-mobile {
  display: none;
}
@media (max-width: 768px) {
  a.productitem--image-link.productitem--image-mobile {
    display: block;
  }
}
