@media only screen and (max-width: 800px) {
  .product-grid-product-template .product-images > .featured-image{
    pointer-events:none !important;
  }
  .swatch .swatch-element.color .label, .swatch .swatch-element-text.color span.label{
    min-height: 70px;
    min-width: 70px;
  }

}

