<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/***************
 * Product color block
 *
 * ************/

.productcolor{
	width: 67px;
	text-align: center;
	margin: 10px 0 7px 0px;
	display: inline-block;
        vertical-align: top;
}

.productcolor div{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin: 0 auto 10px auto;
	box-shadow: 2px 4px 4px 3px #eaeaea;
}

.productcolor span{
 font-size: 13px;
font-weight: 300;	
}</pre></body></html>