Remove cart icon in header on Warehouse theme

Can someone tell me how to remove the cart icon in the header of a site on the new Warehouse theme? The coding looks different from other Shopify themes, so the instructions for other themes don’t match the code on this one.

@nads83
Kindly Share your Store URL.
So that we will check it and provide you the Solution.

@nads83

Please share your store URL.

https://ulor9drlgy3gbe8c-60074066128.shopifypreview.com

hii, @nads83
Paste this code on top of the theme.scss file.

.header__action-item-content {
    display: none !important;
}

Thank You.

Thank you :grinning_face_with_smiling_eyes:

Techies are amazing! :raising_hands:t5: