.wishlists .red{display:none;}
.wishlists.active .black{display:none !important;}
.wishlists.active .red{display:flex;}
.gps-loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #2A2F80;
  position: relative;
  animation: l24 1s infinite linear;
}
.gps-loader:before,
.gps-loader:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.gps-loader:after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {
    transform: rotate(1turn)
  }
}
.wishlist-product-card:hover {
  box-shadow: 0 4px 24px rgba(44,44,44,0.09);
  border-color: #d32f2f;
}
