.mix-match-badge {
  background: #e53935;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0;
  padding: 4px 7px;
}

.image .mix-match-badge {
  bottom: 8px;
  left: 8px;
  position: absolute;
  z-index: 2;
}

.product-thumb .image {
  position: relative;
}

.mix-match-product-block,
.mix-match-cart-messages,
.mix-match-page-note {
  background: #fff7e6;
  border: 1px solid #ffd591;
  border-radius: 4px;
  color: #5c3b00;
  margin: 12px 0;
  padding: 10px 12px;
}

.mix-match-product-block strong {
  display: block;
  margin-bottom: 4px;
}

.mix-match-product-block a {
  display: inline-block;
  margin-left: 8px;
}
