Spacing Under Header and Above Collection Title?

This isn’t a issue under my other categories with products, just the categories that have no products. There is a huge gap registering under “header”

www.extremekool.com

Pass: Password01

I tried ".section-header { margin-bottom: 0px !important;} and its not working?
I don’t know if this is a base.css or theme.liquid issue?

No products = bugged

mens fashion as an example/categories with products = not bugged

@BrianAugustin hi, you can try adding this css code in base.css or theme.css:

html {
    height: unset !important;
}

If it works, please mark my answer as solution. Tks.

Works. Thank you, been trying to fix it for 30mins!