/* DermaRee：详情收藏行（由系统自动挂载主题覆盖） */
.product-details__content .xy-product-fav-row {
	margin: 0 0 8px;
	padding: 12px 18px 16px;
	border: 1px solid #E6E6E6;
	border-top: 1px dashed #E6E6E6;
	background: #fafbfc;
	gap: 10px;
}

.product-details__content .xy-product-fav-btn {
	width: 36px;
	height: 36px;
	border-color: #E6E6E6;
	background: #fff;
	color: #024886;
}

/* FA4 → FA5：空心/实心心形 */
.product-details__content .xy-product-fav-btn .fa-heart-o:before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.product-details__content .xy-product-fav-btn .fa-heart:before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.product-details__content .xy-product-fav-btn:hover,
.product-details__content .xy-product-fav-btn.is-active {
	border-color: #EE922B;
	background: #fff4e8;
	color: #EE922B;
}

.product-details__content .xy-product-fav-label {
	font-size: 13px;
	font-weight: 600;
	color: #6D7076;
}

.product-details__content .xy-product-fav-label a {
	color: #024886;
	font-weight: 700;
	text-decoration: none;
}

.product-details__content .xy-product-fav-label a:hover {
	color: #EE922B;
}
