.indiv-product img:hover, 
.collection-grid img:hover, 
.collection-grid a:hover, 
.homepage-section--featured-collections-wrapper .homepage-sections-wrapper--custom .homepage-collection-grid-inner
{
  cursor: url('thats-hot.svg') 30 30, auto !important;
  cursor: -webkit-image-set(url('thats-hot-2x.png') 2x) 30 30, auto !important;
  cursor: image-set(url('thats-hot-2x.png') 2x) 30 30, auto !important;
}

@media (hover: hover) {
  .indiv-product img:hover, 
  .collection-grid img:hover, 
  .collection-grid a:hover, 
  .homepage-section--featured-collections-wrapper .homepage-sections-wrapper--custom .homepage-collection-grid-inner
  {
    cursor: url('thats-hot.svg') 30 30, auto !important;
    cursor: -webkit-image-set(url('thats-hot-2x.png') 2x) 30 30, auto !important;
    cursor: image-set(url('thats-hot-2x.png') 2x) 30 30, auto !important;
  }
}