.woocommerce ul.products li.product img{aspect-ratio:4/5}add_action('woocommerce_before_shop_loop',function(){global $na_i;$na_i=0},5);add_filter('post_thumbnail_html',function($html){global $na_i;return (is_shop()||is_product_category()||is_product_tag())&&$na_i++<2?str_replace('<img','<img fetchpriority="high"',$html):$html},10,1);.woocommerce ul.products li.product{min-height:400px}html:not(.js) .header-wrapper{display:none !important}.cfw-add-field.form-row{font-size:16px !important;line-height:1 !important;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:1px solid #333;text-align:center}