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




.category-product {
}

.category-product .product-info {
	float: left;
	width: 66.6666%;
}
.product-photo{ width:26%; padding-right:10px; float:left;}
.product-has-photo .product-info{
	width:40%;
}
.category-product .product-name {
	font-size: 24px;
}
.category-product .product-link {
	color: #13658a;
}
.category-product .product-number {
	font-family: 'Arial', sans-serif !important;
	font-size: 14px;
	color: #999999;
}
.category-product .product-price {
	float: left;
	width: 33.3333%;
	text-align: right;
}
.category-product .product-add-cart {
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
}
.category-product .product-quantity {
	font-size: 16px;
	padding: 7px 7px;
	width: 2em;
	text-align: center;
	margin-right: 5px;
}
.category-product .product-price {
	font-size: 24px;
	margin-bottom: 10px;
}
.category-product .product-price span {
	color: #999999;
	display: inline-block;
	font-size: 16px;
}
.category-product .z-button.product-add-cart-button {
	background-color: #3cb6d0 !important;
}

@media screen and (max-width: 767px) {
	.product-photo{ width:100%; padding-right:0px; }
	.product-photo img {max-width:250px;}
	.product-has-photo .product-info{ width:66%;}
	.category-product .product-name { font-size:18px;}
	.category-product .product-price{ font-size:18px;}
}</pre></body></html>