.wp-element-button.brandy-has-badge,
a.brandy-has-badge {
  position: relative;
  overflow: visible !important;
}

.brandy-product-button-badge {
  visibility: visible;
  opacity: 1;
  position: absolute;
  border: 2px solid #fff;
  top: -7px;
  right: -4px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 5px;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
}

.brandy-product-button-badge[hidden] {
  display: none !important;
}
