How can I enlarge collection thumbnails on my website?

when I click on a collection all of the images are small how would i make them bigger thanks for your help

www.sweetstylesboutique.com password is construction2021

Your Site link is not working

Sorry it messed up i fixed it www.sweetstylesboutique.com

Which collection images you want to make bigger.

All of them like these pages https://www.sweetstylesboutique.com/collections/all-t-shirts

All T-shirts – Sweet Styles boutique

Yes how do i make all of the pages have bigger thumbnails

@media only screen and (min-width: 46.85em){
.product-card__image-wrapper {
    min-width: 18rem !important;
    height: 18rem !important;
    width: 11rem;
}}

Add this code in theme.min.css
top of the code file.

This makes them bigger but blurry

Can anyone help me make them not blurry