How can I increase product image size in Fashe theme?

Hello everyone,

I’m building a store using the Fashe theme. I wonder if there is a way I can make the product preview and product image a little bigger.

Since it is a clothing store so it’s better to have bigger preview pictures. (see screenshot).

My store address is www.natsuame.ca

Thank all of you so much in advance!

Please place this code between in theme.liquid

{% if template.name == 'collection'  %}

{% endif %}

please place this code at the end of theme.scss

.contentforlayout .container .flex-w .respon5:first-child {
width: 70%;
}

.contentforlayout .container .flex-w .respon5:nth-child(2) {
width: 30%;
}