.component-product-wishlist {
  display: flex;
}

.component-product-wishlist .component-product-card-wishlist {
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(4px);
  padding: 10px;
}

.component-product-wishlist .component-product-card-wishlist:hover {
  opacity: 0.6;
}

.component-product-wishlist .component-product-card-wishlist.disable svg path {
  fill: #000;
}

.component-product-wishlist .component-product-card-wishlist.loading {
  display: none;
}
