<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-thumbnail {
  float: left;
  overflow: hidden;
  width: 135px;
  height: 215px;
  margin: 3px;
  padding: 3px 5px;
  background: #E6F7FF;
  border-radius: 3px;
}

.product-thumbnail .product-photo {
  display: table-cell;
  overflow: hidden;
  width: 130px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}

.product-thumbnail .product-photo .photo-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
}

.product-thumbnail .product-title {
  display: block;
  height: 56px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: normal;
  margin: 5px 0 3px 0;
  overflow: hidden;
  color: #0076de;
}

.product-thumbnail .product-price {
  height: 42px;
  margin-top: 7px;
  padding-right: 3px;
  border-right: 2px solid #b7d5f0;
  text-align: right;
}

.product-thumbnail .product-price .main-price {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a6419;
}

.product-thumbnail .product-price .other-prices {
  margin-top: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  color: #676767;
}

.product-thumbnail .product-price .other-prices .other-prices-item {
  display: block;
}</pre></body></html>