.woocommerce ul.products li.product,
.woocommerce div.product div.images {
  position: relative;
}
.splwc-label {
  position: absolute;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  box-shadow: 0 8px 18px rgba(0,0,0,.14);
  pointer-events: none;
}
.splwc-top-left { top: 12px; left: 12px; }
.splwc-top-right { top: 12px; right: 12px; }
.splwc-bottom-left { bottom: 12px; left: 12px; }
.splwc-bottom-right { bottom: 12px; right: 12px; }
.splwc-single-wrap .splwc-label { position: absolute; }
