/* Front-end Early Bird badge */
.debut-eb-badge {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.2em 0.6em;
    border-radius: 0.4em;
    font-size: 0.85em;
    line-height: 1;
    font-weight: 600;
    color: #128a0c; /* green text */
    border: 1px solid #128a0c;
    background: #f5fff5;
  } 

  /* Cart & Checkout (Blocks): hide the duplicate "Save £" badge in the details column */
.wc-block-cart .wc-block-cart-item__product .wc-block-components-sale-badge,
.wc-block-checkout .wc-block-cart-item__product .wc-block-components-sale-badge {
  display: none !important;
}

/* Optional: also hide badges in the mini-cart drawer if you want it cleaner */
.wc-block-mini-cart .wc-block-components-sale-badge {
  display: none !important;
} 