/* Styles for Random Sold Out — Product Grids */
ul.products li.product a.woocommerce-LoopProduct-link,
.elementor-widget-woocommerce-products .products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}
.rsog-soldout-badge{
  position:absolute;
  top:.6rem;
  left:.6rem;
  z-index:5;
  padding:.4rem .55rem;
  font-size:.78rem;
  font-weight:700;
  line-height:1;
  text-transform:uppercase;
  background:#1c1c1c;
  color:#fff;
  border-radius:4px;
  pointer-events:none;
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}
