/* Tier discount text must stay on one line in the site's existing badge slot. */
.dc-pjc-tier-sale-badge,
.dc-pjc-tier-sale-badge > span,
.bdt-badge.quickHome.dc-pjc-tier-sale-badge,
.bdt-badge.quickHome.dc-pjc-tier-sale-badge .bdt-onsale {
    white-space: nowrap !important;
}

/* The site's archive rule fixes .quick-shipping width; tier text is longer. */
.quick-shipping.dc-pjc-tier-sale-badge {
    width: auto !important;
    min-width: max-content;
}

/* Empty admin setting means that sale-label type is not displayed. */
.dc-pjc-sale-badge-hidden {
    display: none !important;
}

/* Cache safety: hide server/client tier-only badges before deferred JS runs for Torob. */
html.dc-pjc-torob-client .dc-pjc-tier-sale-badge,
html.dc-pjc-torob-client [data-dc-pjc-home-tier-created="1"],
html.dc-pjc-torob-client [data-dc-pjc-archive-tier-created="1"] {
    display: none !important;
}
