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

.component-product-wishlist .component-product-card-wishlist {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
}

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

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