/* MD East quantity offer badge (1+1 free / 2+1 free) */
.mdefsm-qty-offer-host{
  position:relative!important;
}
.mdefsm-qty-offer-badge{
  display:table;
  width:max-content;
  max-width:calc(100% - 16px);
  margin:0 auto 8px;
  padding:7px 11px;
  border-radius:6px;
  background:#4f8f16;
  color:#fff!important;
  font-family:inherit;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  text-align:center;
  white-space:nowrap;
  box-shadow:0 3px 8px rgba(61,108,19,.18);
  position:relative;
  z-index:12;
}
/* XStore/Elementor grid fallback: pin the badge to the top-centre of the image. */
.mdefsm-qty-offer-host > .mdefsm-qty-offer-badge--xstore{
  position:absolute!important;
  top:8px;
  left:50%;
  right:auto;
  transform:translateX(-50%);
  margin:0!important;
  z-index:25;
  pointer-events:none;
}
.single-product .mdefsm-qty-offer-badge{
  margin-inline-start:0;
  margin-inline-end:0;
  margin-bottom:12px;
  padding:8px 13px;
  font-size:14px;
}
.single-product .mdefsm-qty-offer-host > .mdefsm-qty-offer-badge--xstore{
  left:50%;
  top:12px;
  margin:0!important;
}
@media (max-width:767px){
  .mdefsm-qty-offer-badge{font-size:11px;padding:6px 9px;margin-bottom:6px}
  .mdefsm-qty-offer-host > .mdefsm-qty-offer-badge--xstore{top:6px}
}
