.madash-stock-label-wrap {
  margin: .65rem 0;
}
.madash-stock-label {
  display: inline-flex;
  align-items: center;
  padding: .45rem .7rem;
  border-radius: 4px;
  background: var(--madash-stock-label-bg, #f3f3f3);
  color: var(--madash-stock-label-color, #111111);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}
.madash-stock-label[hidden] {
  display: none !important;
}
.madash-stock-label-listing {
  margin: .35rem 0;
}
.madash-stock-label-listing .madash-stock-label {
  font-size: .78rem;
  padding: .3rem .5rem;
}

/* v1.0.1: reliable placement in product miniatures/custom themes */
.product-miniature .madash-stock-label-wrap,
.js-product-miniature .madash-stock-label-wrap,
.js-product .madash-stock-label-wrap {
  width: 100%;
  box-sizing: border-box;
}
.product-miniature .madash-stock-label-listing,
.js-product-miniature .madash-stock-label-listing,
.js-product .madash-stock-label-listing {
  display: block;
  position: relative;
  z-index: 2;
}

.madash-stock-label-product {
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

/* v1.0.6: product-detail placement is controlled by JS and restricted to the add-to-cart area. */
body#product .madash-stock-label-product,
.product-page .madash-stock-label-product {
  position: relative;
  float: none;
  margin: .55rem 0;
}
