.sp-product-likes__button:not(.sp-product-likes__button--tile) {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	transition: transform 0.15s ease, opacity 0.15s ease, color 0.15s ease;
}

.sp-product-likes__button:not(.sp-product-likes__button--tile):hover,
.sp-product-likes__button:not(.sp-product-likes__button--tile):focus {
	transform: translateY(-1px);
}

.sp-product-likes__button[aria-busy="true"] {
	opacity: 0.72;
}

.sp-product-likes__button.is-liked:not(.sp-product-likes__button--tile) {
	color: #b42318;
}

.sp-product-likes__icon {
	font-size: 1rem;
}

.sp-product-likes__count[data-sp-likes-ready="0"] {
	opacity: 0.7;
}
