.price-container.price-tier_price {
    @apply flex gap-1;
}

.price-container.price-tier_price {
    & > .price-including-tax + .price-excluding-tax {
        &:before {
            content: "(" attr(data-label) ": ";
        }

        &:after {
            content: ")";
        }
    }
}
