.o-product-badge-container[data-css-rtl=true] {
  flex-direction: row-reverse;
}
.o-product-badge-container[data-css-rtl=true] .o-product-badge {
  flex-direction: row-reverse;
}
.o-product-badge-container {
  display: flex;
  width: 4.2rem;
  height: 2.6rem;
  overflow: hidden;
}
.o-product-badge-container[data-css-is-expanded=true] {
  width: 35rem;
  color: #FFF;
}
.o-product-badge-container[data-css-is-expanded=true] .o-product-badge {
  display: flex;
  justify-content: flex-start;
  min-width: 12rem;
  width: -webkit-max-content;
  width: max-content;
  padding: 0 0.5rem;
  column-gap: 1rem;
}
.o-product-badge-container[data-css-is-rtl=true] {
  flex-direction: row-reverse;
  width: 100%;
}

.o-product-badge__outer-indent {
  position: relative;
  height: 100%;
}
.o-product-badge__outer-indent:after, .o-product-badge__outer-indent:before {
  content: "";
  position: absolute;
  right: -1rem;
  display: block;
  width: 3rem;
  height: 2rem;
}
.o-product-badge__outer-indent:after {
  top: 1.4rem;
  transform: rotate(59deg);
}
.o-product-badge__outer-indent:before {
  top: -0.9rem;
  transform: rotate(-59deg);
}

.o-product-badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 3.5rem;
  z-index: 1;
}
.o-product-badge[data-css-is-rtl=true] {
  flex-direction: row-reverse;
}

.o-product-badge[data-css-badge-name=promo] {
  background-color: #40843F;
}

.o-product-badge__outer-indent[data-css-badge-name=promo]:after, .o-product-badge__outer-indent[data-css-badge-name=promo]:before {
  background-color: #40843F;
}

.o-product-badge[data-css-badge-name=sale] {
  background-color: #183884;
}

.o-product-badge__outer-indent[data-css-badge-name=sale]:after, .o-product-badge__outer-indent[data-css-badge-name=sale]:before {
  background-color: #183884;
}

.o-product-badge[data-css-badge-name=new] {
  background-color: #4065BC;
}

.o-product-badge__outer-indent[data-css-badge-name=new]:after, .o-product-badge__outer-indent[data-css-badge-name=new]:before {
  background-color: #4065BC;
}

.o-product-badge__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.o-product-badge__icon-svg {
  height: 1.6rem;
  width: 2.6rem;
  max-width: 2.6rem;
  fill: #FFF;
}

.o-product-badge__icon-description {
  font-size: 1.2rem;
}