/* Add custom CSS styles below */ 
#tabbyPromoWrapper {
    background: var(--bg-secondary) !important;
}

.product-card__promotion {
  top: 0 !important;
  bottom: inherit !important;
  right: 0 !important;
  left: inherit !important;
    border-bottom-left-radius:5px;
}