How can I move 'in stock' next to the price on my Warehouse theme?

Hi

Pls could u provide the solution to moving “in stock” next to/in level with the price, attached examples below

Theme: warehouse

URL: tennisgiant.com

Wanted result:

current:

Cheers

Hi @chrisjames11

1: Online store > themes > Actions > Edit code > Assets > theme.css

2: paste code at last

.product-form__info-list .product-form__info-item:nth-child(2) {
    display: none;
}

3: Save