:root {
  --cursor-default: url("https://i.postimg.cc/vZtxhN4j/Asset-3-8.png") 16 16, auto;
  --cursor-pointer: url("https://i.postimg.cc/vZtxhN4j/Asset-3-8.png") 16 16, pointer;
}

html, body, * {
  cursor: var(--cursor-default) !important;
}

a, button, [role="button"], 
input[type="submit"], input[type="button"], input[type="reset"], .btn, .button,
.product-card a, .swiper-button-next, .swiper-button-prev {
  cursor: var(--cursor-pointer) !important;
}

input[type="text"], input[type="email"], input[type="search"], textarea {
  cursor: text !important;
}

.swiper, .slick-slider {
  cursor: grab !important;
}
.swiper:active, .slick-slider:active {
  cursor: grabbing !important;
}