.cursor-container {
  position: absolute;
}
.cursor-container .close-cursor, .cursor-container .close-cart-cursor {
  pointer-events: none;
  height: 40px;
  width: 40px;
  background-color: var(--theme-white);
  border-radius: 50%;
}
