<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.productListWrapper{}

.productListItem{
	background-color: #CBCBCB;
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 30px;
}

.productListPhoto{
	background-color: #fff;
	margin-bottom: 10px;
}
.productListPhoto img{
	margin: 0 auto;
}

.productListTitle{
	font-size: 30px;
	line-height: 29px;
	text-align: center;
}

.productListPrice{
	font-size: 16px;
	text-align: center;
}

.productListLink{
	position: absolute;
	bottom: 0;
	right: 0;
}</pre></body></html>