<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.favorites .flexed &gt; .productCard {margin-left: 2%;}
.favorites h2 {
	position: relative;
	top: 5px;
}
.favorites h2:before {
	content: 'â¤';
	font-size: 22px;
	transition: all 200ms 100ms;
	position: absolute;
	left: 90%;
	top: -10px;
	color: rgba(255,255,255,0.9);
	transform: scale(1, 1) rotate(-10deg);
	transform-origin: 50%;
}
.favorites h2:hover:before {
	color: rgba(205, 19, 25, 1);
	transform: scale(.7, .7) rotate(10deg);
}
.favorites h2 {margin: 0;}
.favorites h2 a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
}</pre></body></html>