Excess padding under featured collection

Hi @jjdesign1 ,

update the code in styles.css.

search the code line number:7519

.section-featured-collection .product-carousel-peek, .section-product-template-product-list .product-carousel-peek, .section-product-list .product-carousel-peek {
position: relative;
}

change the code as below

.section-featured-collection .product-carousel-peek, .section-product-template-product-list .product-carousel-peek, .section-product-list .product-carousel-peek {
position: relative;
height: 523px !important;
}

If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans