<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.magictabs .item.activated, .magictabs .item:hover {
	border-color : #ff3366;
}
.content-products .mage-magictabs {
	display: none;
	/*visibility: hidden;*/
	/*opacity: 0;*/
}
.content-products .mage-magictabs.activated {
	display: block;
	/*visibility: visible;*/
	/*opacity: 1;*/
}
</pre></body></html>