.tagbd-stock-badge {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #8b1e1e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  pointer-events: none;
}

.tagbd-out-of-stock-action,
.woocommerce .tagbd-out-of-stock-action {
  cursor: not-allowed;
  border-color: #8b1e1e;
  background: #fff;
  color: #8b1e1e;
  opacity: 1;
}

.tagbd-single-stock-warning {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid #e4b6b6;
  border-radius: 10px;
  background: #fff7f7;
  color: #681414;
}

.tagbd-single-stock-warning strong,
.tagbd-single-stock-warning p {
  display: block;
  margin: 0 0 8px;
}

.tagbd-cart-notice {
  box-sizing: border-box;
  width: 100%;
  margin: 12px 0;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.tagbd-cart-notice--error {
  border-color: #e4b6b6;
  background: #fff1f1;
  color: #7d1717;
}

.tagbd-cart-notice--success {
  border-color: #a8d5b5;
  background: #eefaf1;
  color: #185c2d;
}

@media (max-width: 760px) {
  .tagbd-stock-badge {
    top: 8px;
    left: 8px;
    min-height: 24px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .tagbd-cart-notice,
  .tagbd-single-stock-warning {
    width: 100%;
  }
}

