.products li.product,
.sd-badge-wrapper,
.product {
  position: relative;
}

.sd-badge-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9;
  overflow: visible;
}

.sd-badge-wrapper--stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sd-badge {
  position: absolute;
  z-index: 10;
  max-width: 140px;
  height: auto;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  text-align: center;
  line-height: 1.2;
}

.sd-badge-wrapper--stack .sd-badge {
  position: relative;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

.sd-badge--top-left {
  top: 10px;
  left: 10px;
}

.sd-badge--top-right {
  top: 10px;
  right: 10px;
}

.sd-badge--bottom-left {
  bottom: 10px;
  left: 10px;
}

.sd-badge--bottom-right {
  bottom: 10px;
  right: 10px;
}

.sd-badge--image {
  max-width: 140px;
  height: auto;
}

