Help! Reduce Padding/Margin Between Product Image & Header On Mobile View for Custom prod template

Domain: Verishop.us

MOBILE VIEW ONLY.

Trying to remove the extra spacing/white space/padding between the product image & header WHEN I make a custom product template for mobile view.

For example, padding is gone on default, but when i create a custom template the space reappears. Example link

https://verishop.us/products/ne3-ear-cleaner-high-precision-ear-wax-removal-tool-with-camera-led-light-wireless-otoscope-smart-ear-cleaning-kit-best-gift

Focal Theme.

Hi @MrYung

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the theme.css file:

@media screen and (max-width: 740px){

.product:not(.product–featured) {margin-top: 0 !important;}

}

Regards,

San

Thank you brother