.pf-wishlist {
	display: inline-flex;
	font-family: var(--pf-font);
}

.pf-wishlist.pf-wishlist .pf-wishlist__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: var(--pf-radius-sm);
	color: inherit;
	text-decoration: none;
	transition: background-color .2s var(--pf-ease);
}

.pf-wishlist.pf-wishlist .pf-wishlist__btn:hover {
	background: var(--pf-hover);
	color: inherit;
}

.pf-wishlist__count {
	top: 2px;
	right: 2px;
}

.pf-wishlist__label {
	font-size: 13px;
	font-weight: 600;
}

.pf-badge.is-empty {
	opacity: .55;
}

.pf-wish-btn {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: var(--pf-radius-sm);
	background: rgba(255, 255, 255, .92);
	box-shadow: inset 0 0 0 1px var(--pf-line);
	color: var(--pf-txt-2);
	cursor: pointer;
	transition: color .2s var(--pf-ease), box-shadow .2s var(--pf-ease);
}

.pf-wish-btn:hover {
	color: var(--pf-brand);
}

.pf-wish-btn.is-active {
	color: var(--pf-brand);
	box-shadow: inset 0 0 0 1px var(--pf-brand);
}

.pf-wish-btn.pf-wish-btn.is-active .pf-i {
	fill: currentColor;
}

.pf-wish-btn.pf-wish-btn .pf-i {
	width: 18px;
	height: 18px;
}

.pf-wish-btn.is-busy {
	opacity: .5;
	pointer-events: none;
}

.pf-wish-btn--loop {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

.woocommerce ul.products li.product {
	position: relative;
}

.pf-wish-single {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
}

.pf-wish-single__label {
	font-size: 14px;
	color: var(--pf-txt-2);
}

.pf-wishpage {
	font-family: var(--pf-font);
}

.pf-wishpage__blank {
	display: grid;
	place-items: center;
	text-align: center;
	padding: 56px 20px;
	border-radius: var(--pf-radius-lg);
	background: var(--pf-paper-2);
}

.pf-wishpage__icon {
	width: 56px;
	height: 56px;
	color: var(--pf-paper-3);
}

.pf-wishpage.pf-wishpage .pf-wishpage__title {
	margin: 16px 0 0;
	font-family: var(--pf-display);
	font-style: italic;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
}

.pf-wishpage.pf-wishpage .pf-wishpage__text {
	margin: 6px 0 20px;
	max-width: 42ch;
	font-size: 15px;
	color: var(--pf-txt-2);
}

.pf-wishpage.pf-wishpage .pf-wishpage__empty {
	padding: 24px;
	border-radius: var(--pf-radius);
	background: var(--pf-paper-2);
	color: var(--pf-txt-2);
}
