<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custServiceTemplate div.emailSvc&gt;div.state{
	clear:both;
	width:80px;
}
.custServiceTemplate div.emailSvc&gt;div.zip {
	margin: 0px 5px 0px 0px;
}
.custServiceTemplate div.emailSvc&gt;div.phone {
	width: 174px;
}

/* PDP sale and promo color */
.sf-u-color-sale,
.color-refine-promo.sf-u-color-sale * { 
	color: var(--color-red-60)!important;
	font-style: normal!important;
}

/* prevent content asset img from extending beyond available width: */
.optImg img {
	max-width: 100%;
	height: auto;
	display: block;
}
</pre></body></html>