<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.block_browse_by_category {
	margin-top: -130px;
	position: relative;
	z-index: 3;
}

.block_browse_by_category .browse {
	display: inline-block;
	margin: 0;
	font-family: special_font_4;
	font-size: 18px;
	color: #061f3d;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 0 19px;
	line-height: 24px;
	background: rgba(255, 255, 255, 0.9);
}

.block_browse_by_category a {
	height: 92px;
	line-height: 92px;
	display: block;
	position: relative;
	text-align: center;
}

.block_browse_by_category .name {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	font-family: special_font_2;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	z-index: 4;
	margin: 0;
}

.block_browse_by_category .thumb,
.block_browse_by_category .thumb_hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.block_browse_by_category .thumb { display: block; }
.block_browse_by_category .thumb_hover { display: none; }

.block_browse_by_category a:hover .thumb { display: none; }
.block_browse_by_category a:hover .thumb_hover { display: block; }
</pre></body></html>