Extra Space between product image and title

@MandasaTech @suyash1 @PageFly-Richard
There is extra space coming between product images and text when I search any product.
Theme - Debut (Currently in Draft)
Preview URL - https://umx6e608qxh6bwzo-7337377856.shopifypreview.com

HI @onestopperfumes

can you share with me a screenshot of the issue you want to mention.

@onestopperfumes

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-card__image-wrapper div {
    padding-top: 100% !important;
    margin-bottom: 30px;
}