li.product-card {
    padding: 0px;
    background-color: transparent;
}
li.product-card h3 {font-size: 20px;}
.product-image {
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-link{text-align: left;}

ul.product-params {
	list-style-type: none;
    padding: 0;
    font-size: 11px;
    line-height: 17px;
}
ul.product-params span.value {
    white-space: nowrap;
}