.fo-product-inventory span {
    font-size: 1.0em;
    font-weight: 600;
    color: var(--color-base-black);
}

.fo-product-inventory .product-inventory__status::before {
    display: none;
}


@media screen and (max-width: 768px) {
    .fo-product-inventory span {
        font-size: 1em;
    }
}