<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-name{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}


.product-page img {
    width: 100%;
	text-align: center;

}
.feature-wrap {
	padding-bottom: 20px;
	
	
	
}

.feature-wrap h4{
	text-align: left;
	font-size: 25px;
	margin-bottom: 10px;
	
}
.features li {
	list-style-type: circle;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
.background-image img {
	width: 100%;
	
	
}
.text-block h3 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 110%;
}

.text-block p {
	font-size: 15px;
	text-align: center;
	padding-bottom: 10px;
	
}

div.onecolumn {
    background-image: -webkit-linear-gradient(#fff 90%, #f6f7f9);
    background-image: linear-gradient(#fff 90%, #f6f7f9);
	padding: 60px;
}	

.inset-image img {
	width: 100%;
	text-align: center;
	
}

.hero.product-page .product-name {
    background-image: -webkit-linear-gradient(#e9ecf0, #fff);
    background-image: linear-gradient(#e9ecf0, #fff);
    background-repeat: no-repeat;
    background-position: top
}
.hero.product-page {
    background: #fff
}</pre></body></html>