.oec-product-badges-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 9;
  row-gap: 5px;
  overflow: hidden;
  pointer-events: none;
  transition: width 0.4s ease, height 0.4s ease;
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  -moz-transition: width 0.4s ease, height 0.4s ease;
  -o-transition: width 0.4s ease, height 0.4s ease;
  -ms-transition: width 0.4s ease, height 0.4s ease;
}

.oec-custom-product-badge {
  width: fit-content;
  padding: 8px 12px;
  text-transform: uppercase;
  background-color: rgba(255, 0, 0, 0.75);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .4px;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oec-image-badge img{
  width: 50px;
  height: 50px;
}

.single .oec-custom-product-badge {
  width: inherit;
  padding: 8px 12px;
  text-transform: uppercase;
  background-color: rgba(255, 0, 0, 0.75);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .4px;
  height: max-content;
  pointer-events: none;
}
.archive .oec-custom-product-badge.oec-link-badge,
.single .oec-custom-product-badge.oec-link-badge {
  pointer-events: auto;
}

.top-left {
  top: 1.25em;
  left: 1.25em;
}

.top-right {
  top: 1.25em;
  right: 1.25em;
  align-items: flex-end;
}

.bottom-left {
  bottom: 1.25em;
  left: 1.25em;
}

.bottom-right {
  bottom: 1.25em;
  right: 1.25em;
  align-items: flex-end;
}