/* Auto-generated by ProductLabelCssPublisher */
.ec-product-label {
  display: inline-block;
  background-color: var(--ec-label-bg, #d71e2d);
  color: var(--ec-label-fg, #ffffff);
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 2px 10px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  border-radius: 9999px;
}
.ec-product-label.ec-product-label--image {
  background: transparent;
  background-color: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: none;
  line-height: 0;
  font-size: 0;
}
.ec-product-label__img {
  display: block;
  height: var(--ec-label-img-h, 28px);
  max-height: var(--ec-label-img-h, 28px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.ec-product-label--6 { --ec-label-bg: transparent; --ec-label-fg: inherit; --ec-label-img-h: 70px; }
.ec-product-label--1 { --ec-label-bg: #d88514; --ec-label-fg: #ffffff; --ec-label-img-h: 28px; }
.ec-product-label--2 { --ec-label-bg: #02856e; --ec-label-fg: #ffffff; --ec-label-img-h: 28px; }
.ec-product-label--3 { --ec-label-bg: #fe9931; --ec-label-fg: #ffffff; --ec-label-img-h: 28px; }
