#logo,.logo_container{max-height:100%!important}.et_header_style_left #logo{max-width:80%}@media only screen and (min-width:430px){.et_header_style_left .mobile_menu_bar{padding-bottom:55px!important}#et-top-navigation{padding-top:55px!important}}.woocommerce ul.products li.product span.et_shop_image img,.woocommerce ul.products li.product img{height:250px!important;object-fit:contain!important;width:100%!important}.catalogo-bullets{font-size:13px;line-height:1.4;margin-top:6px;color:#555}.catalogo-bullets ul{padding-left:18px;margin:0}.et_shop_image+h2+.price+.catalogo-bullets{display:block}.catalogo-sku{font-size:13px;font-weight:600;color:#666;margin-bottom:4px;letter-spacing:0.5px}.et_shop_image{position:relative}.products .product:before{content:attr(data-product_sku);display:block;font-size:13px;font-weight:600;color:#666;margin-bottom:4px}add_filter('post_class','sku_en_loop_productos',10,3);function sku_en_loop_productos($classes,$class,$post_id){if(get_post_type($post_id)=='product'){$product=wc_get_product($post_id);$sku=$product->get_sku();if($sku){$classes[]='sku-'.$sku}}return $classes}