div.fc-product-babylist-button {
	border-radius: 5px 5px 5px 5px;
	border-color: #dddddd;
	line-height: 1.2em;
	letter-spacing: 0.1px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	width: fit-content;
	padding: 8.5px 20px;

	&:hover,
	&:focus {
		border-color: transparent;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
	}
}

a#AddToBabyList {
	color: #717171;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;

	&::before {
		content: '❤';
		margin-right: 10px;
		color: #717171;
		font-size: 16px;
	}
}