.product-image {
background-color: #fff;
padding: 0.9375rem 1.25rem;
}

.product-title {
background-color: #333;
padding: 0.9375rem 1.25rem;
text-align: center;
color: #eee;
font-weight: normal;
font-size: 1rem;
}

.product-highlight {
background-color: #fff;
padding: 0.9375rem;
text-align: center;
color: #333;
font-size: 0.875rem;
font-weight: normal;
border-bottom: dotted 1px #ddd;
}