.tbm-promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .38rem .62rem;
  border-radius: 999px;
  background: var(--tbm-badge-bg, #A25A3C);
  color: var(--tbm-badge-color, #fff);
  font-family: Montserrat, sans-serif !important;
  font-style: normal !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  font-synthesis: none;
  line-height: 15px !important;
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  z-index: 5;
}

.product-miniature .tbm-promo-badge {
  position: absolute;
  top: .75rem;
  left: .75rem;
  max-width: calc(100% - 1.5rem);
}

.product-miniature,
.product-miniature .thumbnail-container {
  position: relative;
}

.tbm-promo-badge--product {
  position: static;
  margin: 0 0 .6rem 0;
}
