How can I add extra space between my products?

Hello… I would like to add a little extra space between my products (top and bottom).

https://zeplon.shop/

Thank you

1 Like
.product .box-ratio, .product-index .box-ratio {
    background-color: #fff;
    margin-top: 64px !important;
}

Add this code in stylesheet.css

** @RobertVTH **
thank you.