*[data-fh-hide-if-cart-empty].fh-hidden,
*[data-fh-hide-if-no-selling-plan].fh-hidden {
    display: none !important;
}
*[data-fh-show-if-no-selling-plan][data-node-injected="true"]:not(.fh-visible) {
    display: none !important;
}
*[data-fh-show-if-no-selling-plan][data-fh-button-type="regular"]:not(.fh-visible) {
    display: none !important;
}