{/* 
          {bundle.products.map((e, idx) => (
            
              {e.metafields && e.metafields.variant_title && (
                {e.metafields.variant_title}
              )}
            
          ))}
        
 */}
        {getColor(bundle.products[0].images[1]) && (
          
            
              
                {showColors(bundle).filter((item, idx) => idx < 4).map((item, index) => (

))}
              
                {countDiffVariants(bundle.products[0].variants_list)} 
                {/* {countDiffVariants(bundle.products[0].variants_list) === 1 ? 'Color' : 'Colors' } */}
              
             
            from {formatMoney(bundle.priceMin)}
            {/* 
{getStockLabel(bundle.products)}
 */}
          
 
        )}