/**
 * VisionaryCue Commerce Pro - wishlist.
 */

.vc-wishlist-page {
	background: var(--vc-background);
	padding-block: var(--vc-space-6) var(--vc-space-8);
}

.vc-wishlist-page .vc-section__head { margin-bottom: var(--vc-space-5); }

.vc-wishlist-item { display: flex; flex-direction: column; gap: 8px; }
.vc-wishlist-item .vc-product-card { flex: 1 1 auto; }

.vc-wishlist-item__remove {
	align-self: center;
	color: var(--vc-muted);
}

.vc-wishlist-item__remove:hover { color: var(--vc-error); background: transparent; }

.vc-wishlist-btn.is-loading { opacity: 0.55; pointer-events: none; }

/* The heart fills in when the product is saved. */
.vc-wishlist-btn.is-active .vc-icon {
	fill: currentColor;
	color: var(--vc-sale);
}

.vc-wishlist-grid .vc-product-card__tools { display: none; }
